ZelosAvalon 14 Posted January 13, 2016 how to use NPC_WEAPONBRAKER in a NPC for example: else if ((.@f_rand > 35) && (.@rhea_ran < 40)) { specialeffect 1; message strcharinfo(0), "your item broke!" NPC_WEAPONBRAKER???? ( How to use it on this script ? ) } any1 can help me please? Quote Share this post Link to post Share on other sites
0 Easycore 31 Posted January 13, 2016 NPC_WEAPONBREAKER is a skill... Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted January 14, 2016 NPC_WEAPONBREAKER is a skill... was just an example, I would like the NPC break my weapon, as this skill, what should I do ? Quote Share this post Link to post Share on other sites
0 Shourei 6 Posted January 14, 2016 https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L5621 Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted January 14, 2016 https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L5621 I looked, but didn't quite understand how this works, so for my NPC break my weapon, I have to put anythink like: sc_start NPC_WEAPONBREAKER, 0,0,5000; i dont know who this works, can give me an example, cuz isn't a normal skill, i'ts a weaponbreaker skill, and i dont know if it work like the other skills. Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted January 14, 2016 @@ZelosAvalon npcskill "NPC_WEAPONBREAKER",1,60,99; 1 ZelosAvalon reacted to this Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted January 14, 2016 (edited) @@ZelosAvalon npcskill "NPC_WEAPONBREAKER",1,60,99; unfortunately I didn't work, I'm trying to finish an NPC that when you fail an action his weapon will be broken. I tried that way, but nothing happens! Edited January 14, 2016 by ZelosAvalon Quote Share this post Link to post Share on other sites
0 Shourei 6 Posted January 15, 2016 @@ZelosAvalon Broken as in, gone forever like when enchanting? Quote Share this post Link to post Share on other sites
0 ZelosAvalon 14 Posted January 15, 2016 @@ZelosAvalon Broken as in, gone forever like when enchanting? is like monsters skill, you can fix it on NPC at prt_in. Quote Share this post Link to post Share on other sites
0 Shourei 6 Posted January 15, 2016 (edited) the item skill is called "NPC_WEAPONBRAKER" the example been using WEAPONBREAKER Edited January 15, 2016 by Shourei Quote Share this post Link to post Share on other sites
how to use NPC_WEAPONBRAKER in a NPC for example:
any1 can help me please?
Share this post
Link to post
Share on other sites