View Single Post
06/20/15, 01:07 PM   #1
Area51
AddOn Author - Click to view addons
Join Date: Dec 2014
Posts: 20
Sanctum Ophidia Magic Bomb Detection?

Anyway to detect the magic bomb from SO? Want to warn peeps to dump magic....

Follow up: Okay... i believe this might, in a small way be possible...but does anyone have any idea if and which of the damage types the magic bombs might be? My guess...magic...generic...or none.

DAMAGE_TYPE_COLD = 6
DAMAGE_TYPE_DISEASE = 10
DAMAGE_TYPE_DROWN = 9
DAMAGE_TYPE_EARTH = 7
DAMAGE_TYPE_FIRE = 3
DAMAGE_TYPE_GENERIC = 1
DAMAGE_TYPE_MAGIC = 8
DAMAGE_TYPE_NONE = 0
DAMAGE_TYPE_OBLIVION = 5
DAMAGE_TYPE_PHYSICAL = 2
DAMAGE_TYPE_POISON = 11

Last edited by Area51 : 06/20/15 at 07:31 PM.
  Reply With Quote