noblesse Posted September 20, 2024 Posted September 20, 2024 Hello, how do you use NPC_METAMORPHOSIS to transform them to a specific mob? Like Thief Bug to Golden Thief Bug Quote
0 tote Posted September 20, 2024 Posted September 20, 2024 Hi, You have already examples in mob_skill_db.txt, like beelzebub mob: When the HP is 50% (myhpltmaxrate,50), it will change from the ID 1873, to the ID 1874. 1873,Beelzebub@NPC_METAMORPHOSIS,chase,193,1,10000,5000,5000,no,self,myhpltmaxrate,50,1874,,,,,, 1873,Beelzebub@NPC_METAMORPHOSIS,attack,193,1,10000,5000,5000,no,self,myhpltmaxrate,50,1874,,,,,, There're 2 of them, one is when is attacking, the other one when is chasing a character. Quote
0 noblesse Posted September 21, 2024 Author Posted September 21, 2024 Hi @tote thank you. but is it possible to run it on using areamobuseskill? Quote
Question
noblesse
Hello, how do you use NPC_METAMORPHOSIS to transform them to a specific mob? Like Thief Bug to Golden Thief Bug
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.