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
  #3  
Old 09-15-2008, 12:01 PM
James76
Sarnak
 
Join Date: Sep 2008
Location: Canada
Posts: 53
Default

Yes UseIntervalValue is already set to true. This is happening with all mobs in pop. Going to try some luclin and norrath....

Ok went to ssratemple, still wearing NO GEAR, the mob would only hit once in 4-10 attacks.

So you are suggesting most or all mobs in the database have a low attack rating or accuracy? Lets have a look at the database values. Looks like all the mobs I've looked at have ATK and Accuracy equal to 0. Aggregating the database, every single mob has an ATK and Accuracy of 0. Looks like this is a PEQ problem. Anybody want to try this query on their database?

SELECT zone, max(ATK), max(Accuracy)
FROM npc_types AS nt
INNER JOIN spawnentry as se ON se.npcid=nt.id
INNER JOIN spawn2 AS s2 ON s2.spawngroupid=se.spawngroupid
GROUP BY zone;

I am going to try making changes globally to see if the server actually uses that data.
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 05:58 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