Elitist Jerks
Register
Blogs
Urban Rivals
Forums
New Posts


Go Back   Elitist Jerks > Public Discussion > Public Discussion
Elitist Jerks Login

gamerDNA Login

Welcome to Elitist Jerks
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!

If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.

Reply
 
LinkBack Thread Tools
Old 01/11/07, 8:52 PM   #151
Maax
Piston Honda
 
Maax's Avatar
 
Tauren Druid
 
Nathrezim
Being balance specced, I often find myself healing and nuking on the same fight at the same time. I found it very annoying to always have to keep assisting back and forth from the tank to the mob depending on the spell being cast. So I decided to make some macros to allow me to "cast through" no matter what (similar to guild wars targeting). So for helpful spells I make a macro that casts on my target if its friendly, my ToT if my target is an enemy, and if I have no target casting it on myself.

Healing/Curing Spells:

#showtooltip <spell>

/cast [target=target,help] <spell>; [target=targettarget,help] <spell>; [target=player] <spell>


Damage/Debuff Spells:

#showtooltip <spell>

/cast [harm] <spell>; [target=targettarget, harm] <spell>


With these I can either target the tank, or the mob, and just cast my spells without having to worry about switching targets.

Devs: Our nerfs will block out the sun!
Druids: Then we will tank in the shade.
 
User is offline.
Reply With Quote
Old 01/11/07, 9:01 PM   #152
Umph
Soda Popinski
 
Umph's Avatar
 
Umph
Tauren Druid
 
No WoW Account
You don't need the <spell> part in #showtooltip unless the spell you want to show is not the first listed spell.
 
User is offline.
Reply With Quote
Old 01/12/07, 8:52 AM   #153
 Dinian
Piston Honda
 
Dinian's Avatar
 
Draenei Shaman
 
Ysera
#showtooltip does more than the ? icon I believe. If you want the spell's actual tooltip information to render you need #showtooltip.

#show is forces the icon selection on the ? icon, but #showtooltip replaces the macro name tooltip on hover with the ability's details.
 
User is offline.
Reply With Quote
Old 01/12/07, 11:54 AM   #154
Ahiru
Von Kaiser
 
Night Elf Rogue
 
Eonar
Originally Posted by probiscus
This is most likely a really dumb question, but I'm horrible at coding macro's and such. What I'm looking to do is when I go to cannibalize I want my ItemRack to equip all my max stam items, then eat a corpse. I've got the macro so itemrack swaps my gear, but I can't get the spell (cannibalize) to act after the gear swap. Also, I doubt if it's possible, but I'd love the option to swap back to my previously equipped (damage) set after cannibalize is done. I'm not sure if cannibalize is one of those things where you can't swap gearsets in the middle of the channel, or if you CAN the value of your cannibalize ticks would drop (I don't want that).

In any case, any advice would be appreciated.
A druid in my guild wanted to do a similar thing with Thorns: Equip enough pieces of Cenarion to get a set bonus that affected the spell, cast it, then switch back, and I wrote a macro that did it for him. It went something like this:
/script local MySet=ItemRack_GetEquippedSet(); ItemRack_EquipSet("Thorns Set");
/cast Thorns
/script ItemRack_EquipSet(MySet);

Two caveats:
1) You're probably right about re-equipping your previous set, either it'll reduce your ticks or just not work during the channel. If that's the case just delete the last line of the macro.
2) I typed this from memory because my guild forums were recently changed around and old posts were lost. The spelling of the ItemRack functions might differ from what I wrote, if you get errors you'll have to find the right functions in the ItemRack source code.
 
User is offline.
Reply With Quote
Old 01/13/07, 2:57 AM   #155
Ato
Von Kaiser
 
Ato's Avatar
 
Tauren Hunter
 
Proudmoore
I'd like to make a macro for Wing Clip and Mongoose Bite.

I currently have:

#showtooltip Mongoose Bite
/castsequence reset=2 Wing Clip, Mongoose Bite
I chose the icon that is the same as Mongoose Bite's icon.

