February 20, 20179 yr Hey, Some mobs are immune to some type of spells. Eg. Fire Elementals are immune to fire spells. How can I check for this in my fightclass?
February 21, 20179 yr Hello, I don't know if he has method to do it automaticly, but you can manually check with CSharp condition like: ObjectManager.Me.Entry != 575 (for http://db.vanillagaming.org/?npc=575#wh-comments , replace 575 bu mob entry id, you can found entry id in grinder profiles editor or in 'dev... tools' tab 'tools')
Create an account or sign in to comment