Download
(53Kb)
Download
Updated: 01-06-17 08:26 AM
Pictures
File Info
Compatibility:
Return to Karazhan (7.1.5)
Updated:01-06-17 08:26 AM
Created:10-30-08 12:55 AM
Downloads:8,645
Favorites:34
MD5:

MiniMount  Popular! (More than 5000 hits)

Version: 2.0.1
by: Kjasi [More]

Got a lot of Mounts? Want to randomly load one, but don't know how to write complex macros?

Then MiniMount is for you!

MiniMount will randomly choose a mount depending on your location and skill, and load it!

Simply type /minimount, /mount or /mm and you will load a random mount! Perfect for those working on the achievements!


All of my Addons can now be downloaded from one convenient spot!
Visit https://bitbucket.org/Kjasi/kjasis-wow-addons to get the latest versions and even updates that haven't been released!

Please hit the donate button to keep me in the game! I also accept WoW tokens! Message me on Battletag Kjasi#1526 to arrange a meet-up!

v2.0.1
- TOC Update for 7.1
Post A Reply Comment Options
Unread 11-04-08, 10:43 AM  
Fron
A Kobold Labourer

Forum posts: 1
File comments: 13
Uploads: 0
Plug in?

This mod would be great if you could add LDB-based display functionality. I would love to be able to just click an icon in Titan and have MM summon up me an appropriate mount. There is a mod called Titan Mount, but it doesn't summon up a random mount, which is what i really want...

Any chance of making MM ldb compatible?
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 07:06 PM  
coreman
A Murloc Raider

Forum posts: 7
File comments: 6
Uploads: 0
Any chance you can add the qiraji mounts to a zone specific list?

Every time I mount, minimount spams me regarding my Blue Qiraji Battle Tank spellID: 25953
Last edited by coreman : 11-04-08 at 07:08 PM.
Report comment to moderator  
Reply With Quote
Unread 11-05-08, 12:26 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally posted by coreman
Any chance you can add the qiraji mounts to a zone specific list?

Every time I mount, minimount spams me regarding my Blue Qiraji Battle Tank spellID: 25953
I've been working to implement such a list for the next version.
Report comment to moderator  
Reply With Quote
Unread 11-05-08, 12:28 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Re: Plug in?

Originally posted by Fron
This mod would be great if you could add LDB-based display functionality. I would love to be able to just click an icon in Titan and have MM summon up me an appropriate mount. There is a mod called Titan Mount, but it doesn't summon up a random mount, which is what i really want...

Any chance of making MM ldb compatible?
Honestly, I don't know what ldb is, means, or how to code for it. But I'll look into it and see if I can get an interface thingy for it going. If not, I'll throw together a Titan plugin for it.

I'm actually planning to add a minimap button soon...
Report comment to moderator  
Reply With Quote
Unread 11-05-08, 11:45 PM  
coreman
A Murloc Raider

Forum posts: 7
File comments: 6
Uploads: 0
Originally posted by Kjasi
I've been working to implement such a list for the next version.
thanks for the update!!
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 01:12 PM  
Gryphon
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 38
Uploads: 6
Great mod, any chance on getting a MiniMount_Mount('Ground') option that would choose an epic and default to regular ground mount?

I am using the following macro for using right click to always call ground mount.

Code:
/run if (not IsMounted()) then if (GetMouseButtonClicked() == 'RightButton') then MiniMount_Mount('Epic') else MiniMount_Mount() end else Dismount() end
Would like to change Epic to Ground to make the macro universal for all characters. If I am not mistaken, you can only specify a Regular speed or Epic speed ground mount, there doesn't appear to be a dynamic ground option like there is for 'Fly'.

Thanks.

*Edit: Updated macro
Last edited by Gryphon : 11-19-08 at 04:55 PM.
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 02:25 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally posted by Gryphon
Great mod, any chance on getting a MiniMount_Mount('Ground') option that would choose an epic and default to regular ground mount?

I am using the following macro for using right click to always call ground mount.

Code:
/run if (not IsMounted()) then if (GetMouseButtonClicked() == 'RightButton') then MiniMount_Mount('Epic') else MiniMount_Mount() end end
/dismount [button:1][button:2]
Would like to change Epic to Ground to make the macro universal for all characters. If I am not mistaken, you can only specify a Regular speed or Epic speed ground mount, there doesn't appear to be a dynamic ground option like there is for 'Fly'.

Thanks.
That's a REALLY good idea. I'll add it in.
Report comment to moderator  
Reply With Quote
Unread 11-25-08, 04:20 PM  
Gryphon
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 38
Uploads: 6
Great updates, my macro is perfect now

