Hi!
Great guides and tutorials. Just got setup with my 5 man team. My warrior tank is acting like a DPS, he never goes to defensive stance, altough i have shield and 1hander equipped. He does not use any defensive abilities either.
I'm guessing I'm doing something wrong.
His rotation "single target" is something like charge, demoshout, blood rage battleshout. Just hit level 15.
Can i set him as a tank somewhere in the code?
Thanks for answers
I have fully functional code that uses raidtarget icons to keep targets sheeped. Look at MB_assign_cc() and CC(). It works.
It's NOT simple.
I suggest you download my SuperMacro and simply use it.
/script MB_assign_cc() to set a target,
/script MB_clearraidtargets() to clear your targets
/script CC() to sheep set targets.
Remember that assigner must be raid leader or raid assist.
I'll make a vid on this topic soon.
Could you do something like this?
function polymorph()
--your function for finding a target without tank aggro
TargetNotOnMe()
--Is it marked with a star?
if GetRaidTargetIndex==1 and
--No dots on target?
If not buffed(Serpent Sting, Corruption, etc..) then
--then sheep it
cast ("polymorph")
end
the syntax is probably wrong, but will it work?
This is awesome, have been fiddeling abit with the code and made some stuff of my own. Changed the pallybuff function for my 5 man team, and som minor adjustments to rotations.
Been doing a couple of dungeons and made som very basic CC code for mage/hunter, but its not great and the targeting is messy.
It seems like the API won't allow for raid icon targeting either. Do you have any hints on this?
Thanks for answeres.
Yes, that is exactly what you do. You can find out what hotkey names each key by pressing it and looking at the "Last Key Press" window, with it on.
It should normally NOT BE ON. Nor should the "Actions on this PC" scroll. THESE SHOULD NEVER BE ON, except for debugging. They will lock up HKN if you 40 box.
TY! works like a charm. is it possible to use another key for the tilde click? just find and replace oe3d with another key in the hotkeynet file?
Also, if you are using my LATEST code (just put up today) I don't even check anymore. Every warrior is a tank :)
I need to put fury and arms back in, but I have no need of it right now.
My code considers you a tank if you have a shield equipped.
Please go to the "function EquippedShield()" line.
YOu can see several shields looked-for there. Change one of the shield names to yours. ;)
Sorry about that! I should probably make it a bit smarter.