View Single Post
  #2  
Old 10-02-2008, 12:58 PM
sesmar
I built it I will Support it!
 
Join Date: Jun 2005
Location: Michigan
Posts: 214
Default

You can move your character by changing the zone they are logged into in the character table.

Code:
UPDATE character_ SET x=114, y=678, z=4, zonename='qeynos2' WHERE id= [YOUR CHARACTER ID HERE]
You can get your character id using this query
Code:
SELECT id, name FROM character_
That update statement will move your character to the safe point in North Qeynos.
__________________
Reply With Quote