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 12-11-2007, 06:21 AM
jimbabwe
Hill Giant
 
Join Date: Aug 2005
Posts: 107
Default

all you have to do is edit the launcher table. Add an entry. we'll name it peq and set it's dynamics to 6.

Then boot world. Then run from batch, from shortcut or from command prompt launcher.exe peq.

Tada!

launcher_zones is for if you want to add static zones I believe.
Reply With Quote
  #2  
Old 12-13-2007, 11:06 AM
ven-elexver
Banned
 
Join Date: Dec 2007
Posts: 64
Default

Sweet ! that got me going Thanks now i would like to add some city's as static
zones im just i do the same in launcher_zone and then put in same batch file but not sure if in batch i use the start.exe zoneneame. or make a list of zones and at end of them add lancher.exe zone ? but ill try both
Reply With Quote
  #3  
Old 12-13-2007, 12:06 PM
jimbabwe
Hill Giant
 
Join Date: Aug 2005
Posts: 107
Default

Code:
CREATE TABLE `launcher_zones` (
`launcher` varchar(64) NOT NULL default '',
`zone` varchar(16) NOT NULL default '',
`port` mediumint(9) NOT NULL default '0',
so all you need to is insert some info into your database.

The launcher column holds the name of your launcher from name.launcher
the zone column holds the number of your zone from zoneidnumber.zone
port column holds the port number you want that specific zone to use. I am not sure what you should put in this one. there is probably an acceptable range someone has listed somehwere.

so you'll still only end up needing to execute launcher.exe 'launchernamehere' and it'll boot all the static zones too
Reply With Quote
  #4  
Old 12-13-2007, 12:53 PM
jimbabwe
Hill Giant
 
Join Date: Aug 2005
Posts: 107
Default

oops, I was wrong. I didn't even read that sql statement! It uses the zone shortname, not the zone id number.
Reply With Quote
  #5  
Old 12-13-2007, 01:50 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Code:
INSERT INTO launcher_zones VALUES ('peq','poknowledge',0);
Is an example of how to add static zones, just replace poknowledge with the short name of which ever zone(s) you want static. The 0 tells the server to automatically determine the best port to use based on your range specified in eqemu_config.xml.
Reply With Quote
  #6  
Old 12-14-2007, 09:59 AM
ven-elexver
Banned
 
Join Date: Dec 2007
Posts: 64
Default

TY once more guys got all my zones going now. maybe this will be a help to other launcher noobs also.
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:11 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