Jump to content
  • 0

NPC_METAMORPHOSIS how to transform a mob to a specific mob


noblesse

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  05/15/16
  • Last Seen:  

Hello, how do you use NPC_METAMORPHOSIS to transform them to a specific mob? Like Thief Bug to Golden Thief Bug

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.01
  • Content Count:  22
  • Reputation:   1
  • Joined:  09/11/23
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  05/15/16
  • Last Seen:  

Hi @tote thank you. but is it possible to run it on using areamobuseskill?

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...