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.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-01-2009, 09:03 AM
eqwarrior
Sarnak
 
Join Date: Jul 2009
Location: United States
Posts: 40
Question Combat changes when updating (help)

I just updated from my last source code on May 09, 2009 to current June 30, 2009, and now the users (On EZ Server) are complaining that they can't survive any of the zones. Any ideas how to fix this? All the mobs accuracy is at 0. Its happening at all levels, not just max levels with bosses.

Is there anything in the source code that I can edit before compliling?

Is there anything in rule_values that I can edit? I noticed some new rules when I sourced them in, and now half the descriptions are missing and replaced with 'notation' or something.

Seems the mobs hit too often and too hard. Stats are not crazy, Pls help.

-Hunter
Reply With Quote
  #2  
Old 07-01-2009, 10:16 AM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

there should be a Rule controling npc chance to hit, which by default set to something like 65%, make it lower - like 55%

other than that - you would have to lower npc max dmg

update npc_types set maxdmg=maxdmg*0.8; - will reduce npc dmg by 20% for all npcs
Reply With Quote
  #3  
Old 07-01-2009, 11:23 AM
eqwarrior
Sarnak
 
Join Date: Jul 2009
Location: United States
Posts: 40
Default

Thanks, will try that.
Reply With Quote
  #4  
Old 07-01-2009, 11:44 AM
eqwarrior
Sarnak
 
Join Date: Jul 2009
Location: United States
Posts: 40
Default

Quote:
Originally Posted by ChaosSlayerZ View Post
there should be a Rule controling npc chance to hit, which by default set to something like 65%, make it lower - like 55%

other than that - you would have to lower npc max dmg

update npc_types set maxdmg=maxdmg*0.8; - will reduce npc dmg by 20% for all npcs
Is this what you were talking about? Cause I don't see any hit chance for NPC's.

"0 Combat:BaseHitChance 69 notation"

I'll make that lower and see if it helps. Does that affect players and npcs? Is there something just to affect NPCs?
Reply With Quote
  #5  
Old 07-01-2009, 11:51 AM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

Quote:
Originally Posted by eqwarrior View Post
Is this what you were talking about? Cause I don't see any hit chance for NPC's.

"0 Combat:BaseHitChance 69 notation"

I'll make that lower and see if it helps. Does that affect players and npcs? Is there something just to affect NPCs?
that one affects players. there should be one just for npcs.. i will look what it should be.
Reply With Quote
  #6  
Old 07-01-2009, 11:57 AM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

ok apparently i was mistanken, or npc rule was removed.

so just work with maxdmg then
Reply With Quote
  #7  
Old 07-01-2009, 12:13 PM
eqwarrior
Sarnak
 
Join Date: Jul 2009
Location: United States
Posts: 40
Default

Thanks for quick reply.

I wish there was a list of ALL rule values with a description for each one, so we know which rules are still working and what they do. I saw a wiki but it was not complete.
Reply With Quote
  #8  
Old 07-01-2009, 12:20 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

Quote:
Originally Posted by eqwarrior View Post
Thanks for quick reply.

I wish there was a list of ALL rule values with a description for each one, so we know which rules are still working and what they do. I saw a wiki but it was not complete.
oh I was telling that to devs for the last year
Reply With Quote
  #9  
Old 07-01-2009, 12:27 PM
eqwarrior
Sarnak
 
Join Date: Jul 2009
Location: United States
Posts: 40
Default

sad face :(
Reply With Quote
  #10  
Old 07-01-2009, 12:50 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

yeah for example I have opened up rule.h file and found a whole bunch of rules dealing with mobs cons of blue, white and yellow which were NEVER even mentioned in server changelog file, and no explanation on what they do.

Ans till trying to get devs to confess how does Combat:AgiHitFactor works and what its values mean.
Reply With Quote
  #11  
Old 07-02-2009, 09:40 AM
eqwarrior
Sarnak
 
Join Date: Jul 2009
Location: United States
Posts: 40
Default

How can I change the mob accuracy? Players are crying a lot here.
Reply With Quote
  #12  
Old 07-02-2009, 09:44 AM
Dibalamin
Hill Giant
 
Join Date: Dec 2007
Posts: 182
Default

I think you can reduce their accuracy by reducing it in the NPCs stats. Other than that I'm not sure. Ours all default to 0.
__________________
Retired EMarr
Project1999 Developer
Reply With Quote
  #13  
Old 07-02-2009, 01:54 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Two rules you can use to mod accuracy.

(Combat, BaseHitChance) - Everyone's base accuracy.
(Combat, NPCBonusHitChance) - NPCs get this bonus to accuracy.
Reply With Quote
  #14  
Old 07-02-2009, 04:05 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

Quote:
Originally Posted by KLS View Post
Two rules you can use to mod accuracy.

(Combat, BaseHitChance) - Everyone's base accuracy.
(Combat, NPCBonusHitChance) - NPCs get this bonus to accuracy.
Ha! I knew there was one, I just could not find it.
can bonus be negative number?

ALSO, KLS could you please explain recently added rules for "con scaling"?
and: Combat:AgiHitFactor ?
Reply With Quote
  #15  
Old 07-02-2009, 05:28 PM
eqwarrior
Sarnak
 
Join Date: Jul 2009
Location: United States
Posts: 40
Default

I would like to know too please.
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 07:26 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3