Everything posted by Tommy Cox
-
Taunt for Lua?
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
-
"My Macros" Tab not working?
I got it. My fault. Sorry Droidz
-
"My Macros" Tab not working?
You mean just reassign the key? I'm having it press R and I changed it to Y and it still same problem.
-
"My Macros" Tab not working?
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)
VT for shadow priest cast twice before starting rotation. Guess its a its Lua's downfall. Only C# seems to work flawless
- 281 comments
- 29 reviews
-
Changing target with Marco Error
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)
- 281 comments
- 29 reviews
-
Changing target with Marco Error
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)
Question, for resto druid when im not in a RDF but in a group it wont use Lifebloom on tank. Im guessing it doesnt know which is the tank. Is there a way just to just use Lifebloom on everyone vs "Lifebloom on Tank"
- 281 comments
- 29 reviews
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
- 281 comments
- 29 reviews
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Love the profile, but the warlock is not Multi Dotting. Is there some setting that I'm not seeing? I'm using it in Wroation and Automation
- 281 comments
- 29 reviews
- License Key is for an other program
-
Question on settings
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
-
Slow at changing target
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.
-
Slow at changing target
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.
-
Warmane Lordaeron Bans
Lol so mad. I'll let you know when it happens.
-
Warmane Lordaeron Bans
Well I don't know what I'm doing right, but no ban and I've botted almost every day for hours. Good luck.
-
Warmane Lordaeron Bans
What Profile did you guys use then?
-
Warmane Lordaeron Bans
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.
-
Lua script start?
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.
-
Lua script start?
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?
-
Lua script start?
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
-
Question on edit .dll
Thank you
-
Question on edit .dll
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
-
Question on edit .dll
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