Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » Public Discussion

Reply
 
LinkBack Thread Tools
Old 01/21/08, 1:07 PM   #136
Frostitute
Glass Joe
 
Undead Mage
 
Thunderhorn
Hi folks,
I have a macro question. I'm looking for a macro that will /focus my current target (I know this part already lol), cast polymorph (pig) and then set it to a raid icon, such as star or moon, mostly for Shadowy Necromancer trash in MH and loot of Akama. Thanks.

Offline
Reply With Quote
Old 01/21/08, 2:30 PM   #137
Reynn
Glass Joe
 
Orc Warlock
 
Sisters of Elune
/cast vs /click PetActionButton# for Seduction

I've seen a few posts here to the effect that using /click PetActionButton# is superior to /cast because it doesn't interfere with normal casting. So I thought I'd give it a try.

#showtooltip Seduction
/click [target=focus] PetActionButton6
However, this seems to only work on my target, not my focus. When I try this w/o a target, I get a no target error. In both cases I do have a focus set.

Am I missing something?

Offline
Reply With Quote
Old 01/21/08, 2:59 PM   #138
wyldbill
Piston Honda
 
wyldbill's Avatar
 
Orc Hunter
 
Area 52
Originally Posted by Reynn View Post
I've seen a few posts here to the effect that using /click PetActionButton# is superior to /cast because it doesn't interfere with normal casting. So I thought I'd give it a try.

#showtooltip Seduction
/click [target=focus] PetActionButton6
However, this seems to only work on my target, not my focus. When I try this w/o a target, I get a no target error. In both cases I do have a focus set.

Am I missing something?

I would say that this is happening because pet has no target and the target of your /click is not the standard usage. For example, I could use this:

/cast [pet:wind serpent][target=focus] Lightning Breath

But you're saying that you prefer:

/click [pet:succubus][target=focus] PetActionButton6

If the only difference is the command /click versus /cast, you may have to settle for /cast.

Offline
Reply With Quote
Old 01/21/08, 5:25 PM   #139
Relative
Von Kaiser
 
Relative's Avatar
 
Night Elf Druid
 
Stormrage
Macro/Mod interaction issue:

On my druid:
I use a side mouse button to page to action bar 4. I then hit a macro which shifts me into X feral form and pages me to action bar 1.

/cancelform
/cast Cat Form
/changeactionbar 1

Great! At this point, Bongos2 autoswaps actionbar 1 to actionbar 9 which is my bar with my cat form abilities on it. Works perfectly.

The issue:
My Warrior alt.

Same setup: Mouse button 4 pages me to Action Bar 4. I then hit a macro to switch me into defensive stance and swap to bar 1.

/cast Defensive Stance
/changeactionbar 1

I have my bongos2 set up to then switch action bar 1 to action bar 8, which has my defensive stance abilities on it.

Unfortunatly, I never leave action bar 4. I get swapped into defensive stance, but the action bar never pages. I've checked and double checked my spelling and my Bongos2 settings, even to the point of cut/pasting them from my druid.

What am I missing!

Offline
Reply With Quote
Old 01/22/08, 9:41 AM   #140
gorsameth
Von Kaiser
 
Pandaren Monk
 
Draenor (EU)
I've been playing around with a macro for mounting and flying but for some reason it go's wrong somewhere.

/cancelform
/use [nomounted, noflyable] Great White Kodo;
/cast [nomounted, flyable, nostance] Flight Form;
/dismount

The mount works fine but for some reason it keeps casting flightform while in outlands even tho it only shoul do so while i'm in caster form.

Offline
Reply With Quote
Old 01/22/08, 10:09 AM   #141
diospadre
Hero of the Horde
 
diospadre's Avatar
 
Undead Warrior
 
Mal'Ganis
Originally Posted by Relative View Post
What am I missing!
Why are you writing a macro for this? Bongos does page swapping on stance change.

United States Offline
Reply With Quote
Old 01/22/08, 3:25 PM   #142
Ajuga
Piston Honda
 
Ajuga's Avatar
 
Undead Mage
 
Jaedenar (EU)
Originally Posted by gorsameth View Post
I've been playing around with a macro for mounting and flying but for some reason it go's wrong somewhere.

/cancelform
/use [nomounted, noflyable] Great White Kodo;
/cast [nomounted, flyable, nostance] Flight Form;
/dismount

