| | #1 |
| Senior Member Join Date: Jan 2010 Location: Missoura
Posts: 322
| I was wondering if there is a way to macro Preparation, Vanish, and Ambush but only casting Preparation if I am in combat and Vanish is on cooldown |
| | |
| | #2 |
| Senior Member Join Date: Nov 2009 Location: Vancouver, Canada.
Posts: 2,420
| There is no way for a macro to know if another spell is on cooldown or not. However in combat and not in combat are easy. You could use: #show Vanish /stopattack /cast [combat] Vanish; [nostealth] Stealth You could easily make a /castsequence [combat] Vanish, Preparation, Ambush..... if you wanted. |
| | |
| | #3 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 6,767
| Ualaa, is there a way to instigate a /click command with a conditional? |
| | |
| | #4 |
| Senior Member | What exactly are you wanting to do?
__________________ |
| | |
| | #5 |
| Administrator Join Date: Jun 2009 Location: USA
Posts: 6,767
| To issue a click command to a button if the button could somehow have a boolean method for a positive response. For example, if a macro is in cooldown mode, you will see in the UI that the macro is grayed out. Is it possible for a click conditional to target if the target is true (false being grayed out). |
| | |
| | #6 |
| Senior Member | Well, /click accepts options (reference: MACRO click - WoWWiki), so it seems reasonable to assume that you can use something like [@target, exists, harm]. |
| | |
| | #7 |
| Senior Member Join Date: Nov 2009 Location: Vancouver, Canada.
Posts: 2,420
| /Click is basically the same as, press this macro. Or having one macro, simultaneously also press another. We're still limited to one GCD action from all of the macros which are pushed. With the first GCD then causing all of the others to "stick" for that time. And in the case of multiple spells, the earliest has to resolve itself completely, before later options can fire off. A macro cannot tell if a spell is on cooldown or not. Nor can it tell how many combo points a target has. Or how much energy/mana/runic/rage the target or player has. We can, with commas and knowledge of consistent spam speed, insert desired delays between one spell and the re-firing of that spell/ability. And we can control the order, or priority rather, of the various abilities. Any given macro can use valid conditionals, such as [stealth], [combat], [harm], [help], [exists], [dead], [mod], [no-x], etc. TLDR: It is impossible for the macro to make any kind of decision, based on if another ability is on cooldown or not. But, based on our spam speed and no-actions (commas) in our macros, we can determine very closely how long after the first execution, until the next execution of an ability. |
| | |
| | #8 |
| Senior Member Join Date: Jan 2010 Location: Missoura
Posts: 322
| BTW i think I found a glitch in WoW On my Rogue if I press Hemo and Shiv they both hit even if there isn't enuff energy to do them both. It also ignores GCD
__________________ ![]() MY LOCKS BEAT YOUR LOCKS |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 1 Rogue + 1 Priest, help needed | Lasivian | General Discussions | 4 | 09-16-2010 03:59 PM |
| Rogue arena help | jpc1981 | World of Warcraft - Macros, UIs, Mods, Addons | 0 | 08-29-2010 04:25 PM |
| [SDM] Rogue macro | Grondir | World of Warcraft - Macros, UIs, Mods, Addons | 1 | 03-27-2010 03:56 PM |
| Rogue Poinson... | TheMuffinMan | Off Topic | 7 | 01-23-2010 04:59 PM |
| My new 2x Rogue Team | Tim | General Discussions | 0 | 12-03-2009 01:57 PM |