Getting the best from my tank

poopyfarts

New member
Joined
Jul 20, 2011
Messages
27
Reaction score
0
Points
0
Anyone have any recommendations for my SK other than the default set up? I have to manually tab to him to hit Deflection and some other tank stuff when I pull named.
 
/plugin mq2bot load
/bot on
you win at EQ
 
You can use MQ2Melee to handle that.

Code:
holyflag0=1
holyflag1=1
holyflag2=1
holyshit0=/if (${Me.CombatAbilityReady[Reprove]} && ${Me.PctHPs}<65 && ${Me.PctEndurance}>30 && ${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]}) /disc Reprove
holyshit1=/if (${Me.CombatAbilityReady[Grelleth's Carapace]} && ${Me.PctHPs}<45 && ${Me.PctEndurance}>30 && ${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]}) /disc Grelleth's Carapace
holyshit2=/if (${Me.CombatAbilityReady[Bonebrood Mantle]} && ${Me.PctHPs}<50 && ${Me.PctEndurance}>30 && ${Me.CombatState.Equal[COMBAT]} && ${Target.Type.Equal[NPC]} && ${Bot.Named}) /disc Bonebrood Mantle

Something along these lines, I'm not saying that my setup is the best (I've not updated it for post-level-105 yet either...) but with this my SK handles some of the tanky discs.