Jump to content
  • 0

downgrade character


tjungz212

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

Hi all Help Me plss

How to update sql for all player

Update reset status

Update reset skill

Update downgrade level & job level

An d gift status point & skill point

My server lv 255/120

Downgrade to Lv 150/70 & gift status point & skill point & allstats 1

I can change all for my user

Help me plss

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you can try refer this site..

http://www.w3schools.com/sql/sql_update.asp

write your sql command that edit the data in char table....and run it in your sql machines.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

Example :

UPDATE char

SET base_level='150', job_level='70', str='1', agi='1', vit='1', int='1', dex='1', luk='1', status_point='1', skill_point='1'

Please check whether the update in sql this is true or false, plss Help Me sir emistry

Edited by tjungz212
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

You know, you don't need other people to test it for you... just try running it in your sql, and if its correct, it'll run and finish, if it's not, it will show you an error, and nothing will change.

Link to comment
Share on other sites

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.

×
×
  • Create New...