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 07-25-2008, 03:03 AM
Producer_BMW's Avatar
Producer_BMW
Hill Giant
 
Join Date: Jan 2008
Location: VA
Posts: 181
Default ZONE ID's

Anyone know the ZONE id or where I can find ZONE ID#'s


or do you know off the top of your head zone ID for POK and NEXUS
__________________
"From the deepest desires often come the deadliest hate.”
Reply With Quote
  #2  
Old 07-25-2008, 03:19 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

The zone number is in the Zones table.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 07-25-2008, 08:30 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

The MySQL Query Browser is a really powerful tool once you get to know it. The information you're looking for is in the zones table, but you probably don't want all of the data that it provides if you're just looking for zone IDs. Here's a quick tip:

In the pane on the right side, you have a list of all the tables in the database. Double clicking the name of a table and clicking execute (or hitting CTRL Enter) runs the query, showing you all of the columns and rows for the table. But say you only need a few...?

Left click the arrow to the left of the zones table. This expands it, so that you can see all of the columns. Double click the ones you'll need. For what you're asking, I'd double click short_name, long_name, and zoneidnumber. The query at the top should look like this:

Code:
SELECT z.`short_name`, z.`long_name`, z.`zoneidnumber` FROM zone z;
Execute it, and you should get three columns showing you exactly what you want.
Reply With Quote
  #4  
Old 07-25-2008, 10:53 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Or you can use this if you like...

Zone IDs
__________________
KhepriGames

Game Gallery

My Forums

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:18 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