Jump to content
  • 0

how to reset , only hair , hairstyle , cloth color in phpmyadmin


Question

Posted

how to reset , only hair , hairstyle , cloth color  in phpmyadmin??

update char set hair = '0'
update char set hair_color = '0'
update char set clothes_color = '0'


like this ?


 

5 answers to this question

Recommended Posts

Posted (edited)

how to reset , only hair , hairstyle , cloth color  in phpmyadmin??

update char set hair = '0'

update char set hair_color = '0'

update char set clothes_color = '0'

like this ?

 

 

If you want to reset all dye in php you will need to reset at the guild table too.

update `char` set hair =1, hair_color =1, clothes_color=1;
update `guild_member` set hair =1, hair_color =1, 

just paste query the code on your php.  /no1

Edited by Elsa Mist

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...