Hey everyone, whenever I turn into cat form this track humanoid turns on automatically and I'm tired of always turning it off manually anyways to make it stop how did you all deal with this problem?
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = "s=8d8f8b1835135293a978541a51f4bff9&"; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?goto=nextoldest&t=431156"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
Hey everyone, whenever I turn into cat form this track humanoid turns on automatically and I'm tired of always turning it off manually anyways to make it stop how did you all deal with this problem?
Just got to this bug today.
No one has a fix to stop casting track humanoids when going cat form?
Sick of having to pretty track herbs every time.
Wish I never learnt this useless track humanoids skill
Hello Ohie,
Thank you for the tip. I am bad with macro's though so I need more info haha.
If I make the macro say
/Cast Cat Form
/Cast Find Herbs
First click goes into cat form and tracks humanoids
Second click goes back out of cat form and tracks herbs. What have I done wrong?
At the moment I have just made a separate button that's just /Cast Find Herbs
I click it 1 GCD after going into cat form each time.
Thanks in advance
you should add ! at the Cat Form, so it wouldn't change you back to human form
and also you should make it castsequence so it will go to the 2nd cast until the time expires
it should be like this:
#showtooltip
/castsequence reset=3 !Cat Form; Find Herbs
explanation:
- #showtooltip = to show what are you gonna do, don't pick the icon, just let it be "red question mark"
- castsequence = to make it sequence step by step
- reset=3 = reset timer 3 sec, if u just click it 1 time to change to cat form and u didn't click it again, it will be back to /cast Cat Form again (since you're using !, you're no longer back to human form)
How about just
/use [form:3]Find Herbs
will use Find Herbs if you're in cat form. Can bind it literally to any spell. Or if you want lua solution..use the
"MINIMAP_UPDATE_TRACKING" event and when this gets fired you can check what type is currently on use and switch back to what you want without further, manual interaction on your end