repopping fear
say ive killed all the fietid fiends in fear how do i repop them. the #repop command wont, cause they are on the week or what ever timer eq is on for a planar repop. ive completely closed out my server and restarted that didnt work. is there a command that will reset it like when eq would patch and it resets the dragon/plane spawns?
|
Hello , im not at home and cant check it right now but if im not wrong you can connect to your mysql database and run this query:
UPDATE INTO npctypes SET timeleft=0 then do a #repop in your EQ client. |
where do i enter this in mysql
|
Open up the command prompt and navigate to the bin directory of your MySQL installation, usually C:\mysql\bin on a Windows system.
Now, type in mysql -u root [your database name]. Obviously fill in your database name and when typing DO NOT INCLUDE THE BRACKETS. Then, type in Code:
UPDATE INTO npctypes SET timeleft=0 |
i typed this
C:\mysql\bin mysql -u root use eq; UPDATE INTO npctypes SET timeleft=0; i get a syntax error when i do the update part |
that's because npc_types isn't the right table. It's one of the spawn-related tables, but i don't remember which off-hand. It may be spawn2, so you could try that instead.
|
It is spawn2. So your code is:
Code:
UPDATE spawn2 SET timeleft=0; |
makes no diff to me thanks
|
All times are GMT -4. The time now is 10:57 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.