Code:
/run if (not IsMounted()) then if (GetMouseButtonClicked() == 'RightButton') then MiniMount_Mount('Ground') else MiniMount_Mount() end else Dismount() end
Last edited by Gryphon : 11-25-08 at 04:21 PM.
Report comment to moderator  
Reply With Quote
Unread 11-26-08, 01:04 PM  
tsukeru
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Error with Flying Mounts

I've noticed MM won't let you get on a flying mount when you log into the server first off but after reloading the ui it functions properly.

I've looked into your code and I have created a minifix for my own local based code. Basically I figured that the CanNorthrendFly variable is not being set true when you first log in because the code that searches your book can not search anything because the information has not been loaded local side. So I added an if statement in your MiniMount_FlyZone() method that checks if the variable is set to false. If it's false and your above 77 then it runs the search code again (I extrapolated the search code into a separate function) to make sure you can't fly.

This is a quick fix I came up with in an hour or so. I realize if you can't fly yet, this would be a rather tedious fix but considering most people will be able to fly after 77 then it shouldn't harm me or any other person more than once. If you would like to see my local code so you can add it into your own or would like a more in depth description of the problem just message me. Thanks for the great addon!
Last edited by tsukeru : 11-26-08 at 11:35 PM.
Report comment to moderator  
Reply With Quote
Unread 11-27-08, 04:21 AM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Re: Error with Flying Mounts

Originally posted by tsukeru
I've noticed MM won't let you get on a flying mount when you log into the server first off but after reloading the ui it functions properly.

I've looked into your code and I have created a minifix for my own local based code. Basically I figured that the CanNorthrendFly variable is not being set true when you first log in because the code that searches your book can not search anything because the information has not been loaded local side. So I added an if statement in your MiniMount_FlyZone() method that checks if the variable is set to false. If it's false and your above 77 then it runs the search code again (I extrapolated the search code into a separate function) to make sure you can't fly.

This is a quick fix I came up with in an hour or so. I realize if you can't fly yet, this would be a rather tedious fix but considering most people will be able to fly after 77 then it shouldn't harm me or any other person more than once. If you would like to see my local code so you can add it into your own or would like a more in depth description of the problem just message me. Thanks for the great addon!
This is an interesting fix to a problem I fixed in totally different way. (The code wasn't doing what I needed it to, but I got it working now.) But as a fail-safe, I'll add a similar functionality to the scan. 1.5a will be uploaded once I stress-test the fixes.
Report comment to moderator  
Reply With Quote
Unread 11-27-08, 07:12 AM  
tsukeru
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 2
Re: Re: Error with Flying Mounts

Originally posted by Kjasi
This is an interesting fix to a problem I fixed in totally different way. (The code wasn't doing what I needed it to, but I got it working now.) But as a fail-safe, I'll add a similar functionality to the scan. 1.5a will be uploaded once I stress-test the fixes.
I thought of another interesting way to save it, you can save the important variables to a character specific array and load it at start up. I was going to do this as my fix but I didn't feel like going that in-depth with your code. If I had time, this is probably of how I would of fixed it my side. Much cleaner. ;-)
Report comment to moderator  
Reply With Quote
Unread 02-26-09, 07:38 PM  
Gryphon
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 38
Uploads: 6
I haven't played in a while. Today I logged in and tried to mount while shapeshifted and it would not allow it. I can use the regular mount interface and it will cancel the shapeshift before mounting.

Not sure when this started happening, I haven't played in a few patches.
Report comment to moderator  
Reply With Quote
Unread 03-02-09, 05:53 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally posted by Gryphon
I haven't played in a while. Today I logged in and tried to mount while shapeshifted and it would not allow it. I can use the regular mount interface and it will cancel the shapeshift before mounting.

Not sure when this started happening, I haven't played in a few patches.
It's impossible for an addon to cancel shapeshifting, so I can't directly fix this...

However, if you use the MiniMount macro, then I've actually already fixed this for Druids. I'm working on fixing it for shamans in Ghostwolf Form too. These fixes will be included in the upcoming version 1.6.
Report comment to moderator  
Reply With Quote
Unread 03-24-09, 11:06 PM  
Gryphon
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 38
Uploads: 6
Thanks. I am not using the macros from MM, I just added /cancelform to my macro.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 12:53 AM  
Neipas09
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
any way of getting this to work with paladins so it casts crusader's aura when you mount and ret/prot aura when you dismount???
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.