Register here: http://gg.gg/oy5jk
Name: Holy Light
#showtooltip<br />/use Core of Ripeness<br />/cast Avenging Wrath<br />/cast Holy LightUse Trinket Slot Macro Wow Classic
Once again, the macro is named the move that I want to mainly use, and I wont forget when I give it a quick look during combat.
The slot is numbered ingame and trinkets are the most commonly used this way such as /use 13 or /use 14 for top trinket and bottom trinket respectively. /use can also be used with a coresponding item in your bag by slot. Jun 26, 2018 I’m trying to make a make that includes my 2nd slot trinket, does anybody know what the item # for it is. I tried the macro but doesn’t work for me. Here’s a copy paste of the macro: /script UseInventoryItem(13); /cast Greater Heal(Rank 3) it just says ’another action is in progress’ and casts the heal without using the trinket first. The trinket in question is Blessed Prayer Beads. It doesn’t trigger GCD but has a castanimation, is that why? For example, ‘/use insert your trinket’s name’ will use that trinket when clicked, as long as the ‘Use’ cooldown has ended. Using Items Within Your Inventory In the same way as above, if you wish to use an item within a macro, the ‘use’ command will do the trick. Tip: Shift-click the spell you want to use in your spellbook while in the Create Macros window,that way the spelling is always correct. #showtooltip: Shows the tooltip of the ability you are using. #show:Does not show the tooltip but still shows the cooldown. /use 13: activates trinket 1 ( top one) /use 14: activates trinket 2 (bottom one).
I’m using ’#showtooltip’ to show me what I’m using. At first, when my trinket isn’t used, it will show me the tooltip for the trinket ’Core of Ripeness’, since it can be used. If you want, you can choose which tooltip you want the macro to show. For this example, I want it to always show ’Holy Light’, instead of showing ’Avenging Wrath’ at all, so, I change the first line from ’#showtooltip’ to ’#show Holy Light’. It would look like this:
#show Holy Light<br />/use Core of Ripeness<br />/cast Avenging Wrath<br />/cast Holy Light
The second line uses my trinket ’Core of Ripeness’. Now, ’use’ has different functions in World of Warcraft.
1. It can use the ’use’ function of an item and 2. it can equip an item. This may be good if your trinket is always in that slot. But if you’re always switching out trinkets and using them for different fights, then this macro isn’t as effective. To make maximum use of this macro you will have to make sure that your ’use’ trinket is in the same item slot. This is because all items on your character has a slot number. For example, your Weapons, offhand and mainhand, have the slot numbers of 17 and 16, and your relic, wand, or ranged weapon slot number is 18. For this example, I put my use trinkets in the bottom slot, which is slot number 14. To make this macro work for all the ’use’ trinkets I have for the different fights and situations I would write:
#show Holy Light<br />/use 14<br />/cast Avenging Wrath<br />/cast Holy Light
For even more effectiveness, just in case you don’t remember which slot your ’use’ trinket is in:
#show Holy Light<br />/use 13<br />/use 14<br />/cast Avenging Wrath<br />/cast Holy LightThis will use both slots, but only your usable trinket is usable, so, the macro will use it. If you have two ’use’ trinkets, the macro will use whatever is in slot 13 (the top trinket), the other trinket will have a 20 second cool down. If you’re spamming this macro then there will be no problem in getting full use of both of the ’use’ trinkets.
Tip: This is a great way to spam ’use’ trinkets to get the maximum effectiveness, especially for healers. For caster damage dealers, this may not be a good macro because you may want to use your trinkets at the most opportune time. We’ll go over DPS macros soon!Warcraft – Macros to keep that +damage trinket working for you (Shadow Priest & Feral Druid)
UPDATED FOR VARIOUS CLARIFICATIONS BELOW.
I was typing this up for some friends who asked about it when, once again, I realized – hey, free blog post.
This will cover simple but incredibly useful macros I’ve discovered to make sure you’re using your trinkets that add damage to your melee and spell combat abilities.
The main idea was this – I had all these great “Use: increases damage for 20 seconds” trinkets, but I never used them. Always in reserve for the “emergency,” and usually forgotten. Finally, I read an article that admonished this behavior, saying if you’re not keeping these things on cooldown, you’re wasting a slot. After all, a 2 minute cooldown is basically one fight; so you can be using them constantly.
So how to remember to always use them? Once I answered that question, my dps went through the roof, as our other feral druid’s damage meters attested.
The answer was to tie your favorite special attack to activating the trinket, so that you constantly use it as soon as it’s available. Even better when you have two trinkets; you can put them both in the macro. If the first one is on cooldown, it goes to the second – perfect!
So you’ve decided you’d like to keep those trinkets working hard for you – but macros are scary. Now what? It’s time to write a macro.
First, type /m or /macro in your interface. Up comes the macro window.
Next, choose “New” from the bottom of the window.
Enter a name for your macro. Make it similar to the actual ability you will be using in this macro. I’m going to start with a combat-based ability for my Feral Druid, Halifaxx. I chose to use the feral ability Mangle for these reasons:1. It is the best “main” attack for feral druids2. It has a cooldown (6 seconds), so it’s not a “spam” attack3. It’s my lead attack, unless backstabbing as a kitty4. It’s my constant “as soon as it’s off cooldown” attack, meaning I’m using it regularly enough that I will activate the trinket.
So choose a similar ability. For my Shadow Priest Talisker, it’s Mind Blast. So for Mangle, I called the macro “Mangle.” Clever, I know – but the point is to be useful. You can certainly call it l33t faczor lolz if you want. Just don’t tell me.
Next choose an icon. This is even easier. Always choose the red question mark icon (the first choice). What this does is uses the same icon as whatever spell you use in the macro (more on that in a minute) – so you don’t even have to get used to a new picture. Your macro will use the same tooltip picture your ability already does.
Click okay – now you’re ready to write the macro itself.
The first line of all of these macros is this:#show SpellWhere “Spell” is the name of the ability in your spellbook. In my case, it’s:——————————#show Mangle (Cat)()——————————
What this does is make sure that, on mouseover, the ability shows the same tooltip as the spell you’re using; this also ties into the red question mark and tells it to use that picture. This line isn’t critical; it’s just nice to use the same picture and tooltip as your primary spell ability.
Next, you want your trinket to activate:/use TrinketWhere “Trinket” is the name of the trinket you want to use. Be careful to spell it exactly (also, always remember the trinket must be equipped when you use the macro, or the macro will just go straight to the spell; not a problem, but not the effect you’re after). In my case, it’s:——————————/use Bladefist’s Breadth——————————
The next line may no longer be necessary as of patch 2.3, but since I tested it and it works, I’m not going to mess with it. It is:——————————/stopcasting——————————This indicates a stop in the process before a next step can begin.
Next, the actual spell:/cast SpellWhere “Spell” is the ability in your spellbook. In my case:——————————/cast Mangle (Cat)()——————————
UPDATE: For some time now, you haven’t needed to specify the rank of the spell – the game assumes you want the highest rank – unless you want to downrank to a lower level spell (you downrank spells when you want to use less mana or your objective doesn’t require your highest output; you may use a lower grade heal for “topping off” a party member; you may spam a low-level instant cast in order to try to activate a “chance on” effect; etc.).
However, certain spells confuse the system – particularly druid ones, which specify a form, such as (Cat) in this case. The game thinks the form qualifier (Cat) is actually a rank of the spell. As such, it will do nothing, unless you reassure it that there is a rank present. You can do so by using the set of empty parenthesis at the end of the command. Note that you only need to do this for any ability which ends with a parenthetical qualifer, such as “Faerie Fire (Feral)” – a regular spell requires no rank designation unless you specifically want one.
Finally, a clever bit:——————————/run UIErrorsFrame:Clear()——————————This is important – you will get an error message the next time you use your favorite attack, because the trinket is now on cooldown. Your attack will go off (it just skips the line command it cannot perform), but the error message is annoying. This clears it and keeps your character from saying, “I can’t use that,” or whatever irritating error message they give (by the way, you can disable your character’s error message voice prompts in the sound menu). You will still here that hollow gong sound that indicates you’ve tried to use something you can’t, but in the roar of battle, it’s lost.
UPDATE: Be careful. The fact that you’re clearing error messages means you’re also clearing things like range errors (you’re too far away), cooldown errors (you can’t cast the spell yet), facing errors (you’re facing the wrong direction), etc. Therefore, it is up to you to be aware of all conditions, because you’re clearing all error messages.
Luckily, many of these errors are apparent because of other interface qualities; the number of your hotkey will be red instead of white if you’re out of range; the cooldown clock graphic will still be animating if you’re on cooldown – but if you’re facing the wrong way (and sometimes it’s hard to tell when you’re up to your neck in mobs), you may think you’re casting the spell – and you’re not. So beware!
So the whole thing, ready to copy and paste:———————#show Mangle (Cat)()/use Bladefist’s Breadth/stopcasting/cast Mangle (Cat)()/run UIErrorsFrame:Clear()———————
Bear version (note you will have to put this bear-specific version on your bear toolbar, because it is a different spell):———————#show Mangle (Bear)()/use Bladefist’s Breadth/stopcasting/cast Mangle (Bear)()/run UIErrorsFrame:Clear()———————
If you have a second trinket, just add a line item after the first trinket for the second one (see below for an example). Halifaxx’s other trinket is Hourglass of the Unraveller, which is passive, so I don’t need it here.
So your macro is done – now what? Drag the red question mark onto your toolbar replacing the spell button you have there. When you close the macro window (sometimes just on mouseover), the icon will change to the familiar one, only with some text on it (the title of your macro), letting you know it’s got “something special.”
Experiment; I suggest killing trash critters, and then salivate at how you will destroy! Think about it – in constant combat, such as an instance, you will be adding that damage every 2 minutes (more if you have two “use” trinkets), for 15 to 20 seconds. Your dps is on the way up.
Here is the caster macro I use for Talisker to make sure he’s getting the most out of his trinkets and Mind Blast:———————#show Mind Blast/use Glowing Crystal Insignia/use Terokkar Tablet of Vim/cast Mind Blast/run UIErrorsFrame:Clear()———————
Here’s a version with my heal trinkets, to pump up Greater Heal:———————#show Greater Heal/use Oshu’gun Relic/use Heavenly Inspiration/cast Greater Heal/run UIErrorsFrame:Clear()———————
I’m not sure why, but these don’t seem to require the open parenthesis at the end of the spell.
Here’s my spammable debuff remover:———————#showtooltip Abolish Disease/targetparty/cast Abolish Disease———————
I just spam that and it keeps targeting players until it finds one with a disease; no worries targeting. I’m going to do more work with the focus command so this doesn’t lose your targeted enemy while working (more on focus at a later date). I tried this with dispel, except dispel can be used offensively, too, so that needs more work.Wow Use Trinket Slot Macro Items
This next one is exclusively for druids – our other feral druid will love this. You’re tanking and it’s going bad – if only you could jump out and take a potion!
#show Super Healing Potion/cancelform/use Master Healthstone/use Super Healing Potion/cast [nostance] Dire Bear Form
/cancelform gets you out of bear; the next two lines use the items (this particular version takes advantage of using a healthstone if you’re grouped with a lock; if not, it skips that step), then it gets you back into bear form.
Note that this will work if you start off as a cat or bird or manatee, too, because cancelform isn’t specific – it just says cancel your current shapeshift. If you’re already out of form, it ignores that step. If you’re in another form and it’s bad enough you had to take a potion, you obviously want to end up in bear form.
This executes so fast, I thought it hadn’t worked. But my health bar was now at 30% instead of 5%, and only 4 potions showed in the tooltip. Amazing. Obviously, change the name of the potion if you’re using something else, like the Ogri’La potions. I’ve used this twice more, and the shapeshift (if you’re already in bear) will not be visible. It’s that cool.Wow Use Trinket Slot Macro Wow Classic
Finally, if you play on more than one computer, be warned – macros are stored locally. You will log onto another computer and find empty spots on your toolbar where the macros used to be. So email them to yourself or just replace the actual spells (you will then have to replace with macros when you get back to your original machine); or, bookmark Sound and Fury and just come back here to reconstruct them.
Have fun!
Register here: http://gg.gg/oy5jk

https://diarynote-jp.indered.space

コメント

お気に入り日記の更新

テーマ別日記一覧

まだテーマがありません

この日記について

日記内を検索