Jump to content
  • 0

Add monster race and property to monster name


Diana

Question


  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.03
  • Content Count:  194
  • Reputation:   3
  • Joined:  12/17/16
  • Last Seen:  

How can I make monster name with information like this?

p2.png.ae20a2384e49c752e351d0db1cae0ee6.pngp1.png.c38e3622961a1dd7965238158b326247.png

 

I tried but that's all I got from monster.conf

image.png.11032315489e2c422ca6b0e900760539.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  189
  • Reputation:   122
  • Joined:  07/11/14
  • Last Seen:  

On 9/14/2024 at 5:06 PM, Diana said:

How can I make monster name with information like this?

 

i just uploaded a mod that does something similar (I just didn't add the mob race), wait for Staff to accept the mod and you can test it.
unfortunately if you use any of the options in show_mob_info you cannot use these changes.

In the meantime you can test using a script like this to show a title on the mob:

prontera,155,169,5	script	teste_mob_title	113,{
	monster("prontera",156,170,"--ja--",1002,1);
	.@mobrid = $@mobid;
	setunitdata .@mobrid,UMOB_GROUP_ID,1;	//add a group icon
	setunittitle .@mobrid,"Test Title";	//add a title
	end;
}

remembering that you need to leave show_mob_info with value 0

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...