Log in

View Full Version : zone names


mudman
11-05-2002, 12:30 PM
hi all
where can i find a list of zone names for eqemu including jaggedpine, and legens zones ty

Mudman


rebuilding my DEFENDER server seems very stable with win2k and ver. 3.11 : )

Korakin
11-07-2002, 05:16 AM
http://eqemu.sourceforge.net/shawn319/documents/readme.html

mudman
11-07-2002, 05:46 AM
i checked before asking. but thanks though the readme is not updated with the names of the POP zones

Trumpcard
11-07-2002, 08:56 AM
command prompt:

cd c:/mysql/bin

mysql eq -u <eqdatabaseusername> -p
enter eq database password

mysql> show tables;

look for the ones that says 'zones' (I think thats what it's called)

select * from zones;

Theres your complete zone list, and you got a mysql lesson at the same time!