wow thing looks crazy
InteractUnit doesn't seem to work with LuaNinja. If I put the mouse over a resource node or a bobber and type "/script InteractUnit("mouseover")" I get the "A macro script has been blocked..." dialog.
found the answer to my problem. turned out to be addons conflicting and nothing to do with LUAninja at all. thanks anyways Cypher....and dare i say it....nice program man bravo.
-DeMoN
Luaninja works perfectly on my notebook(Windows Vista) but on my desktop(Windows XP)
When I run Luaninja on my desktop, I only see a message: "Error! Injector: Could not write to memory in remote process." :/
(Same result with Launcher, Pid, Window)
Hello, what version of XP do you have? (Include 32bit/64bit and service pack details)
Also, are you running as an Administrator on the XP machine?
P.S. Going to bed now, I should be able to attend to your issue tomorrow once I get home (got to leave early in the morning). In the meantime, please collect as much relevant information as you can (and even any that you may think is irrelevant but you're not sure) so I can diagnose your problem properly.
Thanks.
Windows XP Profetional 32bit Build 2600, Service Pack 3,
I just use Administrator account. I can't find another option for running permission. (only found compatiable mode)
installed .Net Framework 2.0 sp1, 2.0 sp2, 3.0 s1, 3.0 sp2, 3.5 sp1, 4.0 Beta,
Microsoft Visual C++ 2005, 2008, 2010 Beta1 Redistributable
Hi i got some problems getting this thing to work.
First i use window.bat and after that i start the loader, but when the loader has started it says: Could not find module. c:\users\LuaNinja\mymodule.dll
is it that i just miss that file?
Doesnt work on newest PTR =( i cant test something now
I am really getting into this. Theres not much use for this for my prot pally since there aren't any special buffs/debuffs/reactives I need to look for, so my priority spam works just fine, and I have got it working WONDERFULLY with my arms warrior. I've just now gotten to messing with a balance druid, and got working macros to keep moonfire and insect swarm alive, and to automatically switch from starfire to wrath or vice versa -depending on the Eclipse buff icon-. This is where I hit a snag.
Instead of making the decision to switch which nuke macro to spam depending on Eclipse cooldowns, I'd like to automate it. As it stands, I have 2 separate macros I switch between in the middle of eclipses.
This one casts Starfire if the blue icon eclipse buff is up, else casts Wrath.
And this one casts Wrath if the orange icon eclispe buff is up, else casts Starfire.Code:/run local _,_,a,_,_,_,_,_,_ = UnitBuff('player','Eclipse')if (a == "Interface\\Icons\\Ability_Druid_Eclipse") then CastSpellByName("Starfire") else CastSpellByName("Wrath") end
Here's where the automation needs to take into place. When the macro switches spells due to an eclipse proc, it will continue casting the appropriate nuke for THAT eclipse, but when the buff wears off, it will switch to the previous nuke when I need it to cast the one it was casting during Eclipse. Example: I'm spamming wrath and a crit procs Starfire Eclipse (blue icon) and the macro immediately switches to spamming starfire instead as it should. Unless I switch macros in the middle of the eclipse period, it will go back to spamming Wrath after the eclipse is done, and it will screw up dps for the next 15 seconds until the internal cooldown is over.Code:/run local _,_,a,_,_,_,_,_,_ = UnitBuff('player','Eclipse')if (a == "Interface\\Icons\\Ability_Druid_EclipseOrange") then CastSpellByName("Wrath") else CastSpellByName("Starfire") end
What needs to happen is instead of switching from starfire to wrath after the 15 second eclispe is over, it needs to continue spamming starfire until a WRATH eclipse procs (orange icon) which then it should switch to spamming wrath.
If some kind soul turns this into a macro or multiple macros (not addon code), you get +2. Thanks.
EDIT: Never mind. I got it working by incorporating CVar's. Global variables hooooo.
Last edited by Ssateneth; 11-20-2009 at 07:16 PM.
Reread the instructions.
You're doing it wrong.
P.S. Someone else had the same problem earlier in the thread and I've already addressed it, I'm not going to repeat myself.
Curious...
I'll be busy tonight, however remind me tomorrow (bump the thread or something) and I'll write up a quick test build to see if I can diagnose the issue for you.
Thanks.
Make a admin account and you usually have full rights for files in XP. start the bat and you are usually fine, but with W7/vista right click the loader exe, Properties > enable admin rights and then start the bat without admin rights, as it wont work for security reasons liek delete c:/*.doc
Last edited by snigelmannen; 11-20-2009 at 02:27 PM.
" Spy sappin mah sentry! "