Log in

View Full Version : changing starting points for PCs


Ishamal
11-05-2007, 08:12 PM
Hello Im trying to figure out how to change the starting zones/points and starting bind points for different races.
I want everyone on my server who makes a froglock or vah shir to be dropped into the plane of fear for their
starting zone.

Im using the ax_classic database.. any help would be appreciated

Ishamal
11-06-2007, 09:49 AM
figured it out.. All froglocks and Vah shir now start in solb.. in a inescapable pool of lava.. :)

GeorgeS
11-07-2007, 03:24 AM
start_zones is the table to modify. Also please give the solution you've discovered so others can benefit as well.



GeorgeS

sdabbs65
11-07-2007, 07:07 AM
INSERT INTO `variables` VALUES ('startzone', 'nexus', '', NOTE Initial Starting Zone for all players'');


if you want another zone


INSERT INTO `variables` VALUES ('startzone', 'tutorial', 'NOTE Initial Starting Zone for all players', '2004-01-18 13:03:30');

Ishamal
11-07-2007, 11:20 AM
I used Mysql GUI tools and edited the start_zones table. was pretty easy that way

and i edited it so only froglocks and vah shir would go there

gernblan
11-07-2007, 03:26 PM
That's hilarious!

Don't forget to kick gnomes around too!