Cuz there is typo:
StaticPopup_Hide("MACRO_ACTION_FORBIDDEN"");
Cuz there is typo:
StaticPopup_Hide("MACRO_ACTION_FORBIDDEN"");
Hi, i hope you can help me..
i want to use this macro on my focus target:
like this one:Code:#showtooltip Gedankenfrost /dump loadstring("DevTools_DumpCommand = (function(msg) loadstring(msg)() end)")() /dump loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitCastingInfo(\"target\"); if UnitCastingInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Gedankenfrost\") end")() /dump loadstring("local _, _, _, _, _, _, _, _, interruptAble = UnitChannelInfo(\"target\"); if UnitChannelInfo(\"target\") and not interruptAble then SpellStopCasting() CastSpellByName(\"Gedankenfrost\") end")() /click StaticPopup1Button2
Code:/cast [target=focus, exists]Gedankenfrost; Gedankenfrost;
Last edited by Hirb; 11-26-2009 at 11:08 AM.
Still gives luaerror so the there's something else wrong except for the typo
Edit. Got it working now
Hey, sorry, I'll try and put together that test built today or on the weekend, been really busy lately.
Your macros are using obsolete commands and apparently clunky formatting. Your macros can be fixed (and shortened) to..
I only have one concern though. If the interrupt spell fails to fire by any means (range, LoS, mana/RP/rage/energy, cooldown, etc) your current spell will stop casting which can be bad if you blindly spam it along with your normal spells. I suggest adding conditionals for range checks, cooldown checks, and resource checksCode:#showtooltip Gedankenfrost /run i={UnitCastingInfo("target")} if i[9]==(false) then SpellStopCasting() CastSpellByName("Gedankenfrost") end /run j={UnitChannelInfo("target")} if j[8]==(false) then SpellStopCasting() CastSpellByName("Gedankenfrost") end /click StaticPopup1Button2
Last edited by Ssateneth; 11-26-2009 at 01:22 PM.
Thanks for this! I was able to find macros that work using this that allow me to single button rotate for moonkin dps. Works great. Can anybody make me a macro, or a way to single button rotate for bear form tanking? I would greatly appreciate it and have no idea how to accomplish it.
1) Use mangle when not in CD
2) Use Maul always
3) Keep 5 stack of lacerate up
4) Use FeralFaeireFire to fill in and not in CD.
5) Use swipe to fill in.
Thanks in advance if anybody could do that!
please i need help alwas not working -,- can anyone make a video tut for this?
Im using about every way to load it and still getting "blizzard blocked .." bullshit on the screen. I was so excited to use this too!![]()
Hooray, finally uncapped which means my internet is again usable. I'm going skydiving tomorrow assuming the weather holds, but after that I should be able to fix the problems people are having.
I got to the file but i have no idea how to download it :/ Stupdi rayfile... I could help you localize it if you tell me what each button does. (As i do not know Chinese )
Last edited by jimanvlad; 11-27-2009 at 12:44 PM.
Virustotal. MD5: 78999bd777a99d6b0218a691f4574e85
Clean. Still have no idea how to use it.
Last edited by Albedo; 11-27-2009 at 11:56 PM.
I never really understood why people always want a VT scan of stuff. If you're using VT as your AV solution you're a ****ing idiot. In about 10 minutes I can take any piece of malware and make it come up 100% clean on VT (well, actually, nowadays its more like 10 seconds, but that's because I wrote a packer).
Seriously, either run a full blown AV solution, or just use some sort of VM layering system. If you're using VT to decide whether to run stuff or not you're asking for trouble.
VT only does on-disk scans, so you loose all of the most powerful scanning capabilities present in most modern AV solutions.