Shield Sader config blocks

International

Moderator: Moderators

silentblue1987
Human
Human
Posts: 46
Joined: 07 Apr 2010, 12:11
Noob?: Yes

Shield Sader config blocks

#1 Post by silentblue1987 »

I decided to post my Shield Sader config blocks since the official faq/guides section didn't have them.

Code: Select all


#Reflect Shield (aka: Shield Reflection)
useSelf_skill Reflect Shield {
	lvl 10
	sp > 10%
	whenStatusInactive Reflect Shield
	notWhileSitting 1
	notInTown 1
	timeout 5
}

#Defender (aka: Defending Aura)
useSelf_skill Defender {
	lvl 10
	sp > 10%
	defendMonsters Skel Archer, Raydric #<<<insert ranged mobs here
	whenStatusInactive Defender
	notWhileSitting 1
	notInTown 1
	timeout 5
}

#Note: This was the only way i could get my Shield Sader to use the following skills consistently

#Shield Boomerang (aka: Shield Boomerang lol)
monsterSkill Shield Boomerang {
	lvl 10
	sp > 50%
	aggressives < 4 #<<< change on preference
	target_dist > 2 #<<< Leave this alone if you like oneshotting familiars in payon dungeon =P
	maxUses 1
}

#shield charge (aka: Smite)
monsterSkill Shield Charge {
	lvl 10
	sp > 10%
	aggressives >= 4 #<<< change on preference
	target_dist <= 1.5
}