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
  #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
 


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 09:53 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