I've verified everything here's my information as requested. Some other information, I've had this working before no issues at all, just after patch I can't seem to get it to work no matter what.
OS: Windows 7 64bit
.NET Framework 4.0 BETA 2
WoW Build: Version 3.3.0 (11159)(Release)
Dec 9, 2009
LuaNinja Version: v20091215a
Macro I'm trying to run:
Code:
/run if UnitBuff("player", "Clearcasting") then CastSpellByName("Shred") end
/run local _,d,_ = GetSpellCooldown("Tiger's Fury") if (d == 0) and UnitPower("Player") < 30 then CastSpellByName("Tiger's Fury") end
/run p=GetComboPoints("player","target");if not UnitBuff("player", "Savage Roar") and p>0 then RunMacroText("/cast Savage Roar") end
/run p=GetComboPoints("player","target");if not UnitDebuff("target", "Rip",unitCaster~="player") and p>4 then RunMacroText("/cast Rip") end
/run p=GetComboPoints("player","target");if p>4 then RunMacroText("/cast Ferocious Bite") end
/run if not UnitDebuff("target", "Mangle",unitCaster~="player") then CastSpellByName("Mangle") end
/run if not UnitDebuff("target", "Rake",unitCaster~="player") then CastSpellByName("Rake") end
/run local _,d,_ = GetSpellCooldown("Shred") if (d == 0) then CastSpellByName("Shred") end
Here's my startup .bat I have even tried using the GUI to no avail:
Code:
Loader_IA32.exe --window="World of Warcraft" --module="LuaNinja.dll" --export="Initialize"
Here's my screenshot: