mrlongshen 22 Posted July 2, 2015 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. Quote Share this post Link to post Share on other sites
0 Winterfox 83 Posted July 2, 2015 (edited) 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 July 2, 2015 by Winterfox Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted July 2, 2015 (edited) @@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 July 2, 2015 by Zhao Chow Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted July 2, 2015 @@Winterfox Thanks for you reply ! @@Zhao Chow will test it. tq sir. Quote Share this post Link to post Share on other sites
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