|
| | #1 (permalink) |
| Registered User Join Date: May 2003
Posts: 855
| Wow Macros... Can you do anything useful with them for raiding? My guild has all the usual macros for assist for calling for a dispell/cure curse, healing, announcing your dispelling/curing. Is there any intricate shit that can be done? Are there any pause or wait type command? I couldn't find one. Is there a command to target the person you reply to? I think EQ had something like that where it was %r. Maybe I am just a tard but I tried fiddling with it and couldn't find anything useful for me (a priest) besides the simple chat channel notice in one line/cast spell in next line. Thanks in advance...
__________________ "Talk all you want, but when I say I'm going to kill you, there's nothing you can do but die" |
| | |
| | #2 (permalink) |
| Registered User Join Date: Jan 2003
Posts: 73
| /script local lastname = ChatEdit_GetLastTellTarget(DEFAULT_CHAT_FRAME.edit Box); TargetByName(lastname); if (UnitName("target") == lastname) then CastSpellByName("Power Word: Fortitude(Rank 6)") else UIErrorsFrame:AddMessage("Out of Range!",1,0,0,1,2) end that will buff the last person that sent you a tell |
| | |
| | #3 (permalink) |
| Registered User Join Date: May 2003
Posts: 855
| Holy fucking shit! As soon as I actually login I am going to make this macro! Any other raid useful macros you could think of that require a fuckton of code like that?
__________________ "Talk all you want, but when I say I'm going to kill you, there's nothing you can do but die" |
| | |
| | #4 (permalink) |
| Registered User Join Date: Jan 2003
Posts: 200
+5 Internets | There is a macro that I use for assisting, I'll try to get it up here sometime soon, after I get permission from its creator. More or less, it assists the maintank, and if that person dies, it will then begin assisting the secondary tank. When the MT is up again it will resume assisting him.
__________________ 60 Shaman, Menolithoro |
| | |
| | #5 (permalink) | |
| Irritable Join Date: Apr 2002 Location: :noitacoL
Posts: 3,481
| Quote:
/follow | |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |