View Single Post
  #7  
Old 08-26-2023, 05:53 PM
zelld52 zelld52 is offline
Fire Giant


Join Date: Jul 2021
Posts: 562
Default

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

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


If the Caster Roll is less than Mob Roll, you get a "Critical" resist, and the mob will aggro. These rolls are only performed on a resist.
Last edited by zelld52; 08-26-2023 at 05:56 PM..
Reply With Quote