Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-02-2008, 12:48 PM
Ebiumn
Fire Beetle
 
Join Date: Sep 2008
Location: Essex
Posts: 2
Default moving zone via database

i am stuck in plane of sky, same problem as another poster, i am also new to eqemulator, i have my own server up and running, just re-living the early days of eq and seeing the bits i never got to see, but im now stuck in plane of sky and i need to change the zone outside of the game.

how do i do this?
Reply With Quote
  #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
  #3  
Old 10-02-2008, 01:03 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

At a mysql prompt:

Code:
UPDATE character_ SET x=-55,y=44,z=-158,zoneid=202 WHERE name='Ebiumn';
That will put you at a safe spot in PoK.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:00 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3