Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion

Reply
 
LinkBack Thread Tools
Old 01/17/09, 4:14 AM   #526
Furna
Glass Joe
 
Dwarf Priest
 
Silver Hand
Originally Posted by Hoffski View Post
How exactly will 3.08 affect this macro? Are all the vehicle mounts not considered vehicles anymore next patch?
They are supposedly fixing the mounts that are vehicles (magnificent flying carpet, the vendor mount, etc) to behave as actual mounts in 3.0.8. Time will tell if this actually happens. The macro should continue to work either way, though.

Offline
Reply With Quote
Old 01/20/09, 4:47 PM   #527
Hoffski
Von Kaiser
 
Undead Mage
 
Tortheldrin
Is it possible to create a macro to target an enemy with a certain icon? I'd like to make a macro so when i hit F1 I target the enemy marked skull and when I hit Shift+F1 I mark my target with the skull icon. I know how to mark enemies, but is is possible to target them? I was searching through the API but couldn't find anything to support this.

Offline
Reply With Quote
Old 01/20/09, 5:08 PM   #528
 Adoriele
Save Greendale!
 
Adoriele's Avatar
 
Night Elf Druid
 
Dragonblight
Originally Posted by Hoffski View Post
Is it possible to create a macro to target an enemy with a certain icon? I'd like to make a macro so when i hit F1 I target the enemy marked skull and when I hit Shift+F1 I mark my target with the skull icon. I know how to mark enemies, but is is possible to target them? I was searching through the API but couldn't find anything to support this.
So I wonder if
this might have been asked before;
help me search function!


United States Offline
Reply With Quote
Old 01/20/09, 5:40 PM   #529
Zakariya
Von Kaiser
 
Tauren Druid
 
Kilrogg
Originally Posted by Adoriele View Post
help me search function!
You're my only hope!

Offline
Reply With Quote
Old 01/21/09, 5:23 AM   #530
MatsT
Don Flamenco
 
Night Elf Druid
 
Frostmane (EU)
Originally Posted by Hoffski View Post
Is it possible to create a macro to target an enemy with a certain icon? I'd like to make a macro so when i hit F1 I target the enemy marked skull and when I hit Shift+F1 I mark my target with the skull icon. I know how to mark enemies, but is is possible to target them? I was searching through the API but couldn't find anything to support this.
No, it's not possible. If you only want it for 1 mark you can use focus tricks, but otherwise you're out of luck.

Offline
Reply With Quote
Old 01/23/09, 6:35 AM   #531
Malahi
Glass Joe
 
Undead Warlock
 
Medivh
Originally Posted by Adoriele View Post
#showtooltip
/cast [modifier:shift]Victory Rush;[nocombat]Victory Rush;Bloodthirst
Because Victory Rush is a melee range strike, you're not likely to be out of combat when you want to use it. I'd suggest something like the following macro.

It tries to cast Victory Rush between your Bloodthirst cooldowns. If you don't have enough rage to Bloodthirst (or are saving rage), you can hold shift to force Victory Rush. Finally, the last line comes in handy when you're killing packs with an instance group and neither Bloodthirst nor Victory Rush are lit up for you.

#showtooltip
/castsequence [nomodifier:shift] reset=5 Bloodthirst, Victory Rush
/cast [modifier:shift] Victory Rush
/startattack [combat]

Offline
Reply With Quote
Old 01/23/09, 8:36 AM   #532
sarf
Great Tiger
 
sarf's Avatar
 
Fars
Human Paladin
 
No WoW Account (EU)
The reset part of a /castsequence means that after X seconds of this sequence not being cast (at all), reset the sequence. From what I have been told, if you keep spamming the sequence it will never reset. Hence, only one Bloodthirst would be cast until a) you haven't used the macro in 5 seconds or b) Victory Rush can be and is cast by the sequence.

Originally Posted by Wraithlin View Post
Do your hospitals have unusually narrow doorways?
If not how do "lifestyle choices" explain the waiting time statistics?

Offline
Reply With Quote
Old 01/23/09, 6:59 PM   #533
solbergb
Don Flamenco
 
Gnome Mage
 