I'd like it to show Mongoose Bite's information when moused over, and have the button greyed out until Mongoose Bite is ready to use. Basically, the button act as a display to let me know when Mongoose Bite is up.

What I've noticed is that, the button resets itself to Wing Clip O_o Both display and mouseover information. I tried putting Mongoose Bite first in the sequence, but that stops Wing Clip from being cast until Mongoose has been used.

Any ideas?

It's all fun & games till someone gets a [Hydrocane] in the eye!
 
User is offline.
Reply With Quote
Old 01/13/07, 4:17 AM   #156
PI
Glass Joe
 
Human Warlock
 
<NvM>
Mal'Ganis
As many others are frustrated with I'm sure, I've updated all my mods daily but still have problems disenchanting (i tried moving items to my bars or right clicking instead of left clicking as a workaround suggested by some but neither worked for me). If I try to d/e an item I get the blocked by blizzard UI classic message;

So I'm trying to see if there's a script I can run to disenchant my items, and would appreciate any help I can get if possible.

I tried doing:

/cast [target=mouseover] disenchant

to d/e whatever my mouse is on top of, I don't get an error when I run it, and it selects disenchanting but doesn't actually d/e the item, just gives me the glowing mouse icon as if i have to select what i need to d/e. I also tried typing [target="name of item to d/e"] but that gave me an error.

Anyone have any idea of what I could try?
 
User is offline.
Reply With Quote
Old 01/13/07, 4:20 AM   #157
PI
Glass Joe
 
Human Warlock
 
<NvM>
Mal'Ganis
ahhh i finally got it,

I type

/cast disenchant
/use "name of item in my bags"

and it d/es the item instead of using it , sweet, gives me no error either
 
User is offline.
Reply With Quote
Old 01/13/07, 5:10 AM   #158
Vehn
Von Kaiser
 
Night Elf Warrior
 
Korgath
is it at all possible to 1 button press go into zerker stance and cast zerker rage? this would be very nice for leveling but I can't seem to get it to work. I have tried the ones in this thread and in the linked "warrior macro" thread and it just casts zerker stance and quits.
 
User is offline.
Reply With Quote
Old 01/13/07, 5:14 AM   #159
Krag
Don Flamenco
 
Tauren Druid
 
Runetotem (EU)
Originally Posted by Vehn
is it at all possible to 1 button press go into zerker stance and cast zerker rage? this would be very nice for leveling but I can't seem to get it to work. I have tried the ones in this thread and in the linked "warrior macro" thread and it just casts zerker stance and quits.
It's 2 actions so you will always have to smash the button twice.
 
User is offline.
Reply With Quote
Old 01/13/07, 5:23 AM   #160
parasyte
Glass Joe
 
Troll Priest
 
Malfurion
Originally Posted by Ato
I'd like to make a macro for Wing Clip and Mongoose Bite.

I currently have:

#showtooltip Mongoose Bite
/castsequence reset=2 Wing Clip, Mongoose Bite
I chose the icon that is the same as Mongoose Bite's icon.

I'd like it to show Mongoose Bite's information when moused over, and have the button greyed out until Mongoose Bite is ready to use. Basically, the button act as a display to let me know when Mongoose Bite is up.

What I've noticed is that, the button resets itself to Wing Clip O_o Both display and mouseover information. I tried putting Mongoose Bite first in the sequence, but that stops Wing Clip from being cast until Mongoose has been used.

Any ideas?
Seems to be an oversight; I would suggest posting it in the WoW UI forums as there's a chance Slouken may consider adding that capability. Definitely it appears that no matter what, /castsequence will take priority over what the icon/tooltip changes to.

Then again, who knows. It may be by design so you can't do exactly what you describe, but that doesn't seem to make sense when the same works in a simple /cast with conditions for different stances.
 
User is offline.
Reply With Quote
Reply

Go Back   Elitist Jerks > Public Discussion > Public Discussion

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
more macros Lodi User Interface and AddOns 6 06/17/07 9:37 AM