Thread: Grey Aggro
View Single Post
  #2  
Old 01-29-2019, 07:30 AM
prestanneth
Fire Beetle
 
Join Date: Jul 2015
Posts: 25
Default

A lot of the logic can be seen around here as to why a mob will attack:

https://github.com/EQEmu/Server/blob...zone/aggro.cpp

Alot of this boils down to faction and kamikazee tactics. Orcs are well known not to be very bright.

Couple of rules noted:

RULE_INT(Aggro, MinAggroLevel, 18 ) // For use with UseLevelAggro
RULE_BOOL(Aggro, UseLevelAggro, true) // MinAggroLevel rule value+ and Undead will aggro regardless of level difference. (this will disabled Rule:IntAggroThreshold if set to true)

lowering 18 to something smaller should alter behavior.


KentaiVZ
Reply With Quote