Jump to content
  • 0
Kavaline

How break an equipped weapon?

Question

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

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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