|
 |
« Reply #15 on: January 08, 2012, 08:00:46 am » |
|
/script TargetUnit("mouseover");PetAttack();TargetUnit("playertarget"); If you are not mousing over a target then your pet will attack your current target.
|
|
|
Logged
|
|
|
|
|
 |
« Reply #16 on: January 09, 2012, 01:18:30 am » |
|
Nice, that works! Does this and focus add-on work together? I wanna do a macro that casts viper on my mouse over, if i don't have one then fire it at my focus, and if i don't have that current target.
|
|
|
Logged
|
Chars: Tkh 60 Orc Hunter Xugpha 60 Orc Warrior
|
|
|
|
 |
« Reply #17 on: January 09, 2012, 01:38:26 am » |
|
I'd suggest you start learning some basic scripting for the stuff you're trying to accomplish. You know the saying, Give someone a fish and you feed him for a day; Teach someone to fish and you feed him for a lifetime. What you're asking is doable but I think you're trying to do too many things with one button. What you'd need to do to write a macro similar to this. I'm not gonna test it, i want you to figure out what it does and fix it if needed. if UnitExists("mouseover") then TargetUnit("mouseover"); elseif ClassicFocus_CurrentFocus then SlashCmdList["TARGET"](ClassicFocus_CurrentFocus); end CastSpellByName("Viper Sting"); TargetUnit("playertarget"); Macro one line style /script if UnitExists("mouseover") then TargetUnit("mouseover") elseif ClassicFocus_CurrentFocus then SlashCmdList["TARGET"](ClassicFocus_CurrentFocus) end CastSpellByName("Serpent Sting"); TargetUnit("playertarget");
|
|
« Last Edit: January 09, 2012, 02:07:07 am by Vallan »
|
Logged
|
|
|
|
|
 |
« Reply #18 on: January 09, 2012, 05:45:32 am » |
|
Rogue addons plox!
|
|
|
Logged
|
Sins : Staff character Sin : Player character
GM / Staff complaints are sent to me Erga or Zeard via pm, not posted on forums, there they will be deleted on sight.
|
|
|
|
 |
« Reply #19 on: January 09, 2012, 06:33:45 am » |
|
Rogue addons plox!
I won't make any class specific addons, except for maybe hunters. If you need macro help that's different.
|
|
|
Logged
|
|
|
|
|
 |
« Reply #20 on: January 09, 2012, 06:38:37 am » |
|
Rogue addons plox!
I won't make any class specific addons, except for maybe hunters. If you need macro help that's different. na got my macros :d no idea of what addon id have use anyways, just that im rogue id be flattered of yar addon attention lol
|
|
|
Logged
|
Sins : Staff character Sin : Player character
GM / Staff complaints are sent to me Erga or Zeard via pm, not posted on forums, there they will be deleted on sight.
|
|
|
|
 |
« Reply #21 on: January 09, 2012, 08:04:42 am » |
|
just that im rogue id be flattered of yar addon attention lol BFFs?
|
|
|
Logged
|
|
|
|
Newbie
Posts: 25
Diablo II <Unofficial Alliance Guild>
|
 |
« Reply #22 on: January 09, 2012, 02:48:11 pm » |
|
Im wondering how you setup macros :S
|
|
|
Logged
|
|
|
|
Full Member
Posts: 487
You have to learn to follow before you can lead.
|
 |
« Reply #23 on: January 09, 2012, 04:03:45 pm » |
|
Vallan you keep impressing me  you should think about making an Application since i see that you really care about this server...
|
|
|
Logged
|
Feel the shadow sorrow enter your skin , you will scream but no one will hear you.Muahahahah  
|
|
|
|
 |
« Reply #24 on: January 13, 2012, 02:21:27 am » |
|
PerfectRaid support Added.
|
|
|
Logged
|
|
|
|
|
 |
« Reply #25 on: January 26, 2012, 06:47:37 pm » |
|
Welcome to the server and thanks for the contributing!
|
|
|
Logged
|
|
|
|
|
 |
« Reply #26 on: July 05, 2012, 06:18:43 pm » |
|
Loving this thread. New to macros, but I downloaded the add-on yesterday and played around with it some. I'm still looking for a little help since I started playing wow in TBC.
Currently I am used to making mouseover macros as follows (3 different examples below, not one macro): 1, /cast [@mouseover, exists] Flash Heal 2, /cast [target=mouseover, exists] Flash Heal 3, /cast [target=mouseover, noharm] Rejuvenation; [target=mouseover, harm] Moonfire
I can't get these to work, even with the add-on. There is something that I am doing that is wrong, but I'm not quite sure what. 1. Any pointers on /commands that I should be using would be helpful. 2. Any insight into qualifiers like "harm" and "noharm" would be helpful. 3. If /script commands are the only ones that work, any help into an example of how to write one, or a resource that I could read would be great.
Thanks!
|
|
|
Logged
|
|
|
|
Hero Member
Posts: 1144
<Tauren Paladin>
|
 |
« Reply #27 on: July 05, 2012, 06:32:10 pm » |
|
its simpel as mentioned in the first post:
/cmcast Flash Heal
for other stuff, like if its a friendly or enemy player maybe ask Woet (He is awesome in doing Macros) or hope he reads this.
|
|
|
Logged
|
|
|
|
|
 |
« Reply #28 on: July 18, 2016, 08:50:54 pm » |
|
LUNA Unitframes support request 
|
|
|
Logged
|
|
|
|
Tester
Sr. Member
Posts: 840
|
 |
« Reply #29 on: July 19, 2016, 08:32:05 am » |
|
/lunamo Flash Heal
|
|
|
Logged
|
|
|
|
|