Starting Area

http://forum.ragezone.com/f315/list-of-dbserver-sql-queries-524196/

"Oh yes, you can replace them by Stored Procedures :)"

that I guess?

Also you could easily hardcode those coordinates there, I guess.
PHP:
INSERT INTO Player ( [UID], [Name], [Class], [Strength], Health, Intelligence, Wisdom, Dexterity, [CurHP], [CurMP], [Map], [X], [Y], [Z], [Face], [Hair]) VALUES ( %d, '%s', %d, %d, %d, %d, %d, %d, %d, %d, 1, 1, 1, 1, %d, %d)
 
Upvote 0
svr_path/config/etc.txt ? i dunno ...

just make a backup and change all coordinates to the same and try it :) thats my idea ;)

or its coded into engine/main with a random spawn function
 
Upvote 0
Back