Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bug Reports

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 05-30-2009, 08:41 PM
Zodl
Fire Beetle
 
Join Date: Sep 2008
Location: Madison
Posts: 26
Default

I have been having the same problem for a while. I was running Rev 535, but Today I just updated everything to 590. (I pulled down the current database/quests as well as the new build) I searched the changelog, and found this SQL Script:

DROP TABLE IF EXISTS `respawn_times`;
CREATE TABLE `respawn_times` (
`id` int(11) NOT NULL default '0',
`start` int(11) NOT NULL default '0',
`duration` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

ALTER TABLE `spawn2` DROP `timeleft`;

If you run it, (You may need to remove IF EXISTS if you're not using a stored proceedure) it looks like it basically removes the instance_id key of the respawn_times table. Removing that field allows my #repop force to work. However, it breaks #repop, and now #repop works the same as #repop force, which can also be a pain.

For a developer, or someone who has more knowledge than myself, I think the problem may be that my zones aren't establishing an instance_id, and that's why #repop force isn't working for some people, like myself. I hope it's not a wild goose chase, but I'd appreciate it if it could be looked into.

Thanks
Reply With Quote
 


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 10:57 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