Diana Posted September 14, 2024 Posted September 14, 2024 How can I make monster name with information like this? I tried but that's all I got from monster.conf Quote
0 lionpurnell Posted October 4, 2024 Posted October 4, 2024 Thanks good sir final grade calculator Quote
0 Hyroshima Posted October 4, 2024 Posted October 4, 2024 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 Quote
Question
Diana
How can I make monster name with information like this?
I tried but that's all I got from monster.conf
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.