Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 10-29-2013, 01:18 AM
HnathBST
Sarnak
 
Join Date: Feb 2007
Location: Sunset Home
Posts: 71
Default

Quote:
Originally Posted by rlie_0 View Post
UPDATE:

I was able to mess around some, it appears i gotta enter each one manually which will suck cant just enter it once and get them all updated at once.

The issue now is, I get into TDeep, the Location is now incorrect there anything Im missing?
There are a few places you can set the starting zone for ALL players (not individual race/class combos)

In your variables table you can add an entry:
Code:
INSERT INTO `peqdb`.`variables` (`varname`, `value`, `information`, `ts`) VALUES ('startzone', 'poknowledge', 'Sends new players to a specific starting zone.', '2013-10-02 07:11:01');
Change poknowledge to the shortname of the zone you want.

you can also set the clients using the SOF or greater client to a specific starting zone by using:
Code:
INSERT INTO `peqdb`.`rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES ('1', 'World:SoFStartZoneID', 'poknowledge', 'Sets the Starting Zone for SoF Clients separate from Titanium Clients (-1 is disabled)');
again changing poknowledge to the shortname of the zone you want.

when you use variable to set the start zone, it will use the safe spot coordinates from the zone table. you can change that by using:

Code:
UPDATE `peqdb`.`zone` SET  `safe_x`='-285', `safe_y`='-148', `safe_z`='-159' WHERE (`short_name`='poknowledge');
once again obvisiously changing poknowledge to your zone and the safe_x,y&z to your choosen coordinates.

Hope that helps
Reply With Quote
 


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 10:25 AM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3