The mount works fine but for some reason it keeps casting flightform while in outlands even tho it only shoul do so while i'm in caster form.
In the first line you /cancelform leaving you in [nostance], right? That leaves all the conditions for /cast Flight Form true (as far as I can see, but I'm not a druid).

Offline
Reply With Quote
Old 01/22/08, 4:06 PM   #143
Ragnor
King Hippo
 
Human Paladin
 
Blackrock
Originally Posted by Ajuga View Post
In the first line you /cancelform leaving you in [nostance], right? That leaves all the conditions for /cast Flight Form true (as far as I can see, but I'm not a druid).
Try something like this..

/stopmacro [indoors, stance]
/use Great White Kodo
/stopmacro [flyable]
/cast Flight Form

Can't test since I'm at work but it should do nothing if you're indoors and in a form, else cast your mount, else if you're in outlands cast flight form overrides the mount use.

The universe is run by the complex interweaving of three elements. Energy, matter, and enlightened self-interest.

www.retpaladin.com

Offline
Reply With Quote
Old 01/22/08, 5:15 PM   #144
Relative
Von Kaiser
 
Relative's Avatar
 
Night Elf Druid
 
Stormrage
Originally Posted by diospadre View Post
Why are you writing a macro for this? Bongos does page swapping on stance change.
Because I page my a bar which has my stance macros on it so that their keybindings stay the same:

Example:
In Def Stance "1" is Sunder "2" is Shield block (etc)
In Bat Stance "1" is Charge "2" is Mortal Strike (etc)
In my Stance Swap Bar "1" is Battle Stance "2" Def Stance (etc)

So... To stancedance a fear for instance.

Side Mouse button > hit "3" to swap stances to Zerker Stance (bar auto pages) > hit "1" for Zerker Rage> Side Mouse Button (back to my Stance Swap Bar) > Hit "2" for Def Stance (bar auto pages)

Again, the issue is that my macro to autopage the bar isnt working.

/changeactionbar

command seems to be not working for just that one character.

Offline
Reply With Quote
Old 01/23/08, 6:46 AM   #145
Bekah
Soda Popinski
 
Bekah's Avatar
 
Goblin Hunter
 
Mal'Ganis
Originally Posted by Frostitute View Post
Hi folks,
I have a macro question. I'm looking for a macro that will /focus my current target (I know this part already lol), cast polymorph (pig) and then set it to a raid icon, such as star or moon, mostly for Shadowy Necromancer trash in MH and loot of Akama. Thanks.
/focus [target=focus,noexists]; [target=focus,dead]
/target focus
/cast Shackle Undead
/script SetRaidTarget("Target",5);
/targetlasttarget

This does everything but your dishes.

If you have no focus or your focused target is dead, makes current target the focus. (If your focus is still living, does nothing)
Targets focus
Casts CC
Marks CC target with a moon (my assigned sheep/shackle- you'll have to test to find a different one, sorry)
Targets last target.

Set your focus (either by targeting and casting or by a separate keybind) and tap the macro to reapply sheep or shackle with a moon- without leaving your DPS or healing target.

Those of you who volunteered to be injected with praying mantis DNA, I've got some good news and some bad news.
Bad news is we're postponing those tests indefinitely. Good news is we've got a much better test for you: fighting an army of mantis men.
Pick up a rifle and follow the yellow line. You'll know when the test starts.

United States Offline
Reply With Quote
Old 01/24/08, 10:44 AM   #146
Frostitute
Glass Joe
 
Undead Mage
 
Thunderhorn
Thanks, I found my Word Document that had the numbers of the other raid markings.

Offline
Reply With Quote
Old 01/24/08, 11:52 PM   #147
brisket
Glass Joe
 
Tauren Druid
 
Tichondrius
ive currently started farming for my epic flying mount as an herbalist and being a druid that likes to respec randomly and always have my gear with me i need a macro that will swap my 20 slot gear bags for empty 18slots and a 24slot herb bag in my bank.

does anyone have an idea how to do this, ive got the 3 20slots in the 3 slots farthest from my backpack, and the 3 bank bags are the three farthest to the right.

Offline
Reply With Quote
Old 01/31/08, 9:50 AM   #148
Aldor-Eitrigg
Glass Joe
 
Human Mage
 
Eitrigg (EU)
I have an issue with a macro used by our healers on Solarian.:

/focus [target=focus,help] [target=focus,noexists] Solarian
/cast [target=focustarget] + name of fast heal
The issue is that the "focustarget" is not refreshed quickly enough... What happens is:
  1. Solarian channel "Arcane Missiles" on Player1
  2. Healer cast macro => heal lands on Player 1
  3. Solarian switches target to Player 2
  4. Solarian channel "Arcane Missiles" on Player2
  5. Healer cast macro =>heal lands on Player 1
  6. Healer cast macro => heal lands on Player 2
So it seems that the "focustarget" unitID is not refreshed each time the macro is cast. Does anyone has the same type of issue? Know how to fix it?

Offline
Reply With Quote
Old 01/31/08, 1:56 PM   #149
BOHIC
Von Kaiser
 
Tauren Druid
 
Thrall
Originally Posted by Aldor-Eitrigg View Post
I have an issue with a macro used by our healers on Solarian.:

/focus [target=focus,help] [target=focus,noexists] Solarian
/cast [target=focustarget] + name of fast heal
The issue is that the "focustarget" is not refreshed quickly enough... What happens is:
  1. Solarian channel "Arcane Missiles" on Player1
  2. Healer cast macro => heal lands on Player 1
  3. Solarian switches target to Player 2
  4. Solarian channel "Arcane Missiles" on Player2
  5. Healer cast macro =>heal lands on Player 1
  6. Healer cast macro => heal lands on Player 2
So it seems that the "focustarget" unitID is not refreshed each time the macro is cast. Does anyone has the same type of issue? Know how to fix it?
There are a multitude of ways you can do healing macros for this fight. Here's one off the top of my head:
/targetexact High Astromancer Solarian
/cast [target=targettarget,exists,help] fast heal
If your healers have smart macros set up for target-of-target healing, they shouldn't even need anything special for this fight.

Offline
Reply With Quote
Old 02/01/08, 4:06 AM   #150
Aldor-Eitrigg
Glass Joe
 
Human Mage
 
Eitrigg (EU)
Originally Posted by BOHIC View Post
There are a multitude of ways you can do healing macros for this fight. Here's one off the top of my head:
/targetexact High Astromancer Solarian
/cast [target=targettarget,exists,help] fast heal
If your healers have smart macros set up for target-of-target healing, they shouldn't even need anything special for this fight.
Well, the whole point of the macro was to use a Focus on Solarian. Of course there are tons of variation of macros for healing on Solarian. But the question was not "how to make a macro for healing on Solarian", but on the issue of the focustarget not refreshing fast enough. Does anyone has the same type of issue? Know how to fix it?

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » Public Discussion

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Warlock] 5 v 5 Macro help Cronjob Player vs. Player 13 09/08/07 6:38 AM
Need help with a macro. Iol User Interface and AddOns 5 08/10/07 3:36 PM
Macro Fun KGBAgent185 Public Discussion 16 11/05/05 1:24 PM