
Tommy Cox
Members-
Posts
30 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Tommy Cox
-
Hello, Is there an Auto Taunt for Lua? When im in a group and and Mob attacks my group I sometimes cant find the target to Taunt. Does Lua allow for Auto Taunt? I'm not the greatest with Lua and couldn't get this to work or if it even makes sense; FightClass>Spell (Taunt)>Conditions>Lua Script; usetaunt = "no" if UnitClass("targettarget") then usetaunt = "yes" end
-
I got it. My fault. Sorry Droidz
-
You mean just reassign the key? I'm having it press R and I changed it to Y and it still same problem.
-
Hello, I was wondering is someone could help me out. Under the "My Macros" tab I set a macro to press key 2 every 3 secs while in combat and it wont do it once I enter combat. I can get it to work while not in combat but I would like to use it while in combat. I do have the option "Press Key Only If Not In Combat" set to false and Press Key if not on mount set to True.
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Tommy Cox commented on Talamin's file in Fight Classes - Wotlk
-
Thanks for the reply. You saying as a Lua Script under spell conditions? ClearTarget() Research: none Return: nil Or just add as a spell RunMacroText("ClearTarget()");
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Tommy Cox commented on Talamin's file in Fight Classes - Wotlk
-
Hey I have a question. I am using this Macro; RunMacroText("/cleartarget"); and I get a Blizzard UI error. But I dont get the error when I manually press the macro. Is there some option i am not seeing? Thanks
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Tommy Cox commented on Talamin's file in Fight Classes - Wotlk
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Tommy Cox commented on Talamin's file in Fight Classes - Wotlk
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Tommy Cox commented on Talamin's file in Fight Classes - Wotlk
-
Edit Never mind im dumb, there is a post on this already.
-
Hi, I have been messing around with WRotation and have a question which hopefully will answer a problem. I use the Fight class editor and make a quick healer with only 5 spells to cast, only problem is it switches to another target before it's even done going through the priority list. e.g. when the current target is very low hp it will cast 1 maybe 2 spells out of the 5 and will switch to another target that took damage ( almost like lock target is not working). So in the Fight class editor what does FPS actually do? I have it set at 30fps, I moved it around and didn't notice what it does. And in setting Latency Min/Max I have set at the lowest since it seems to cast spells faster. Since I'm only healing is there any other options I'm missing? Yes, I know Fight class editor is just basic but just wanted to make sure. Thanks
-
Thanks for the information. I'm not very good with programming or any of that Lua or c# stuff. But I did download your file and I'll see if I can memic it for my toon.
-
Hi Everyone, I have been messing around in the Fight Class editor on my healer and having an issue. When I'm healing a group it will not cast all the spells on the target that had the lowest health, it sometimes just cast 1 spell and switches to another target with more hp. I have unchecked improve combat roation and it still skips spells. I've set the FPS to 60, I don't know why it's default so low.
-
Lol so mad. I'll let you know when it happens.
-
Well I don't know what I'm doing right, but no ban and I've botted almost every day for hours. Good luck.
-
What Profile did you guys use then?
-
I've played with it on and off and I''m still good. I babysit it mostly if im not playing myself They could just put you on the list and Ban you later so you don't know they found out. But thats the risk regardless.
-
If I find a Lua Script where do I put it? I tried to copy a basic Lua Script like the one attached but I cant even get that to work. I changed the Health Percent to bigger than 1.
-
In groups, raids, bg. When I heal with resto druid it sometimes heals another target that's taking dmg even though I have lower hp. With priest it doesn't cast power word shield on everyone. I guess it switches slower to targets. I thought that maybe Lua would run better and wanted to give it a try. Maybe I'm missing understanding Lua?
-
Hi forum, I'm sorry to sound like a noob but I'm confused with Lua. I see some scripts are Lua but where do I input them too? I see fight class editor and under spell -condition is says Lua script but it has 2 more sub options under it Var and End. Am I even in the right place? Thanks, Young
-
Thank you
-
Would you recommend starting fresh then? The only reason I wanted to edit a previous project (.dll) is because I thought it would be easier to understand.' Thanks
-
Hi All, I'm not very good with programming but I do have a file and i'm in Visual Studio messing around doing trial and error. After saving the file in Visual Studio will the file change the .dll file as well? Thanks, Young