Log in

View Full Version : Converted "zonepoints_raw" table.


Lyenu X`Arie
03-05-2003, 09:46 PM
Here is a converted zonepoints_raw table from HackerQuest's database. This database is far more completely than the current EQEmu and will enable a lot more zones features (such as the planes of power books).

Here are the mysql> prompt instuctions once you have copied the file to your mysql\bin directory:

mysql> delete from zonepoints_raw;
mysql> source zonepoints_raw.sql;

Enjoy!

Lurker_005
03-06-2003, 02:07 PM
Nice work, now to go check em out :)

Did you figure out the rest of the data structure, or are there still some unknowns?

Lyenu X`Arie
03-06-2003, 05:58 PM
Nah never did, but HackersQuest only saves the id, x, y, z, dir, and target_zone. It seems to work fine this way, so I'm not sure if they really need any of those other values? Who knows =/.