Can anyone point me to where I can find out how to set up static zones?
I've been looking around and found tons posts that are 4 years old and such, so I was just wondering if someone could link me a place where I can read up on how to set up static zones.
|
Things have not changed on how to do them. Beware though, static zones can actually be a problem I have found, some zones not as much as other. After days of a running a static zone I have noticed NPC's run out of unique names and quest issues like uninitialized values. It might be better to just set the shutdown delay of the zone to a high value, like an hour or two.
|
Quote:
|
If you look at the zone table, notice a shutdowndelay column.
|
Quote:
|
In your database?
|
Quote:
|
Quote:
I remember my password and such but don't remember the log in command... I don't really know how to get to the database... Nvm found the command: mysql -uroot -p peq, now once i have access to mysql is this where i get into the database? |
Use HeidiSQL (http://www.heidisql.com/) or get the PEQDB editor setup on your box; this will make your life a lot easier.
|
Quote:
http://www.eqemulator.org/forums/showthread.php?t=37379 |
Quote:
Code:
-- Hybrid static zones |
Quote:
i go to querey paste in UPDATE `zone` SET `shutdowndelay` = '1800000'; and type each zone for the word "zone" if this is the case is there a way to do all zones at once? |
No, that query will get every single zone.
Yes, paste that in the query, make sure you have your database selected before you run it. |
Quote:
information_chema mysql peq test So i select the tab that contains all of those and then hit run for the query i just pasted in? and if that's the case do i need to save it or anything or will it automatically save the changes once i exit heidisql |
i think its working!!! thank you so much in guiding me through all that!
(you're awsome :) ) |
All times are GMT -4. The time now is 05:17 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.