Jump to content
  • 0

RESET Char Position?


Michael D.

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

how to reset char position because my char is stuck in an unknown map.

here's the ss.

123-89527.jpg

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

UPDATE `char` SET `last_map`='prontera',`last_x`=156,`last_y`=191 WHERE `name`='<char name>';

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Thank Euphy for the SQL code, but I think if there's no security measure, someone could abuse the code

/thx

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

UPDATE `char` SET `last_map`='prontera',`last_x`=156,`last_y`=191 WHERE `name`='<char name>';

Thank Euphy for the SQL code, but I think if there's no security measure, someone could abuse the code

/thx

You could use the code; there's no problem with the code cause all you gotta do is put the name of the char in the space indicated. Other then that, you can manually do it by heading to your char database and find the last map they were own and manually input the new name of the map for the char.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

Thanks Euphy. it really helps me alot. /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

You could use the code; there's no problem with the code cause all you gotta do is put the name of the char in the space indicated. Other then that, you can manually do it by heading to your char database and find the last map they were own and manually input the new name of the map for the char.

Yes, what I mean is, if we create a NPC with this code, then we should add another security to authenticate whether she/he is the correct account owner.

Link to comment
Share on other sites


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

in the first place....euphy doesnt create this script to be use using NPC.....

he just simple write your a SQL Command so that you can shutdown your server and run it in your SQL Machine .....

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...