Log in

View Full Version : Start zone coords


nilar
03-09-2004, 02:14 PM
In my database I set the start zone for all players to a certain zone. How would I set the xyz coords for them to start at without manually going through every class/race/diety combo manually in EQAdmin?

RexChaos
03-09-2004, 03:31 PM
This woudl be good to know. especially if it's possible to set up fairly easily.

smogo
03-09-2004, 03:51 PM
update start_zones set x=1.2, y=2.3 , z=3.4;

you may also consider updating zone in the same way, and bind_x, bind_y, bind_z that were added with 0.5.5 release.

If you plan to set up a server, you may want to learn SQL syntax, it's kinda helpful. ;)

nilar
03-09-2004, 04:19 PM
I tried doing that smogo and it completely screwed up my start_zone table. Maybe I did something wrong? Ill try again.