Download
(2Kb)
Download
Updated: 10-14-12 07:59 AM
Pictures
File Info
Updated:10-14-12 07:59 AM
Created:09-08-12 01:39 PM
Downloads:3,156
Favorites:39
MD5:

Collie

Version: 50001.4-Release
by: p3lim [More]

This addon is discontinued.

Description:
When Blizzard implemented the account-wide mounts and companions they introduced a new window for both types.
However, as they implemented a search and filter function for the companions, they didn't for the mounts.
This addon makes up for that, and makes a search and filter for the mounts.


Features:
- Search mounts by name
- Filter the mounts by ground, flying, combined or swimming

Changes in 50001.4-Release
  • Properly filter flag 23 and spew errors for everything else
  • Some tweaks to update and checks
Changes in 50001.3-Release
  • Take into account for mounts that has weird flags that is not accounted for
Changes in 50001.2-Release
  • Some fixes to low-level characters
Changes in 50001.1-Release
  • Update the list when we learn a new mount
  • Add a filter system and move the search button to match pets
  • Rework to use LoadWith
  • Majik!
Post A Reply Comment Options
Unread 09-08-12, 05:48 PM  
sakurakira
A Chromatic Dragonspawn
 
sakurakira's Avatar
AddOn Author - Click to view AddOns

Forum posts: 151
File comments: 60
Uploads: 5
Works wonderfully. Thanks again!
__________________
Arise, my champion!
Report comment to moderator  
Reply With Quote
Unread 09-09-12, 03:43 AM  
Ruikia
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Collie sugestions

Hey i love the addon is there anyway to add the option to make a Blizzard pet store option or a favoirtes list?
Report comment to moderator  
Reply With Quote
Unread 09-20-12, 11:06 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Characters < lvl 20 get an Lua error.
Line 59 atempt to call method SetText (a nil value)

I checked.
Normally you use
Code:
MountJournal.MountCount.Count:SetText(total)
On line 59 you do
Code:
MountJournal.MountCount:SetText(0)
Should be
Code:
MountJournal.MountCount.Count:SetText(0)
I guess.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 09-20-12, 12:30 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally Posted by zork
Characters < lvl 20 get an Lua error.
Line 59 atempt to call method SetText (a nil value)

I checked.
Normally you use
Code:
MountJournal.MountCount.Count:SetText(total)
On line 59 you do
Code:
MountJournal.MountCount:SetText(0)
Should be
Code:
MountJournal.MountCount.Count:SetText(0)
I guess.
Nice catch, I ended up doing more work for low-level characters:
https://github.com/p3lim/Collie/comm...6f50bc94418bf2
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 01:36 PM  
Miliart
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
About new mount can't be search

http://www.wowhead.com/item=89363

Disc of the Red Flying Cloud can't show on my mount list when I use this addon.

When I close it, I can find it in my mount list.
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 05:21 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: About new mount can't be search

Originally Posted by Miliart
http://www.wowhead.com/item=89363

Disc of the Red Flying Cloud can't show on my mount list when I use this addon.

When I close it, I can find it in my mount list.
I noticed the same, that mount has attributes I didn't know existed, so I have to do something for it to work.
Expect an update coming soon.
Report comment to moderator  
Reply With Quote
Unread 09-30-12, 12:00 PM  
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 110
Uploads: 1
The recent update removes all of my mounts. I am left with the 3D image of my seahorse, but nothing I can search for.
50001.2 does not exhibit this behaviour (i.e., works as expected.)
__________________
Theondry of Perenolde
Report comment to moderator  
Reply With Quote
Unread 10-01-12, 05:29 PM  
F1NCH
A Kobold Labourer
 
F1NCH's Avatar

Forum posts: 0
File comments: 49
Uploads: 0
Re: About new mount can't be search

Originally Posted by Miliart
http://www.wowhead.com/item=89363

Disc of the Red Flying Cloud can't show on my mount list when I use this addon.

When I close it, I can find it in my mount list.
I have the same problem. but you can use the mount with a makro.
/use red flying cloud
__________________
Zum Lügen gehören immer 2, einer der lügt und einer der's glaubt!
Report comment to moderator  
Reply With Quote
Unread 10-01-12, 08:18 PM  
nomadbr
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Bug when enter in game

