| Updated: | 10-14-08 09:31 AM |
| Created: | unknown |
| Downloads: | 1,851 |
| Favorites: | 6 |
| MD5: |
). Configuration can also be done in WoW's Interface->Addons tab.
![]() |
Comment Options |
|
|
|
|
A Cobalt Mageweaver
Forum posts: 208
File comments: 369
Uploads: 0
|
Just wanna say before it's too late for this mod...thank you LordFarlander for this mod and ALL the mods you keep up-to-date.Your mods have helped us pet lovers out a lot....thanks!
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 85
Uploads: 0
|
I am sure I will try to continue collecting them, for I just stopped having new minipets because I went out of bag/bank spaces to waste on them... I want them *all*! ![]() ![]() ![]() |
|
|
|
|
|
||
I'm expanding the Favorites options in both of those addons to add in something like Stables "Never Swap", so that you have more control over how often pets/mounts will be randomly picked since, if you're like me, you'll suddenly have 70 minipets and mounts to pick from all the time lolStill waiting for my beta invite to test it ![]() |
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 85
Uploads: 0
|
![]() I love to have all my pets with me (from WotLK on, when they do not occupy bagspace of course)... and to use them at random is absolutely the way they should be summoned! Thank you!! ![]() |
|
|
|
|
|
||
I'm already working on getting the WotLK ready.
Last edited by LordFarlander : 07-31-08 at 09:02 AM.
|
||
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 85
Uploads: 0
|
http://www.wowinsider.com/2008/07/22...pace-in-wrath/ But maybe "Stable" could become a "cast pet/mount at random" addon? |
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 85
Uploads: 0
|
Does WotLK swap them by itself? LOL! |
|
|
|
|
|
||
http://www.wowhead.com/?items=15.2&f...82;crs=1;crv=0 If you have any of those, well screw you :P See now, the wonderful thing about git is that you can clone the repo and make changes without ever having to contact me. Then you can send a patch back :P As for learning Ace2, why the hell didn't you learn Ace3? There's really no reason to use Ace2 anymore. As for views on embed libs, I doubt our views do differ, I've had a hand in Ace for a long time remember. I just think you should only be embedding the things you NEED and that have a high probability of being used in another addon. Much of Ace2 fails the need test, and creating your item DB as a lib fails the second test... or at least it does when one doesn't know you have plans to use it elsewhere. Use PT for that or just hardcode the items you need into the addon proper, like I do in Kennel. Seriously, ditch Ace2, learn Ace3. My complaints aren't about the addon "proper" just all them bloaty icky libs. Your DB lib can use some heavy optimization... there's a reason I wrote PT in the first place... Oh and for the love of god use AddonLoader to load the addon when the player visits the bank. It's stupid to load on login if the player has AddonLoader (which they really REALLY should).
Last edited by Tekkub : 05-21-08 at 12:15 PM.
|
||
|
|
|
|
||
I use several of your addons and respect your programming.Yes, and I noticed after you had posted this that Kennel was updated here Friday . Why I started this project, however, was because after 2.4 it didn't appear Kennel was being updated (and I did check your GoogleCode page, maybe I just missed it) and I needed support for the new minipets, and it turned into a lesson on using Ace2 and then I added mounts as I started to collect those . I admit I've been working in it longer than it probably should have taken LOL.That is a good point about PeriodicTable. I kind of rushed this one out (bad of me I know), I made the database easy for me to add to. The past couple of days I have been unable to test a new version that makes use of PeriodicTable for it's database loading (not PT's databases as of yet as they are not organized to my liking) as well as add more fine tuning of what is swapped (That is, you can tell it to not swap Fast ground mounts but still swap Very Fast) due to my computer's power supply then hard drive failing... And your opinion about the "clutter" is noted however we have differing views on embedded libraries. I have two other addons getting ready to be released once I can test the changes to the pet and mount database changes, and being able to reuse code between them simply is nice for me. I admit that the large number of embedded libraries I have in my Interface folder can get annoying, that is the nature of such. Thank you for your input. ![]() |
||
|
|
|
|
|
|
Well being that my name is being thrown around, I guess I gotta look at this and post.
So, well hrm... first off I will note that Kennel is still around, and was in fact ported AWAY from Ace2 over a year and a half ago. Second, I'm disappointed that PeriodicTable is not being used. You lose the boost it gives during load time... which you force upon the user at login because no LoD-ness is used at all. The addition of mounts is nice, yes... but the rest of it is just clutter, I'm sorry. Kennel is just over 100 lines of code in it's entirety. While this addon's core is roughly the same size, it's also embedding 8 libraries... |
|
|
|
![]() |