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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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