YAMB & Pindle

exy1e

New Member
Joined
Jul 26, 2005
Messages
2
Reaction score
0
I use a blizzsorc so i'm wondering if you can skip pindle when he's cold immune (not chicken out of the game). How would I add that to the code? Cause when i put true for cold immunes i think he just chickens out of the game.
 

AuraBullet

Member
Joined
Jul 26, 2005
Messages
10
Reaction score
0
Code:
//////////////////////////////////////////////////////////////////////
// [SIZE=4]Immunities/Resistances/Enchantments to skip[/SIZE]
//====================================================================
// Set each to true to chicken out if a monster is immune to that kind of damage.
//--------------------------------------------------------------------

DA_Immunities[1] = false;	// Physical
DA_Immunities[2] = false;	// Magic
DA_Immunities[3] = false;	// Fire
DA_Immunities[4] = false;	// Lightning
[COLOR=Lime]DA_Immunities[5] = false;	// Cold[/COLOR]
DA_Immunities[6] = false;	// Poison
change that line if u didnt do so it shouldnt chciken out of game
 

exy1e

New Member
Joined
Jul 26, 2005
Messages
2
Reaction score
0
er that's the thing i set it to true and it does chicken out of the game, but what i want it to do is just skip pindle and not chicken out of the game
 

NewPosts

New threads

Top