0. Bug: "/use <inventory#>" breaks with modifier 03/14/2007 01:58:18 AM PDT
To reproduce, equip a useable trinket in the first trinket slot and create this simple macro:
/use 13
/stopmacro [modifier:shift]
A normal activation of the macro successfully activates the trinket. A shift + activation does not. Here we can see a clear problem with the macro system.
For consistency checking, change the above macro to specify the name of the trinket. For example:
/use Talisman of Ephemeral Power
/stopmacro [modifier:shift]
This macro works fine... that is to say that it successfully activates the trinket with or without the shift modifier as it should.
The examples in this post illustrate the nature of the problem I have discovered... the ability to use generic inventory slots seems to break in the presence of a shift modifier anywhere in the macro. This is my frostbolt macro where I originally encountered the problem:
This does not activate my trinkets on a shift modifier unless I replace the slot numbers with trinket names. I then did some troubleshooting and discovered the more general problem detailed above. I have already submitted this bug via in-game ticket, but nothing has come of it. I am seeking confirmation of this bug and any solutions I may have overlooked that would allow me to reference generic inventory slots while keeping my modifier functionality.
1. Re: Bug: "/use <inventory#>" breaks with modi 03/14/2007 04:58:48 AM PDT
Just for the purpose of narrowing things down, does /use function properly with modifiers other than shift? (Ctrl, Alt). Does /use work properly with the "nomodifier" and "modifier" conditionals?
When you do /use 13, in effect you're clicking on the item in the UI, which does extra processing over requesting the item by name. Yes, it's a bit inconsistent, but I don't know if it'll be high enough priority to fix anytime soon.
Thanks for mentioning it though, I'll add it to my someday todo list. :)
If you were to shift-right-click a /use 13 macro which pointed to a socketed item in slot 13, would this then open the Socketing interface window?
Clumsy guy: Hey, man, I need one of those banger things and some pointy things.
Employee: Please tell me you don't mean a hammer and nails...
Clumsy guy: That's what it's called... Hammer... Yes.
8. Re: Bug: "/use <inventory#>" breaks with modi 05/16/2007 10:01:39 AM PDT
I noticed you fixed this in a recent update to the PTR. Thanks!
(meaning that /use [modifier:shift] 13 now works)
As an aside, I also noticed that you improved the synchronization of multiple sequential commands such that /stopcasting is no longer needed as a buffer. Very slick.
10. Re: Bug: "/use <inventory#>" breaks with modi 05/16/2007 10:18:01 AM PDT
Q u o t e: As an aside, I also noticed that you improved the synchronization of multiple sequential commands such that /stopcasting is no longer needed as a buffer. Very slick.
Oh, hot, seriously? /rewrites a macro on the PTR. Back in a minute.
It apparently only works the first time you use it in a session. I'm back up to two /stopcastings now. See the end of the post as I update.
Success!
Q u o t e: /stopmacro [noharm]
/cast Presence of Mind
/cast Arcane Power
/use 13
/cast Frostbolt
works as written, while standing still. I'll test it while moving when the PoM cd comes back up.
-edit 2: PoM while on the run isn't working (ah well), and I didn't have a damage trinket equipped earlier. Third test in a sec to see if trinkets work w/o stopcasting shortly.
-edit 3: No go on the non-stopcasted trinket use. I'll come up with the new version of the macro in a few, trying to decide how many /stopcastings we still need.
-edit 4: Bah. 1 stopcasting isn't enough. 2?
-edit 5: Two works. Funny, though. I was halfway through the cast before the lag finally caught up and cast the spell. Working macro:
Q u o t e: /stopmacro [noharm]
/cast Presence of Mind
/stopcasting
/cast Arcane Power
/stopcasting
/use 13
/cast Frostbolt
Ah well.
[ Post edited by Kaydeethree ]
Live or die trying.
It seems mages were saving more money than originally intended. Any money saved will now be reduced by 10% and will break frost nova.
12. Re: Bug: "/use <inventory#>" breaks with modi 05/16/2007 10:57:04 AM PDT
I just tested the above macro again and it works. It's possible that other sequences still don't work. I am not an arcane mage so I don't have the KAPOW macro.