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 03-28-2010, 10:55 PM
Drahkon
Fire Beetle
 
Join Date: Aug 2009
Location: South Carolina
Posts: 26
Default Dynamic zone query

How do you run more than 5 dynamic zones? I'm running into the issue where zones are unavailable because there is no server to run them on.

I know it's a general question, but my knowledge is limited.

Thanks in advance.
Reply With Quote
  #2  
Old 03-28-2010, 11:57 PM
nilbog
Hill Giant
 
Join Date: Nov 2007
Posts: 197
Default

In your database, check the launcher table. If there is an entry for dynamics, update it from 5 to how many you wanted.
Reply With Quote
  #3  
Old 03-21-2012, 08:43 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 188
Default

Seems if I set this 25 or higher, people can't connect and I can only connect from the same box. Other users get to char select and then error when logging in.

Something I'm missing?
Reply With Quote
  #4  
Old 03-21-2012, 10:46 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

I don't have that issue but if a dynamic zone crashes on my server it will never reboot.
Reply With Quote
  #5  
Old 08-05-2012, 10:03 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

Im sorry for the newb question, but im trying to figure out how to open up more than 5 dynamic zones. IDK how to show a list of variable or tables inside mysql bc im very new at this stuff... I was curious if anyone knew of the exact command to punch in or the 'xxxxxxxxx'; portion of it. Thanks
Reply With Quote
  #6  
Old 08-05-2012, 10:05 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Maceblade View Post
Im sorry for the newb question, but im trying to figure out how to open up more than 5 dynamic zones. IDK how to show a list of variable or tables inside mysql bc im very new at this stuff... I was curious if anyone knew of the exact command to punch in or the 'xxxxxxxxx'; portion of it. Thanks
Code:
mysql> describe launcher;
+----------+---------------------+------+-----+---------+-------+
| Field    | Type                | Null | Key | Default | Extra |
+----------+---------------------+------+-----+---------+-------+
| name     | varchar(64)         | NO   | PRI |         |       |
| dynamics | tinyint(3) unsigned | NO   |     | 0       |       |
+----------+---------------------+------+-----+---------+-------+
2 rows in set

mysql> select * from launcher;
+------+----------+
| name | dynamics |
+------+----------+
| zone |        5 |
+------+----------+
1 row in set
That is where you set your dynamics.
Reply With Quote
  #7  
Old 08-06-2012, 03:59 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

ah very nice now I can see the variables... now with some research I will soon be able to find out how to change it lol... Thanks alot Akk

Last edited by Maceblade; 08-06-2012 at 04:06 PM.. Reason: *
Reply With Quote
  #8  
Old 08-06-2012, 04:32 PM
jdoran
Hill Giant
 
Join Date: Jul 2012
Posts: 212
Default

Writing SQL is needed for changing values from within code. But for stuff like this, the easiest way is to use some sort of SQL front-end, like Navicat.
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 12:40 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3