Download
(12Kb)
Download
Updated: 12-31-10 06:22 PM
Pictures
File Info
Updated:12-31-10 06:22 PM
Created:09-28-09 11:02 PM
Downloads:2,532
Favorites:12
MD5:

Valet

Version: 0.2.2
by: Kyahx [More]

* This is a beta-quality AddOn and may contain bugs / missing features *

Valet is a macro based mount manager, inspired by Buffet and Kennel.

Valet is a very simple mount manager, it does not try to upkeep a list of mounts or choose the best mount for you. It simply lets you define of group of mounts you want to randomly use and edits your macro for you after dismounting.

Note: Valet will only shuffle in things that show up in your companions tab, but you can still include druid forms or anything else by editing the base macro for that character.

New in this version (v0.2.2):
- Fixed a small bug when not using LibDataBroker

0.2.2 (40000)
- Fixed a small bug when not using LibDataBroker

0.2.1 (30300)
- ToC Bump, still works great

0.2.1 (30200)
- Now uses the spell ID from the companion instead of the displayed name, as this is not always the proper spell name (Dear Blizzard, "Bronze Drake Mount" ~= "Bronze Drake")
Optional Files (0)


Post A Reply Comment Options
Unread 06-01-14, 02:39 AM  
Pseudopod
A Deviate Faerie Dragon

Forum posts: 16
File comments: 104
Uploads: 0
Fix for the green square:

Interface\Addons\Valet\Valet.lua in the bottom (line 111) change

Code:
	EditMacro(macroid, name, 1, substring, 1)
into

Code:
	EditMacro(macroid, name, "INV_Misc_QuestionMark", substring, 1)

I also configured it to fill the entire area of the config (can't even remember when the default config panel was made larger) by going to Config.lua and changing the 2nd row starting with "local" (line 10) into

Code:
local NUMROWS, NUMCOLS, ICONSIZE, GAP, EDGEGAP = 9, 13, 32, 8, 16
(so it creates a 9x13 grid)
Last edited by Pseudopod : 06-01-14 at 03:13 AM.
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 09:12 PM  
nullberri
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 3
Hello, There is a slight bug in the way you initialize your addon. You need to also check for

Code:
local loaded = IsAddOnLoaded("Blizzard_PetJournal")
if loaded then
   --Do initialization here
end
Otherwise if another addon loads the PetJournal before your addon is loaded you won't get the event.
Report comment to moderator  
Reply With Quote
Unread 01-02-11, 09:49 PM  
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 34
Uploads: 6
Originally posted by p3lim
Feature suggestion: make a keybinding for the macro
There are multiple other mod's for binding macros to keys (for example, BindPad: http://www.wowinterface.com/downloads/info6385) therefor a binding is not a feature I plan on adding.
Report comment to moderator  
Reply With Quote
Unread 12-31-10, 10:45 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Feature suggestion: make a keybinding for the macro
Report comment to moderator  
Reply With Quote
Unread 07-14-10, 10:38 AM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 640
Uploads: 22
This is a great idea Much better then many of the mods that just randomly pick out a mount. The fact that you can tell Valet which mounts to randomly pick from is great.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 10-24-09, 03:42 PM  
miros
A Defias Bandit
 
miros's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 83
Uploads: 7
Originally posted by Kyahx
Edit the base macro in the addon's settings, not the generated macro in your macro pane.
Fixed now, thanks xD
Last edited by miros : 10-27-09 at 05:33 PM.
Report comment to moderator  
Reply With Quote
Unread 10-24-09, 12:19 PM  
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 34
Uploads: 6
Edit the base macro in the addon's settings, not the generated macro in your macro pane.
Report comment to moderator  
Reply With Quote
Unread 10-24-09, 06:10 AM  
miros
A Defias Bandit
 
miros's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 83
Uploads: 7
This is exactly what I was looking for.
But... is there any way so that the icon doesn't show wich mount is gonna be next? I tried disabling #showtooltip, changing the #showtooltip to some fixed mount, changing the icon to a fixed one... It works, until you click the macro. Then it changes to show the next mount. Plz?
Report comment to moderator  
Reply With Quote
Unread 10-07-09, 01:10 AM  
Sano
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 29
Uploads: 4
I'm a Squire convert. Valet is much lighter weight!
Last edited by Sano : 10-07-09 at 08:35 AM.
Report comment to moderator  
Reply With Quote
Unread 10-02-09, 11:55 AM  
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 34
Uploads: 6
I have not ever heard of Squire before, but it looks like that mod still does the one thing I avoided with my own -- up keeping it's own database of mounts and trying to intelligently select the fastest mount.

Valet is much simpler in scope and only provides random mad-lib style replacement and let's blizzard's macro system handle the rest. Yes that means more initial setup on the end-users part…but it also means that it is less likely to choose something that you don't actually want.
Report comment to moderator  
Reply With Quote
Unread 10-01-09, 10:51 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Have you seen Squire? Your addon's description sounds very similar, and the screenshots of your config UI are nearly identical (Squire was also inspired by Kennel).
Report comment to moderator  
Reply With Quote
Unread 09-29-09, 07:13 AM  
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 34
Uploads: 6
To handle shapeshifting, you can edit the Macro tab and hard-code in your forms Those settings are automatically saved per character.
Report comment to moderator  
Reply With Quote
Unread 09-29-09, 05:41 AM  
mrruben5
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by fortch
also work for druid ?
I don't believe it does do shapeshifting in any way right now.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 09-29-09, 03:24 AM  
fortch
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 2
also work for druid ?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: