Jump to content
  • 0
Sign in to follow this  
vijay

mysql script/command needed.

Question

Hello everyone!
I really need a command that unequips head,mid & top gears from all the char's in the server.
And also hairstyle,haircolor & dye.

I need this coz players in my server keeps crashing soon after the ID PW login.


~Thanks.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
-- Remove char custom sprite displayUPDATE	`char` SET	`hair_color` = '0',	`clothes_color` = '0',	`head_top` = '0',	`head_mid` = '0',	`head_bottom` = '0',	`robe` = '0'
-- Unequip all equipments.UPDATE	`inventory` SET	`equip` = '0'

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.