PDA

View Full Version : starting spawnpoints


onejessman
11-06-2004, 06:49 PM
how can u set it up so all the races spawn in one place like on empire how everone spawns in freeport?

Cisyouc
11-07-2004, 04:39 AM
ALTER TABLE variables SET value='zoneshortname' where varname like 'startzone';

sotonin
11-07-2004, 05:48 AM
Alter table?

Why would you alter the table ? You're telling him to change the table structure of his variables table.

/boggle

Perhaps you mean an INSERT ? Since i see no startzone value in that table by default?

INSERT INTO variables SET varname='startzone', value='zoneshortname';

Cisyouc
11-07-2004, 09:38 AM
Alter table works just the same for me.

-edit- Errr, no there is a startzone variable by default.

sotonin
11-07-2004, 11:45 AM
We have no startzone variable on any of the peq releases. Never seen that variable before.

hypershadow66
11-07-2004, 12:16 PM
how can u set it up so all the races spawn in one place like on empire how everone spawns in freeport?

or you can go to a command prompt to your eqemu directory and type
world startzone [u]tutorial[/u]

of course changing the underlined word to the short name of the zone you want