Date: 2012-10-01 23:16:40
ID: 4
Error occured in: Global
Count: 9
Message: ..\AddOns\Collie\Collie.lua line 74:
attempt to index local 'name' (a nil value)
Debug:
Collie\Collie.lua:74: MountJournal_UpdateMountList()
...e\AddOns\Blizzard_PetJournal\Blizzard_PetJournal.lua:1659:
...e\AddOns\Blizzard_PetJournal\Blizzard_PetJournal.lua:1657
[C]: ?
Locals:
scroll = MountJournalListScrollFrame {
0 = <userdata>
buttons = <table> {
}
scrollChild = MountJournalListScrollFrameScrollChild {
}
scrollUp = MountJournalListScrollFrameScrollBarScrollUpButton {
}
scrollDown = MountJournalListScrollFrameScrollBarScrollDownButton {
}
scrollBar = MountJournalListScrollFrameScrollBar {
}
offset = 0
buttonHeight = 46
update = <function> defined @Interface\AddOns\Collie\Collie.lua:54
}
offset = 0
total = 118
lowbie = false
(for index) = 1
(for limit) = 118
(for step) = 1
index = 1
id = 6075
name = nil
spell = 8395
icon = "Interface\Icons\Ability_Mount_Raptor"
active = nil
flag = 29
(*temporary) = "Interface\Icons\Ability_Mount_Raptor"
(*temporary) = nil
(*temporary) = 29
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'name' (a nil value)"
filterTable = <table> {
}
filter = ""
filterFlags = <table> {
combined = true
flying = true
unknown = true
ground = true
swimming = true
}
mounts = <table> {
}
Report comment to moderator  
Reply With Quote
Unread 10-02-12, 12:24 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: Re: About new mount can't be search

Originally Posted by F1NCH
Originally Posted by Miliart
http://www.wowhead.com/item=89363

Disc of the Red Flying Cloud can't show on my mount list when I use this addon.

When I close it, I can find it in my mount list.
I have the same problem. but you can use the mount with a makro.
/use red flying cloud
This has already been fixed, update your version.
Report comment to moderator  
Reply With Quote
Unread 10-02-12, 12:26 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Originally Posted by Theondry
The recent update removes all of my mounts. I am left with the 3D image of my seahorse, but nothing I can search for.
50001.2 does not exhibit this behaviour (i.e., works as expected.)
Would you mind testing out the version I have up on github?
https://github.com/p3lim/Collie/zipball/master
(keep in mind the folder has the wrong name, just rename to "Collie")
Report comment to moderator  
Reply With Quote
Unread 10-02-12, 12:27 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: Bug when enter in game

Originally Posted by nomadbr
Date: 2012-10-01 23:16:40
ID: 4
Error occured in: Global
Count: 9
Message: ..\AddOns\Collie\Collie.lua line 74:
attempt to index local 'name' (a nil value)
Debug:
Collie\Collie.lua:74: MountJournal_UpdateMountList()
...e\AddOns\Blizzard_PetJournal\Blizzard_PetJournal.lua:1659:
...e\AddOns\Blizzard_PetJournal\Blizzard_PetJournal.lua:1657
[C]: ?
Locals:
What locale are you playing on? Also, were you using the latest version? (50001.3-Release)
Report comment to moderator  
Reply With Quote
Unread 10-02-12, 02:43 PM  
F1NCH
A Kobold Labourer
 
F1NCH's Avatar

Forum posts: 0
File comments: 49
Uploads: 0
Re: Re: Re: About new mount can't be search

Originally Posted by p3lim
Originally Posted by F1NCH
Originally Posted by Miliart
http://www.wowhead.com/item=89363

Disc of the Red Flying Cloud can't show on my mount list when I use this addon.

When I close it, I can find it in my mount list.
I have the same problem. but you can use the mount with a makro.
/use red flying cloud
This has already been fixed, update your version.
Ok, sry^^
__________________
Zum Lügen gehören immer 2, einer der lügt und einer der's glaubt!
Report comment to moderator  
Reply With Quote
Unread 10-03-12, 07:43 AM  
nomadbr
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
The first time it worked, the second time loguei all mounts are gone, I had to disable your addon.

I take p / suggest opening the translation ... when working.
Report comment to moderator  
Reply With Quote
Unread 10-03-12, 04:59 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Hmm...I have no mounts aswell. I do not have the cloud mount. I'm 90. No mounts in the list. No Lua error as far as I can tell.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: