Jump to content
  • 0
x13th

getmonster display name

Question

4 answers to this question

Recommended Posts

  • 0

.@name$ = strmobinfo(1, killedrid);

Hi @Dastgir, that's not what i'm looking. The mob is summoned through monster() script with Fake name.

For example

monster "new_1-1",50,106,"test",PORING,1;

I want to get the name "test" of the poring killed.

 

 

Share this post


Link to post
Share on other sites
  • 0

 

.@name$ = strmobinfo(1, killedrid);

Hi @Dastgir, that's not what i'm looking. The mob is summoned through monster() script with Fake name.

For example

monster "new_1-1",50,106,"test",PORING,1;
I want to get the name "test" of the poring killed.

 

 

I don't think it's currently possible currently, what you could do is, explicitly mention the Label name in monster command, so you would know, that if that label is executed, the monster name is "test" or whatever you have set.

Share this post


Link to post
Share on other sites
  • 0

 

 

.@name$ = strmobinfo(1, killedrid);

Hi @Dastgir, that's not what i'm looking. The mob is summoned through monster() script with Fake name.

For example

monster "new_1-1",50,106,"test",PORING,1;
I want to get the name "test" of the poring killed.

 

 

I don't think it's currently possible currently, what you could do is, explicitly mention the Label name in monster command, so you would know, that if that label is executed, the monster name is "test" or whatever you have set.

Thank you for your suggestion but it's not possible in the script i'm doing. Thank you for your help :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.