View Single Post
  #9  
Old 12-14-2022, 11:46 AM
zelld52 zelld52 is offline
Fire Giant


Join Date: Jul 2021
Posts: 717
Default

MobRoll = ((((MobMR + MobLevel) / 3) / MobMaxMR()) + (RandomFloat(-10, 10) / 100.0)

CasterRoll = (((CasterCha + CasterLevel / 3) / CasterMaxCha) + (RandomFloat(-10, 10) / 100.0)


If the Caster Roll is less than Mob Roll, you get a "Critical" resist, and the mob will aggro.
Reply With Quote