View Single Post
  #9  
Old 08-31-2012, 08:25 PM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 541
Default

Quote:
they should roll to see if they attack you, not just attack like on EQEmu.
They do. I can't remember if they did before I implemented heroic charisma or not but it is in:

aggro.cpp (320)
Code:
fv == FACTION_THREATENLY && MakeRandomInt(0,99) < THREATENLY_ARRGO_CHANCE - heroicCHA_mod
edit: Although I guess it depends on what the value of THREATENLY_ARRGO_CHANCE is(too lazy to look it up). But the framework is in for randomness.
Reply With Quote