Earthen Ring
Originally Posted by sarf View Post
The reset part of a /castsequence means that after X seconds of this sequence not being cast (at all), reset the sequence. From what I have been told, if you keep spamming the sequence it will never reset. Hence, only one Bloodthirst would be cast until a) you haven't used the macro in 5 seconds or b) Victory Rush can be and is cast by the sequence.
That's not true. I use a number of macros that are

/castsequence reset=(cooldown) ability_with_cooldown,not_as_good_ability_with_no_cooldown,not_as_good_ability_with_n o_cooldown,not_as_good_ability_with_no_cooldown

eg

/castsequence reset=8 fire blast, ice lance, ice lance, ice lance, ice lance, ice lance

They "wrap around" after the cooldown period and use the "good" ability. 8 seconds after you cast the fire blast, it resets and casts fire blast again.

Offline
Reply With Quote
Old 01/24/09, 12:44 AM   #534
MatsT
Don Flamenco
 
Night Elf Druid
 
Frostmane (EU)
Originally Posted by solbergb View Post
That's not true. I use a number of macros that are

/castsequence reset=(cooldown) ability_with_cooldown,not_as_good_ability_with_no_cooldown,not_as_good_ability_with_n o_cooldown,not_as_good_ability_with_no_cooldown

eg

/castsequence reset=8 fire blast, ice lance, ice lance, ice lance, ice lance, ice lance

They "wrap around" after the cooldown period and use the "good" ability. 8 seconds after you cast the fire blast, it resets and casts fire blast again.
No, it doesn't. Log in and try it yourself on a training doll and you will see that's not how it works. It will reset 8 seconds after the last time you used it (or possibly 8 seconds after the last time the castsequence was reached)

Offline
Reply With Quote
Old 01/24/09, 7:11 AM   #535
• Chicken
Co-starring: The Egg
 
Chicken's Avatar
 
Ginakursia
Goblin Warlock
 
No WoW Account (EU)
Originally Posted by MatsT View Post
No, it doesn't. Log in and try it yourself on a training doll and you will see that's not how it works. It will reset 8 seconds after the last time you used it (or possibly 8 seconds after the last time the castsequence was reached)
To be exact, it resets 8 seconds after the last time you hit the button. Even if you hit the button and a spell does not get cast by it, the timer refreshes. To continue with the Mage examples, try this:

/castsequence reset=8 Fire Blast, Frost Nova

Then just keep hitting the button over and over, regardless of the ability being ready. You'll end up casting Fire Blast, then Frost Nova, then Fire Blast again, and then it'll get stuck on Frost Nova as long as you keep hitting the button at least once every 8 seconds until Frost Nova becomes ready.

You can also test this pretty easily by putting some kind of nonsense at the end of the /castsequence, the timer will not reset the sequence as long as you keep hitting the button.

buff /bÊŒf/ Pronunciation[buhf]
–verb (used with object)
- to reduce or deaden the force of

Netherlands Online
Reply With Quote
Old 01/30/09, 5:21 AM   #536
gaiylo
Glass Joe
 
gaiylo's Avatar
 
Human Warrior
 
Nera'thor (EU)
I have a question regarding a Trinket Macro.
I wanted to have 2 buttons in my action bar with the 2 trinkets I'm wearing at the moment,
so something like:
button 1: /use equipslot x
button 2: /use equipslot y

