Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-07-2004, 05:52 PM
Charmy
Discordant
 
Join Date: May 2004
Location: The DeathStar of David
Posts: 337
Default Starting Location problems

ok been trying to set the default zone bind spots to 0,0,10 in the nexus. i tried using eqadmin and for some reason it wouldn't save any of the changes i made, so i used mysqlfront and used the following queries.

First i wanted to only try one class/race
i choose iksar necro

Code:
UPDATE start_zones SET x=0 WHERE player_race=128 and player_class=11;
UPDATE start_zones SET y=0 WHERE player_race=128 and player_class=11;
UPDATE start_zones SET z=10 WHERE player_race=128 and player_class=11;
UPDATE start_zones SET zone_id=152 WHERE player_race=128 and player_class=11;
UPDATE start_zones SET bind_x=0 WHERE player_race=128 and player_class=11;
UPDATE start_zones SET bind_y=0 WHERE player_race=128 and player_class=11;
UPDATE start_zones SET bind_z=10 WHERE player_race=128 and player_class=11;
UPDATE start_zones SET start_zone=152 WHERE player_race=128 and player_class=11;
After running this the values changed and i made an ikky necro who was bound in the nexus! yay!


So i decided to make a generic sql script to change all the race/class combo to start and bind in the nexus at 0,0,10
so i ran this....
Code:
UPDATE start_zones SET x=0;
UPDATE start_zones SET y=0;
UPDATE start_zones SET z=10;
UPDATE start_zones SET zone_id=152;
UPDATE start_zones SET bind_x=0;
UPDATE start_zones SET bind_y=0;
UPDATE start_zones SET bind_z=10;
UPDATE start_zones SET start_zone=152;
Sourced them in and now the start_zones table has all the values filled out, and when compared to the necro are exactly the same. so i figured this would work, but...........................

Didn't work.

I have been toying with it forEVER now, and can't get it to work, any suggestions will help thanks again for all the help everyone has given me to getting this thing running the way i want!
 


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