Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-04-2004, 12:09 PM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default

try this :

Code:
DELETE FROM `zone_points` WHERE zone='lavastorm';
INSERT INTO `zone_points` ( `zone`, `number`, `target_y`, `target_x`, `target_z`, `target_heading`, `target_zone` ) VALUES ('lavastorm', 1, '-15.000000', '856.000000', '5.000000', '999.000000', 'najena');
INSERT INTO `zone_points` ( `zone`, `number`, `target_y`, `target_x`, `target_z`, `target_heading`, `target_zone` ) VALUES ('lavastorm', 25, '3107.000000', '289.000000', '-17.000000', '999.000000', 'nektulos');
INSERT INTO `zone_points` ( `zone`, `number`, `target_y`, `target_x`, `target_z`, `target_heading`, `target_zone` ) VALUES ('lavastorm', 31, '-443.000000', '-525.000000', '70.000000', '999.000000', 'soldunga');
INSERT INTO `zone_points` ( `zone`, `number`, `target_y`, `target_x`, `target_z`, `target_heading`, `target_zone` ) VALUES ('lavastorm', 32, '-413.000000', '-265.000000', '-112.000000', '999.000000', 'soldungb');
INSERT INTO `zone_points` ( `zone`, `number`, `target_y`, `target_x`, `target_z`, `target_heading`, `target_zone` ) VALUES ('lavastorm', 77, '250.000000', '56.000000', '3.000000', '999.000000', 'soltemple');
INSERT INTO `zone_points` ( `zone`, `number`, `target_y`, `target_x`, `target_z`, `target_heading`, `target_zone` ) VALUES ('lavastorm', 88, '250.000000', '56.000000', '3.000000', '999.000000', 'soltemple');
and :

Code:
DELETE FROM `zone_points` WHERE zone='soltemple';
INSERT INTO `zone_points` ( `zone`, `number`, `target_y`, `target_x`, `target_z`, `target_heading`, `target_zone` ) VALUES ('soltemple', 1, '1344.000000', '331.000000', '149.000000', '999.000000', 'lavastorm');
yes all this data is sent to the client each time you zone in
i wrote a program that give me all this data in sql format directly from live like doors, spawns and npc_types too
'number' identifies each zoneline in the zone, it's hardcoded in the eq zone client files for sure but I don't know where
to get these number you need to packet collect it, i don't know if packetcollector can do it but eqcollector does and with eqcollector you can dump the data collected in text format so it's readable =)
__________________
Sandy
Reply With Quote
Reply

Thread Tools
Display Modes

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