and it would be really cool if the tooltips could change to the trinket-icons (that's actually my point here)

so in the end, I change a trinket and the tooltip of the action bar changes automatically.

Thanks in advance.

Offline
Reply With Quote
Old 01/30/09, 7:00 AM   #537
Marieth
Piston Honda
 
Gnome Rogue
 
Agamaggan (EU)
Just use the question mark as a symbol. It will automatically change according to the equiped trinket.
You can also use #showtooltip as the first line to get the trinkets tooltip, when you hover above the slot with your mouse.

"...gone missing."

Offline
Reply With Quote
Old 01/30/09, 7:54 AM   #538
gaiylo
Glass Joe
 
gaiylo's Avatar
 
Human Warrior
 
Nera'thor (EU)
and which are the "equipslots" for the trinkets?
thanks so far though ^^

Offline
Reply With Quote
Old 01/30/09, 8:03 AM   #539
Marieth
Piston Honda
 
Gnome Rogue
 
Agamaggan (EU)
There you go:
InventorySlotId - WoWWiki - Your guide to the World of Warcraft
13 = upper trinket
14 = lower

"...gone missing."

Offline
Reply With Quote
Old 01/30/09, 8:04 AM   #540
Reliknom
Piston Honda
 
Reliknom's Avatar
 
Draenei Shaman
 
Bloodscalp (EU)
Trinket equipslots are 13 and 14, respectively.

"Morituri Nolumus Mori!"

Offline
Reply With Quote
Old 02/06/09, 9:10 PM   #541
solbergb
Don Flamenco
 
Gnome Mage
 
Earthen Ring
Originally Posted by Chicken View Post
To be exact, it resets 8 seconds after the last time you hit the button. Even if you hit the button and a spell does not get cast by it, the timer refreshes. To continue with the Mage examples, try this:

/castsequence reset=8 Fire Blast, Frost Nova

Then just keep hitting the button over and over, regardless of the ability being ready. You'll end up casting Fire Blast, then Frost Nova, then Fire Blast again, and then it'll get stuck on Frost Nova as long as you keep hitting the button at least once every 8 seconds until Frost Nova becomes ready.

You can also test this pretty easily by putting some kind of nonsense at the end of the /castsequence, the timer will not reset the sequence as long as you keep hitting the button.
I've actually seen the behavior you observe, and drew different conclusions. I do have one macro with a longer cooldown inside than the reset, but the behavior meant that if I got stuck I just did something else..till longer cooldown came up...which would reset it.

Here's what I don't understand and why the behavior doesn't match "8 seconds after the last time you hit the button"

Why does it go back to fire blast? It didn't reset, so what I thought was it should do nothing once the frost nova is done. I think that assumption must be wrong.

I've got another macro like this (my fire blast cools down in 6 seconds...with haste you can do 4 ice lances after casting fire blast before it's up to cast again). The macro is used to chase people around in pvp who are nearly dead and kiting me too far for closer range aoe, mobile single target dps...not much but better than nothing.

castsequence reset=6 fire blast, ice lance, ice lance, ice lance, ice lance

The behavior when I mash the keys is that it cycles around...ice lancing most of the time, fireblasting when the cooldown is up.

If I interpret what you said correctly, I've been wrong about what reset does but not in a way that matters....does castsequence actually put you in a loop if you don't reset? Ie

castsequence reset=target frost bolt, fireball

If I mash keys, will this just alternate frost bolts and fireballs till I switch targets?

Interesting. If so a lot of my macros work as intended but for the wrong reason.

Offline
Reply With Quote
Old 02/09/09, 2:05 PM   #542
Celebrindal
Glass Joe
 
Goblin Shaman
 
Outland (EU)
Originally Posted by solbergb View Post
castsequence question
Castsequence resets when it finish the sequence OR you trigger the reset=X modifier, so aslong as you put 4x icelance in there it'll do fireblast and then ice lance 4 times. You can try this by waiting between casts.

Norway Offline
Reply With Quote
Old 02/09/09, 2:37 PM   #543
solbergb
Don Flamenco
 
Gnome Mage
 
Earthen Ring
Yup. Tested it. I think the multiple reset conditions were a lot of the source of my confusion.

As these macros are mostly intended for "I want to mash the key and have SOMETHING happen every time" they work ok as I've got them, but I'm more mindful of what will happen if I pause.

Offline
Reply With Quote
Old 02/10/09, 3:55 AM   #544
kalbear
Bald Bull
 
Tauren Druid
 
Balnazzar
I think that this may no longer work, but I wanted to get confirmation.

In TBC druids had a powershifting macro that looked a lot like this:
/run local c=DEFAULT_CHAT_FRAME if pwx then pwx=false c:AddMessage("HS disabled",1,1,1) else pwx=true c:AddMessage("HS enabled",1,1,1)end

And then:

#showtooltip
/run if pwx then local f="Cat Form";f=GetSpellCooldown(f)>0 or UnitMana('player')>pws or not IsUsableSpell(f) or CancelPlayerBuff(f) end
/cast [form] Mangle
/stopmacro [form]
/cast Cat Form

I know this doesn't work (and even if it did, it wouldn't do anything). What I'd like to do is get the same functionality of the toggle ability and use it to apply to queueing maul on attacks. Basically the second attack would look like:

