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.

Reply
 
Thread Tools Display Modes
  #1  
Old 12-28-2010, 04:42 PM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default Default Zones

How would you set up a new revamped zone as the default one? For example..

Old North Ro / South Ro

would be replaced when you zone in from old innothule swamp to the new revamped South Ro (the one implemented with the SoD pack?)
Reply With Quote
  #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
  #3  
Old 12-28-2010, 05:47 PM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

Appreciate it!
Reply With Quote
  #4  
Old 12-28-2010, 06:41 PM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

So each zone in number represents which zone each zone out will lead to, And the coordinates are what is used when you zone in from that zone?

#2 leads to #zone 47 (feerrott)
#3 leads to #zone 52 (grobb)
#4 leads to #zone 65 (upperguk)
#77 leads to...

I'm guessing #77 represents the PoKnowledge book?


The revamped versions all have a "B" at the end?
Reply With Quote
  #5  
Old 12-28-2010, 06:46 PM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

Just guessing now... but if I had to change PoK to innothule that is revamped, change the # which currently has the old innothule swamp # to the new revamped one. Then find some coordinates to plug in where I want someone to spawn. Then the same with the surrounding zones...

sorry i don't wanna mess it up :(

#edit*
I found the entry in poknowledge that leads to target zone 35 (innothule). I edited the xyz and put in target id 413 (did this with navicat). Saved it, closed it, restarted server, and change won't take place. Any ideas? I checked through navicat and through heidi and both read 413 (new innothule) as the target id.

Last edited by Expletus; 12-28-2010 at 07:35 PM.. Reason: fix
Reply With Quote
  #6  
Old 12-28-2010, 07:56 PM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

Quote:
Originally Posted by Expletus View Post
Just guessing now... but if I had to change PoK to innothule that is revamped, change the # which currently has the old innothule swamp # to the new revamped one. Then find some coordinates to plug in where I want someone to spawn. Then the same with the surrounding zones...

sorry i don't wanna mess it up :(

#edit*
I found the entry in poknowledge that leads to target zone 35 (innothule). I edited the xyz and put in target id 413 (did this with navicat). Saved it, closed it, restarted server, and change won't take place. Any ideas? I checked through navicat and through heidi and both read 413 (new innothule) as the target id.
There must be something I'm missing w/the PoK one. Maybe cuz it's an object? Do I have to edit objects too? I got it work from upperguk to the revamped innothule. baby steps...weeeee
Reply With Quote
  #7  
Old 12-28-2010, 10:56 PM
Expletus
Hill Giant
 
Join Date: Jan 2010
Location: Baltimore Maryland
Posts: 152
Default

Quote:
Originally Posted by Expletus View Post
There must be something I'm missing w/the PoK one. Maybe cuz it's an object? Do I have to edit objects too? I got it work from upperguk to the revamped innothule. baby steps...weeeee
Alright, so it's an object and had to edit it in the object table. Also had to change the zone min from 100 to 0 to allow access to it. Learning curve!
Reply With Quote
Reply


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:13 PM.


 

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