Fantastic release like always! Great work, thank you! : D
Yes, the IA-32 loader works fine with AMD64 operating systems. You only need the AMD64 loader for AMD64 target processes. WoW always runs as an IA32 process, so the IA-32 loader is always the right one.
Please post full crash dumps (and, if available, minidumps).
I can't diagnose the problem without detailed information.
can someone explain to me what this does. i dont understad the "purpose" section. i dont know much about computers
I'm trying to use this but I get a message that pops up in wow saying that a macro has been blocked by a protected fuction blah blah
Something
Ok /script MoveForwardStart(); worked, and I'm trying to use
http://www.mmowned.com/forums/ui-mac...ion-macro.html
I copied and pasted them exactly
Something
That uses several functions and potentially runs a second macro. I want to know when SPECIFIC function fails. Just test all the APIs you use manually.
If it only fires when executed as above (with conditionals etc) then let me know. Otherwise advise me as to which function specifically is failing.
I'm retarded and don't quite understand what you are telling me
Something
Test every function separately and see which one throws you the error >.<.
Test GetSpellCooldown("spell_name")
then CastSpellByName("spell_name")
then test the ones in your other macro (25).
For those of you out there that don't understand what this is for, you probably won't have any use for it.
Your macro
My FixCode:"/run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro"25" end"
You need to add /click StaticPopup1Button1 on a new line after your macroCode:/run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro("MACRONAME") end /click StaticPopup1Button1
Enjoy!
Funny how you can help people and get 0 Rep for it. I should have gotten +200 Rep by now. xP
ANYWAYS! Does /click StaticPopup1Button1 just press the center button? Because IF you die, it will click 'Release', which I had an unfortunate experience learning. :|