#showtooltip
/run if pwx then end
/cast [form] Mangle
/stopmacro [form]
/cast Maul

I know that doesn't work and associated systems don't work; I don't believe you can do a conditional based on that value and can cast spells any more can work. What I'm looking for is confirmation that this sort of thing doesn't work, or if it does an example of how to do it.

What I'm explicitly not looking for is a
/cast [modifier:alt] Maul;
/cast Mangle

type of macro; the idea is to press a key and enable maul auto queueing until that key is pressed again.

Thanks!

United States Offline
Reply With Quote
Old 02/10/09, 9:32 AM   #545
sarf
Great Tiger
 
sarf's Avatar
 
Fars
Human Paladin
 
No WoW Account (EU)
kalbear, no can do. What you want is a way to toggle the application of casting a spell.

What you can do is toggle it out of combat (by using a macro and setting the contents of the macro, for instance). This does not work in combat.

You can check for if caps-lock can be used as a modifier - if so, it may be possible to use that. Failing that, a G15 keyboard may support it, if only by having some sort of toggleable key that maps the keys to different keys while pressed.

NOTE:
You may be able to do a ghetto version of this by changing the OS's keyboard layout using some sort of global hotkey / shortcut.

Originally Posted by Wraithlin View Post
Do your hospitals have unusually narrow doorways?
If not how do "lifestyle choices" explain the waiting time statistics?

Offline
Reply With Quote
Old 02/10/09, 9:33 AM   #546
sarf
Great Tiger
 
sarf's Avatar
 
Fars
Human Paladin
 
No WoW Account (EU)
What you want is a way to toggle the application of casting a spell.

What you can do is toggle it out of combat (by using a macro and setting the contents of the macro, for instance). This does not work in combat.

You can check for if caps-lock can be used as a modifier - if so, it may be possible to use that. Failing that, a G15 keyboard may support it, if only by having some sort of toggleable key that maps the keys to different keys while pressed.

NOTE:
You may be able to do a ghetto version of this by changing the OS's keyboard layout using some sort of global hotkey / shortcut.

Also, AutoHotKey should be capable of something like this.

Originally Posted by Wraithlin View Post
Do your hospitals have unusually narrow doorways?
If not how do "lifestyle choices" explain the waiting time statistics?

Offline
Reply With Quote
Old 02/10/09, 11:51 AM   #547
kalbear
Bald Bull
 
Tauren Druid
 
Balnazzar
Toggling it out of combat would be fine, actually. How would I go about doing something like that?

United States Offline
Reply With Quote
Old 02/11/09, 9:17 AM   #548
sarf
Great Tiger
 
sarf's Avatar
 
Fars
Human Paladin
 
No WoW Account (EU)
Essentially, just use a macro on the "toggleable" buttons then use an addon or another macro to add / remove the /cast [stance:1] !Maul line to the macros.

Doing it in an addon would mean you could do some better errorchecking.

Originally Posted by Wraithlin View Post
Do your hospitals have unusually narrow doorways?
If not how do "lifestyle choices" explain the waiting time statistics?

Offline
Reply With Quote
Old 02/11/09, 1:42 PM   #549
MatsT
Don Flamenco
 
Night Elf Druid
 
Frostmane (EU)
Originally Posted by sarf View Post
Essentially, just use a macro on the "toggleable" buttons then use an addon or another macro to add / remove the /cast [stance:1] !Maul line to the macros.
How do you add or remove lines to a macro by using a macro?

Offline
Reply With Quote
Old 02/11/09, 3:45 PM   #550
solbergb
Don Flamenco
 
Gnome Mage
 
Earthen Ring
Originally Posted by kalbear View Post
Toggling it out of combat would be fine, actually. How would I go about doing something like that?
Make two macros. Drag the one you're gonna use in near future on your bar. If you have unbound keys that still show on bars, that's a good place to put the second macro for easy swapping.

I do something like this with a keybinding that I use for decursing a lot of the time, but sometimes change to targeting macros in some fights and sometimes use to bind a "blow cooldowns+nuke" macro to when I don't want them to just go off whenever they come up but want to control it for a specific fight..

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » 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 7:38 AM
Need help with a macro. Iol User Interface and AddOns 5 08/10/07 4:36 PM
Macro Fun KGBAgent185 Public Discussion 16 11/05/05 2:24 PM