Jump to content
  • 0
Sign in to follow this  
mrlongshen

Transform player into MVP

Question

Hello,

How to make an item that transform player to mvp ? and give additional status ?

For example: 

Player A equip custom accessory then Its will transform into MVP.

With that equip, its give additional status.

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

@@mrlongshen

 

Script: <" disguise 1026; bonus bLuk,2;">OnUnequipScript: <" undisguise; ">

just put munak and Luk 2 for sample

 

change the monster id 1026 and the bonus stats

Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 0

To transform you can use atcommand "@disguise monstername" if you want to use that with an item, you have to put that on the onequip script part.

And to undo you can put atcommad "@undisguise" in the unequip part of the item.

 

Additional stats are also part of the itemscript.

 

You can find about how they work here:

https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt

 

What you want is the *bonus function.

 

NVM, zhao has the better answer, i didn't know there was a disguise command. 

Edited by Winterfox

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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