Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-03-2009, 01:28 AM
eqemuross
Hill Giant
 
Join Date: Sep 2008
Location: South Florida
Posts: 100
Default Set all new chars to spawn in QRG but Trolls going to Grobb?

Any ideas? :( -- i updated all the values to zoneid 3, just for some reason trolls like to go to grobb?
Reply With Quote
  #2  
Old 09-05-2009, 06:27 PM
Naes
Fire Beetle
 
Join Date: Feb 2007
Posts: 27
Default

Same thing happens on my server.
Reply With Quote
  #3  
Old 09-05-2009, 06:47 PM
Yeormom
Discordant
 
Join Date: Apr 2004
Location: 127.0.0.1
Posts: 402
Default

That's because that race, class, deity combination does not have an entry in the database so it defaults to a system location. You'll need to add the extra entries in your database for that combination. I send all characters to one zone on my server so I just changed it in the server code instead and removed the tables and database overhead.
__________________
Yeorwned
Bane of Life [Custom Classic/PvP]
Reply With Quote
  #4  
Old 09-05-2009, 08:06 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Or, you can just add the varname of "startzone" to your variables table and then set the value of the name of the zone you want all chars to start in. Nice and simple.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #5  
Old 09-05-2009, 08:37 PM
Naes
Fire Beetle
 
Join Date: Feb 2007
Posts: 27
Default

Thanks this worked. Didn't even need a server reset
Code:
INSERT INTO variables (varname, value) VALUES ('startzone', 'nexus');
Reply With Quote
  #6  
Old 12-30-2009, 09:57 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

i was just wondering how to enter that code in
Reply With Quote
  #7  
Old 12-31-2009, 07:54 AM
antioch
Fire Beetle
 
Join Date: Dec 2009
Posts: 23
Default

Either use your SQL frontend like Navicat to insert the entry or use the mysql command line. To use the command line;

1. Open your DOS Shell
2. Type: mysql -u root -p
3. Enter your password
4. Type: use DB (where DB is the database you use)
5. Enter the code as shown above, changing the values to your preference
Reply With Quote
  #8  
Old 02-27-2010, 12:58 AM
ryder911
Hill Giant
 
Join Date: Jun 2002
Posts: 212
Default

Ive ran this query but chars still start in tutorial. I even tried deleting the start_zone table and that didnt help either.
__________________
Chris---
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 03:05 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3