I just got Mimiron's head and Squire does not seem to be treating it as a 310% mount. I've tried to set the mount selection to just the Head + one of my 310% drakes and the head never comes up in the mount selection. When I change the sort logic to allow 310 and 280 mounts to be called the same then it will come up.
Squire currently lists Mimiron's Head as a 280% mount. Adirelle is usually pretty quick about fixing those errors when they're reported, but if you don't want to wait, change line 218 in Mounts.lua to read [FONT="Courier New"][63796]="F310",[/FONT] instead of [FONT="Courier New"][63796]="F280",[/FONT]
I changed the way some mounts are handled in latest alpha, specifically all the dynamic mounts like Headless Horseman's. It should also handle mounts that upgrade to 310% when you learn any natural 310% mounts (like Mimiron's head and druid fast flying form).
None of my characters has got such mount so I can't test them. Any feedback would be appreciated.
I changed the way some mounts are handled in latest alpha, specifically all the dynamic mounts like Headless Horseman's. It should also handle mounts that upgrade to 310% when you learn any natural 310% mounts (like Mimiron's head and druid fast flying form).
None of my characters has got such mount so I can't test them. Any feedback would be appreciated.
I just opened ticket #42 about a problem with Celestial steed and X53 flying rocket not correctly detected as 310% mount when you have already a 310% mount.
Mounts have undergone significant changes with 4.0, enough to consider rewriting Squire from scratch, though I'm not decided yet.
Really? It's still working just fine for me on the beta.
What all needs to be changed other than adding the new achievements and the logic that goes with them? Oh, I suppose the 280/310 mount categories need to be rewritten.
There are several changes actually:
- mounts now scale with riding skill. e.g. 60% ground mounts become 100% ground mounts once you learn the 100% riding skill ; same applies to flying mounts,
- the IsUsableSpell function is now accurate with regard to flying mounts and special area (like WSG, indoors, etc.)
- the mount tooltips doesn't mention Outland/Northrend to help distinguish flying mounts so this data can't be datamined.
Plus I still have an issue with the configuration panel when you have lots of mounts.
Actually, I started writing Squire2. I decided not to update dynamically a macro but to setup a (hidden) button on use and when entering combat. You can continue to use a keybinding or a macro to cast it (though the macro icon won't display the spell that will be used). This is very simpler to handle and requires way less CPU.
There any way to customize the way squire2 chooses mount order? It keeps wanting to choose my crappy slow flying mount instead of my 310 one. For now I just disabled the slow one.
And there is no way to have a "/squire mount" because it won't work while in combat. I've got another idea though that I'll try to implement.
Now you have three way to use it:
- putting the macro directly into an action button,
- binding a key,
- using "/click SquireButton".
Just FYI
Thanks for the great addon!
None of my characters has got such mount so I can't test them. Any feedback would be appreciated.
I just opened ticket #42 about a problem with Celestial steed and X53 flying rocket not correctly detected as 310% mount when you have already a 310% mount.
Really? It's still working just fine for me on the beta.
What all needs to be changed other than adding the new achievements and the logic that goes with them? Oh, I suppose the 280/310 mount categories need to be rewritten.
- mounts now scale with riding skill. e.g. 60% ground mounts become 100% ground mounts once you learn the 100% riding skill ; same applies to flying mounts,
- the IsUsableSpell function is now accurate with regard to flying mounts and special area (like WSG, indoors, etc.)
- the mount tooltips doesn't mention Outland/Northrend to help distinguish flying mounts so this data can't be datamined.
Plus I still have an issue with the configuration panel when you have lots of mounts.
Ghost Wolf was changed to work indoors, but Squire isn't letting me use it when I'm indoors.
http://www.wowace.com/addons/squire2/tickets/3-no-support-for-instant-ghost-wolf/
/me enables ticket and comment tracking on the project.