Jump to content

Tommy Cox

Members
  • Posts

    30
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Tommy Cox's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. 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
  2. You mean just reassign the key? I'm having it press R and I changed it to Y and it still same problem.
  3. 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.
  4. VT for shadow priest cast twice before starting rotation. Guess its a its Lua's downfall. Only C# seems to work flawless
  5. 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()");
  6. For the feral is it a Mangle only? Or does it use Shred as well?
  7. 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
  8. 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"
  9. A Bear tanking AIO would be nice ? I do love the AIO for everything else ?
  10. 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
  11. 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
  12. 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.
  13. 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.
×
×
  • Create New...