Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » Public Discussion

Reply
 
LinkBack Thread Tools
Old 09/06/07, 9:50 AM   #1
jilanea
Von Kaiser
 
Undead Rogue
 
Shadowsong (EU)
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.

Offline
Reply With Quote
Old 09/06/07, 10:15 AM   #2
Issues
Glass Joe
 
Tauren Warrior
 
Nordrassil (EU)
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.

Offline
Reply With Quote
Old 09/06/07, 10:23 AM   #3
 Slake
of chili e-fame
 
Slake's Avatar
 
Lain
Undead Warlock
 
No WoW Account
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:

/castsequence 22105, 22104, 22103
or something similar.


United States Offline
Reply With Quote
Old 09/06/07, 10:44 AM   #4
Sarutobi
Bald Bull
 
Sarutobi's Avatar
 
Toroko
Blood Elf Paladin
 
No WoW Account
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.

Offline
Reply With Quote
Old 09/06/07, 6:52 PM   #5
Marroc
Now you're thinking with portals!
 
Marroc's Avatar
 
Undead Rogue
 
Twisting Nether
Originally Posted by Slake View Post
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:

/castsequence 22105, 22104, 22103
or something similar.
Close.

item:#### :P

Offline
Reply With Quote
Old 09/06/07, 7:46 PM   #6
Opioid
Don Flamenco
 
Blood Elf Warlock
 
Kil'Jaeden
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.

Offline
Reply With Quote
Old 09/06/07, 11:01 PM   #7
Mightydre
Glass Joe
 
Human Mage
 
Argent Dawn
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.

Offline
Reply With Quote
Old 09/07/07, 9:32 AM   #8
caird
Glass Joe
 
Troll Warrior
 
Magtheridon (EU)
/use item:22105
/use item:22104
/use item:22103
/use Charged Crystal Focus
Works like a charm.

Offline
Reply With Quote
Old 09/08/07, 6:39 PM   #9
archz0r
Piston Honda
 
archz0r's Avatar
 
Undead Mage
 
Talnivarr (EU)
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 [].
/cast [nopet?] Water Elemental
/click PetActionButton5
Any help is appreciated.

Last edited by archz0r : 09/09/07 at 7:58 AM.

Offline
Reply With Quote
Old 09/09/07, 2:34 PM   #10
Aranan
Piston Honda
 
Aranan's Avatar
 
Night Elf Druid
 
Bronzebeard
Here's what I use:

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

Offline
Reply With Quote
Old 09/10/07, 12:20 PM   #11
Akomos
Von Kaiser
 
Akomos's Avatar
 
Tauren Druid
 
Ravencrest
/cast Freeze works as well. Personally I favor:

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

Offline
Reply With Quote
Old 09/11/07, 1:12 AM   #12
Seife
Von Kaiser
 
Seife's Avatar
 
Troll Priest
 
Gul'dan (EU)
Originally Posted by caird View Post
/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.

Offline
Reply With Quote
Old 09/11/07, 4:26 AM   #13
chrull
弾幕
 
chrull's Avatar
 
Blood Elf Death Knight
 
Defias Brotherhood (EU)
Originally Posted by Seife View Post
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.

Offline
Reply With Quote
Old 09/11/07, 4:40 AM   #14
Noekoe
Banned
 
Troll Mage
 
Tarren Mill (EU)
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.

Offline
Reply With Quote
Old 09/11/07, 8:14 AM   #15
koaschten
In the rear with the gear!
 
koaschten's Avatar
 
Troll Rogue
 
Khaz'goroth (EU)
Originally Posted by Noekoe View Post
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.

How to get an Android Authenticator on your PC. (updated feb'11)

Germany Online
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