Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 12-28-2010, 05:28 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

If you look in your zone_points table for innothule, you will see that zone point number 1 leads to sro (target_zone_id 35).

To make this zone you to the new southro, you would need to update it with the target_zone_id for southro (393) and the correct x,y,z coordinates for the new southro zone.

Like this:
Code:
UPDATE zone_points set target_y = -596, target_x = -342, target_z = 146, target_heading = 199, target_zone_id = 393 where zone = 'innothule' and number = 1;
I got the target coordinates from a packet collect, but you could just as easily find them manually by #zone southro and finding roughly where the player should appear after zoning in from innothule.

Of course innothule has been revamped as well (as innothuleb).
Reply With Quote
 

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 11:20 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3