@gamemaster128: I thought it was already doing this.
@Skylinee: Thanks for the report. 3.2 having fixed some API I was using in Squire, I'm in the process of rewriting the event handling. This may be quite instable until I finish it.
Latest alpha is buggy for me, it chooses a groundmount after being in combat, need to mount a ground mount first before it correctly chooses a flying mount.
Still a bit buggy about this still, but it's better than what it was in r99.
Happens occasionally on my rogue and hunter. Have 1 mount selected for ground and 1 for flying. Dismount when allready mounted-option is enabled. It usually happens if you mount straight after combat in a flying zone, it chooses your groundmount instead of your flying mount. Just happened to me in Icecrown now, after dismounting a vehicle and then hitting the squire macro.
I tagged a new beta that should address talent-switch issue, handle 3.2 mounts and wintergrasp (nothing new for people using alpha). As I rewrote the event handling code, I'd like some feedback before releasing it.
Latest alpha is buggy for me, it chooses a groundmount after being in combat, need to mount a ground mount first before it correctly chooses a flying mount.
Might have found the reason. I had the modifier set to SHIFT, and the macro set to SHIFT-2, so i guess when i pressed SHIFT-2 straight after combat, the macro didn't update fast enough. I guess some of these changes changed the update speed of the modifier key.
------------------------------------------------------------------------
r100 | adirelle | 2009-08-22 13:53:20 +0000 (Sat, 22 Aug 2009) | 2 lines
Changed paths:
M /trunk/Core.lua
Tidying up update handling.
------------------------------------------------------------------------
r99 | adirelle | 2009-08-22 09:25:04 +0000 (Sat, 22 Aug 2009) | 2 lines
Changed paths:
M /trunk/Core.lua
Reduced OnUpdate usage by bucketing SPELL_UPDATE_USABLE (unless "moving" spells are enabled).
Anyway, i have the modifier set to CTRL now, and it seems to work fine.
Edit: Aaaand it's still happening. Running out of ideas now.
So I'm attempting to set this up to work with my Sidewinder X6 keyboard, and I'm curious:
Is there a way to do like:
/squire mount
So that I could mount via the command line?
That way I can assign it to one of my keyboards extra macro keys, and it would still work across all of my characters using the in-game squire selection process.
If that feature doesn't exist, I would definitely like it see it added. If it does, could someone point me in the right direction?
Squire itself generates a macro. If you haven't used all of your actionbar slots, drag the Squire macro to an un-used slot, then bind a key to the slot. I personally use Actionbar 10, hidden, for various key-bound macros including Squire.
Correct, but on my programmable keyboard, there's no way (that I've found) to bind it's specifically programmable keys within WoW. however, I can create a macro within it's interface, and have it send that macrotext to wow to be executed, which was why the request :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
@Skylinee: Thanks for the report. 3.2 having fixed some API I was using in Squire, I'm in the process of rewriting the event handling. This may be quite instable until I finish it.
Still a bit buggy about this still, but it's better than what it was in r99.
Should be back in r101, though I did not test it. Let me know if it work.
They are grouped together with 280% speed flying mounts. I just disable all of the 280% ones and let it randomly choose one of my 310% mounts.
Might have found the reason. I had the modifier set to SHIFT, and the macro set to SHIFT-2, so i guess when i pressed SHIFT-2 straight after combat, the macro didn't update fast enough. I guess some of these changes changed the update speed of the modifier key.
------------------------------------------------------------------------
r100 | adirelle | 2009-08-22 13:53:20 +0000 (Sat, 22 Aug 2009) | 2 lines
Changed paths:
M /trunk/Core.lua
Tidying up update handling.
------------------------------------------------------------------------
r99 | adirelle | 2009-08-22 09:25:04 +0000 (Sat, 22 Aug 2009) | 2 lines
Changed paths:
M /trunk/Core.lua
Reduced OnUpdate usage by bucketing SPELL_UPDATE_USABLE (unless "moving" spells are enabled).
Anyway, i have the modifier set to CTRL now, and it seems to work fine.
Edit: Aaaand it's still happening. Running out of ideas now.
Is there a way to do like:
/squire mount
So that I could mount via the command line?
That way I can assign it to one of my keyboards extra macro keys, and it would still work across all of my characters using the in-game squire selection process.
If that feature doesn't exist, I would definitely like it see it added. If it does, could someone point me in the right direction?
Thank you very much.