Hi all,
have a few questions,
at what speed are you running this? ms? or manually spamming?
and what talents set are you using?
Tk u in advance
Hi all,
have a few questions,
at what speed are you running this? ms? or manually spamming?
and what talents set are you using?
Tk u in advance
im curious of this same thing because this doesnât work at all xD
I really want to understand this macro. Looking at it, it does some really cool things. However, I keep getting this error:
14x [string âfor i=1,GetNumTrackingTypes() do local n, tâŚâ]:1: bad argument #2 to âfindâ (string expected, got nil)
[string â=[C]â]: in function find' [string "for i=1,GetNumTrackingTypes() do local n, t, a, c = GetTrackingInfo(i); if string.find(n, UnitCreatureType("target")) then if t~=GetTrackingTexture(i) then SetTracking(i,true); end end end"]:1: in main chunk [string "=[C]"]: in function
RunScriptâ
[string â@FrameXML\ChatFrame.luaâ]:2196: in function ?' [string "@FrameXML\ChatFrame.lua"]:4933: in function
ChatEdit_ParseTextâ
[string â@FrameXML\ChatFrame.luaâ]:4596: in function ChatEdit_SendText' [string "@FrameXML\ChatFrame.lua"]:2977: in function <FrameXML\ChatFrame.lua:2970> [string "=[C]"]: in function
RunMacroTextâ
[string â@FrameXML\SecureTemplates.luaâ]:429: in function `handlerâ
[string â@FrameXML\SecureTemplates.luaâ]:625: in function <FrameXML\SecureTemplates.lua:569>
[string â=[C]â]: ?
[string â@FrameXML\SecureHandlers.luaâ]:266: in function <FrameXML\SecureHandlers.lua:263>
âŚ
[string â@FrameXML\ChatFrame.luaâ]:2977: in function <FrameXML\ChatFrame.lua:2970>
[string â=[C]â]: ?
I assume its realted to it trying to figure out what type of mob it is that you are trying to kill and put the Tracking Aura for that type of mob.
Hi, Yeah thatâs exactly what it does, been trying to disect the macro for a little bit, as some things I noticed as i get to 80 donât work to well.
Mob type tracking is fine, but when i run low on mana I have to manually set to viper and it will auto set back to Dragonhawk after 2 shots, It also constantly casts Dragonhawk on each new target, doesnât call pet correctly if no pet ( callâs after I fired like 4 shots or so), itâs a bit iffy now but at 70-75 was working well.
Iâm not a coder/programmer so itâ all trial and error for me atm .
Something I have noticed since playing with this macro. The error doesnât happen until the mob is dead and it tries to identify the dead mobâs species whatever the word for it is (humanoid, beast, undead etc.). When it is dead, it doesnât fall into the category of the tracking and returns the error. SO, if there was a way to just add the line about the mob being dead and if thatâs true, then stop the identification part of the macro.
Also I can not for the life of me have it swap the tracking. I can have humanoid tracking on, target a beast, hit just that part of the macro, and it wonât swap my tracking.
This is the part I am trying to test for the tracking to swap to what I am targeting.
#showtooltip
/stopmacro [noexists]
/run for i=1,GetNumTrackingTypes() do local n, t, a, c = GetTrackingInfo(i); if string.find(n, UnitCreatureType("target")) then if t~=GetTrackingTexture(i) then SetTracking(i); end end end
/cast Hunter's Mark
I am very interested in how this is supposed to work as well.
Im interested to here peoples opinions on this macro
Iâve upgraded the macro to the WLK version, but itâs currently in BETA (Google translate)
Understood and thank you for doing this. I have tried an utterly failed, and gse isnt translating for me unfortunately
its good but having some issues keeping up to the dps, I donât have great gear, currently ilvl 201 and did about 5.3K dps on patch 65 Parse on logs however in comparison to other MMâs one BIG difference ( accounts for abut 500DPS ) is the lack of Arcane Shot.
Has anyone updated this macro? Curious if anyone still uses gse in WoTLK for Hunters.