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.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-22-2005, 10:30 PM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default 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?
Reply With Quote
  #2  
Old 06-22-2005, 10:46 PM
killhand
Fire Beetle
 
Join Date: Apr 2005
Posts: 25
Default

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.
Reply With Quote
  #3  
Old 06-22-2005, 10:49 PM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default

where do i enter this in mysql
Reply With Quote
  #4  
Old 06-22-2005, 11:29 PM
mrea
Discordant
 
Join Date: Sep 2004
Location: Camp Hill,PA
Posts: 370
Default

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
__________________


Reply With Quote
  #5  
Old 06-23-2005, 07:33 AM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default

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

Last edited by Aradorn; 06-23-2005 at 04:04 PM..
Reply With Quote
  #6  
Old 06-23-2005, 10:00 AM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

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.
__________________
The PEQ Database Editor is available!
Edit Loot, NPCs, Spawns, Merchants, Factions, NPC Spell Lists, and Tradeskills with ease!
Check it out!
Reply With Quote
  #7  
Old 06-23-2005, 10:10 AM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

It is spawn2. So your code is:

Code:
UPDATE spawn2 SET timeleft=0;
And that will reset spawn timers for the entire server, not just Fear, if that makes a difference for you.
__________________
The PEQ Database Editor is available!
Edit Loot, NPCs, Spawns, Merchants, Factions, NPC Spell Lists, and Tradeskills with ease!
Check it out!
Reply With Quote
  #8  
Old 06-23-2005, 10:16 AM
Aradorn
Sarnak
 
Join Date: Jan 2005
Posts: 65
Default

makes no diff to me thanks
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 08:05 PM.


 

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