Elitist Jerks

Elitist Jerks (http://elitistjerks.com/forums.php)
-   Public Discussion (http://elitistjerks.com/f15/)
-   -   Macro Questions (http://elitistjerks.com/f15/t27256-macro_questions/)

jilanea 09/06/07 9:50 AM

Macro Questions
 
I couldn't find a thread about general macro questions so I made this.

My specific question is how do you write a macro that eats the biggest healthstone you have in your inventory, ideally without linking to specific bag slots (made by warlocks with different tallent points). Seem like it should be doable, but as they have the same name might not be. Not seem this listed anywhere despite reading the huge warlock macro thread WoW Forums -> My Warlock Macros (2.1.0)
If needed first 3 slots of my backpack would be useful as the slots eaten from.

Issues 09/06/07 10:15 AM

I've not heard of something like this being possible (I could be wrong), but the easiest way would be to just make a /use Master Healthstone macro, then just order them biggest->smallest in the first 3 slots of bag1. It ofc takes slightly more work having to reorganise them each time you pick up new stones, but as far as i'm aware, you cant have a macro do it for you.

Slake 09/06/07 10:23 AM

I'm not sure if you can use item id's in macro commands yet, or whether that'll be in 2.2, but you can always do:

Code:

/castsequence 22105, 22104, 22103
or something similar.

Sarutobi 09/06/07 10:44 AM

The easiest way to do it is to just have a macro like:

/use Master Healthstone

Assuming you're using 3 master healthstones from warlocks with different ranks of improved healthstones. The order in which they are used is determined by their position in your bags from top-left to bottom-right, bag 0(backpack)-4.

Marroc 09/06/07 6:52 PM

Quote:

Originally Posted by Slake (Post 469974)
I'm not sure if you can use item id's in macro commands yet, or whether that'll be in 2.2, but you can always do:

Code:

/castsequence 22105, 22104, 22103
or something similar.

Close.

item:#### :P

Opioid 09/06/07 7:46 PM

You cannot just check to see if something exists in your backpack or not. Ultimately, you have to specify the slot or just put up with the standard WoW logic path for eating the first thing in your inventory. There isn't a way to always be sure you're eating the biggest healthstone in your backpack at all times whenever you push the button.

Mightydre 09/06/07 11:01 PM

I'm doing what you're trying to do, but with this addon:

WoWInterface Downloads : AutoRack

It allows you to define a list of items for each of up to 8 of your bag slots, each hotkey-able, and it'll move the highest priority item in each list that isn't on cooldown into its corresponding slot. For example, I use it with 2 slots. In one slot, I have a list of healthstones and health potions, in that order. In the second slot, I have mana gems and mana pots, also in that order. Usually at the start of a fight, I'll have a healthstone and a mana gem in the corresponding 2 slots. If I hit my hotkey for the healthstone/health pot slot to use the healthstone that was there, conjured items are now on cooldown, so it'll swap a health pot into the first slot, and a mana pot into the second.

caird 09/07/07 9:32 AM

Code:

/use item:22105
/use item:22104
/use item:22103
/use Charged Crystal Focus

Works like a charm.

archz0r 09/08/07 6:39 PM

I'd like to know if it's possible to have one macro in which you both summon your Water Elemental, and use it's nova, but the pet should only be summoned if I don't have another Water Elemental active.

I'm aware of what commands to use to summon the pet and use the ability, but is there any condition like [nopet] or something similiar?

Something like this, though I don't know what to use within the [].
Code:

/cast [nopet?] Water Elemental
/click PetActionButton5

Any help is appreciated.

Aranan 09/09/07 2:34 PM

Here's what I use:

Code:

#show Summon Water Elemental
/use Xi'ri's Gift
/cast [nopet] Summon Water Elemental
/click [pet] PetActionButton7


Akomos 09/10/07 12:20 PM

/cast Freeze works as well. Personally I favor:

Code:

#show Summon Water Elemental
/cast [pet] Freeze
/cast [nopet] Summon Water Elemental


Seife 09/11/07 1:12 AM

Quote:

Originally Posted by caird (Post 471217)
Code:

/use item:22105
/use item:22104
/use item:22103
/use Charged Crystal Focus

Works like a charm.

I'm using this also, it really is great. Additionally, you can set up your zone-specific Mana Potions the same way.

chrull 09/11/07 4:26 AM

Quote:

Originally Posted by Seife (Post 473935)
I'm using this also, it really is great. Additionally, you can set up your zone-specific Mana Potions the same way.

#showicon
/use item:32902
/use item:32903
/use item:22832


Should be right i think. Gonna try it tonight.

Noekoe 09/11/07 4:40 AM

Wouldnt it just be easier to put your healthstones on your bars and make a key-binding to it? Your bars do not have to be visible to be key-binded.

koaschten 09/11/07 8:14 AM

Quote:

Originally Posted by Noekoe (Post 474014)
Wouldnt it just be easier to put your healthstones on your bars and make a key-binding to it? Your bars do not have to be visible to be key-binded.

Unless you can bind ONE key to MULTIPLE buttons, no. In times of long boss fights and 3 warlocks in the raid group to supply 3 different healthstones its quite handy to have a 1 button mash macro to swallow a healthstone in emergency cases.


All times are GMT -4. The time now is 8:37 AM.

Forum Infrastructure by vBulletin 3.6.12 ©2000-2007, Jelsoft Enterprises Ltd.