PDA

View Full Version : Starting points...


Valdis01
01-24-2012, 09:21 PM
I know there's been a lot of posts on this, I've read every one and done everything they say, my SOF/UF client STILL ends up in Crescent when I make them, my Titanium client ends up in the right place.... But SoF/UF does not...

Pictures below.

http://i1246.photobucket.com/albums/gg608/Sinclipse1/proof.jpg

http://i1246.photobucket.com/albums/gg608/Sinclipse1/Bindspots.jpg

Valdis01
01-24-2012, 09:33 PM
Alright well I'm an idiot... Please ignore this post... I did a server restart once I edited the DB and it didn't work... My buddy suggested I do it again and let it rest for a minute, so I closed everything (Zone/World/DB editior) and let it sit for 5 mins, brought it back up and EVERYONE spawns in QRG... Sorry .-.

Taurinus2
01-24-2012, 10:34 PM
This also would have done it (in this case 'guildlobby' is used, but you could use any zone shortname you want):

INSERT INTO `variables` (`varname`,`value`,`information`,`ts`) VALUES ('startzone','guildlobby','global starting zone', now())

Cleaner and preserves the existing table data in the case that you want to revert to using the other system.