. But, like I said I can't make a simple macro work:
Quoted from "Salima;23484"
I want to make a macro that will do the following
Cast Heal spell on my target
announce in /party chat "[Target] is being healed"
This will help prevent multiple healers in a group from healing the same person and wasting mana. How do I do this?
but it hasn't worked for me yet.
Quoted
/script TargetUnit("party1")
Quoted from "852Ace;23639"
Can anyone quickly make a macros that allows me to cast skills on my mainbar: Number 1 4 times, then constantly cast 2,3,4,5,6,7,8 etc... until the target is dead?
then you need to do more but not gonna share that (it is there already but realy come on) |
|
Source code |
1 |
/script if (ACTIONBUTTON_LOCKED==true) then ACTIONBUTTON_LOCKED=false; else ACTIONBUTTON_LOCKED=true; end |
|
|
Source code |
1 2 |
/script GC_SetTitleIconVisible(true); /script GC_SetTitleIconVisible(false); |
|
|
Source code |
1 2 |
/script GC_SetPlayerTitleVisible(true); /script GC_SetPlayerTitleVisible(false); |
|
|
Source code |
1 2 |
/script GC_SetSelfTitleVisible(true); /script GC_SetSelfTitleVisible(false); |
Quoted from "Zeromatter;23524"
This will only be useful if used very occasionally and if the message is something along the lines of "I am healing <name>, focus on others."
To your main question, I've tried targeting party members with:
but it hasn't worked for me yet.
Oh, and before you ask questions actually READ the first page of the thread. Thanks.
Quoted from "KittaBaby;26564"
Don't know if this was mentioned in another post but I have always hated the fact we can not mass buy an item from the NPC's. For example buying 50 mana pots at one time instead of continuing to click.
The script to buy more then one at a time is this:
/script StoreBuyItem (4, 50)
Where 4 would be the place of the item in the store and 50 the amount you wish to purchase. (4th place is the mana pots in Obsidian Stronghold)

Quoted
/cast Holy Strike
/wait 1
/cast Holy Strike
/wait 1
/cast Holy Strike
/wait 1
/cast Holy Strike
/wait 1
|
|
Source code |
1 |
/script if (BOOTYFRAME_AUTO_TAKE==true) then BOOTYFRAME_AUTO_TAKE=false; else BOOTYFRAME_AUTO_TAKE=true; end |
|
|
Source code |
1 |
/script if (BOOTYFRAME_AUTO_TAKE==true) then DEFAULT_CHAT_FRAME:AddMessage("Auto Loot Enabled!"); else DEFAULT_CHAT_FRAME:AddMessage("Auto Loot Disabled!"); end
|
Quoted from "Exaxxion4096;27591"
The registrations for the EU forums are closed, period. I can't register, so could some kind soul with an account on the EU forums upload the macro editor to a direct-download site?
I'm really interested in playing around with the macro system, and I'd be willing to help with the documentation wiki if I could reliably create and test macros. Thanks in advance.