Hi, I need help for a script that break the players equipped weapon (not delete the player weapon, but breaks that return the weapon with broken status). I tried "delequip" with "getitem2", but how I get the slotted cards? And in case of BS/WS crafted weapons and signed weapons, have problem?
Hi, I need help for a script that break the players equipped weapon (not delete the player weapon, but breaks that return the weapon with broken status). I tried "delequip" with "getitem2", but how I get the slotted cards? And in case of BS/WS crafted weapons and signed weapons, have problem?
And, have any way to do it better than:
get weapon id;
get refine;
get card 1;
get card 2;
get card 3;
get card 4;
delequip;
getitem2(weapon id, 1, 1, refine, 1, 0, card 1~4);
Some item script, function, effect, etc, that I can use to do it better/easier?
Share this post
Link to post
Share on other sites