Download
(3MB)
Download
Updated: 03-06-16 11:02 AM
Addon for:
LootCount.
Pictures
File Info
Compatibility:
Minor patch (6.2.3)
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:03-06-16 11:02 AM
Created:unknown
Downloads:12,882
Favorites:81
MD5:
Categories:Plug-Ins & Patches, Bags, Bank, Inventory, ToolTip, Miscellaneous

DropCount  Popular! (More than 5000 hits)

Version: 2.52
by: ybe [More]

Post A Reply Comment Options
Unread 04-14-10, 01:52 PM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Originally posted by agron
Some days ago there was addon Called MobInfo2, its abandomed now and doesnt work anymore (errors). There was a BIG database with drops in it. If its possible you can transfer database from it.
The verdict is in, and I will not use MobInfo's data. There are two reasons for this. Firstly, it completely lacks location-info. Secondly, it does not support WoW's current item-classes (of the Wolf, of the Eagle, etc).
The last reason being the most important. That issue is so big that I suspect that is the reason why it was discontinued.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 05:22 AM  
Bornabe
A Flamescale Wyrmkin
 
Bornabe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 264
Uploads: 6
MiniMap Icon Show/Hide?

I absolutely LOVE this addon, VERY useful and something I couldn't have ever thought of on my own, great job! Is there a way to Hide the MiniMap Icon? Once the setting is set, not really a need for it to be showing.
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 01:04 AM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Re: MiniMap Icon Show/Hide?

Originally posted by Bornabe
I absolutely LOVE this addon, VERY useful and something I couldn't have ever thought of on my own, great job! Is there a way to Hide the MiniMap Icon? Once the setting is set, not really a need for it to be showing.
Good point... I'll see what I can do.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
Report comment to moderator  
Reply With Quote
Unread 05-20-10, 10:37 PM  
Zaurac
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Turning off database merging

I recently downloaded an update for dropcount (I changed from version 0.40 to 0.70), and I noticed that Dropcount seems to be pulling data from a large database online. Is there any way to turn this feature off; that is, to make dropcount display only the drops from mobs I have killed, and not drops from the database?
Report comment to moderator  
Reply With Quote
Unread 05-21-10, 12:03 AM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Re: Turning off database merging

Originally posted by Zaurac
I recently downloaded an update for dropcount (I changed from version 0.40 to 0.70), and I noticed that Dropcount seems to be pulling data from a large database online. Is there any way to turn this feature off; that is, to make dropcount display only the drops from mobs I have killed, and not drops from the database?
The data comes from the supplied file "localization.en.lua". This data will however only be merged once, so the rather annoying process of it will only happen that one time. When that is done, your next login will be as normal, and in most cases even faster than usual.

The simplest way to kill the supplied data is to delete everything in that file, and replace it with ths:
Code:
LootCount_DropCount_MergeData = { Version=4, } 
LootCount_DropCount_RemoveData = { Generic={}, }
However, if you already have let it run up to 100% once (so you received the merge-report at the end), deleting the contents of that file will not do anything for you at all since the merge is finished.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
Report comment to moderator  
Reply With Quote
Unread 06-20-10, 02:11 PM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
Merge ??

Everytime I log on I get the message
"There are 15702 entries to merge......"
Then
Merged: 0% (5)

This happened the first time I logged on after installing, and continues evertime.
Report comment to moderator  
Reply With Quote
Unread 06-20-10, 05:09 PM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Re: Merge ??

Originally posted by ricks322
Everytime I log on I get the message
"There are 15702 entries to merge......"
Then
Merged: 0% (5)

This happened the first time I logged on after installing, and continues evertime.
I will look into this a bit more tomorrow, as it is too late at night right now.
I did however see an ugly pitfall in the merge-code that could happen if WoW runs at an average of close to or below 20 frames per seconds most of the time. That would cause the merge-code to throttle down indefinitely.

This limitation was made to make the game playable while the merge is taking place in the background.

In which case I will need to put a limit to how far down it can run the throttle.
I will run tests for this tomorrow.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
Report comment to moderator  
Reply With Quote
Unread 06-22-10, 04:21 AM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
Ok, so I looked at the code as to where you slowed the merge down.
Made a change so it would not slow down (set it to <5).
I get to 50% and that is it, no more notices. (played for over an hour).
And when I loged in later it started back at 0% and ran till 50% again...
Report comment to moderator  
Reply With Quote
Unread 06-22-10, 11:35 AM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Originally posted by ricks322
Ok, so I looked at the code as to where you slowed the merge down.
Made a change so it would not slow down (set it to <5).
I get to 50% and that is it, no more notices. (played for over an hour).
And when I loged in later it started back at 0% and ran till 50% again...
I'm not quite sure what you meant by what you had changed, but what will be the change in the next version is after this line:
Code:
DropCount.Tracker.Merge.Burst=DropCount.Tracker.Merge.Burst/2;
This line has been added:
Code:
if (DropCount.Tracker.Merge.Burst<1/20) then DropCount.Tracker.Merge.Burst=1/20; end
1/20 is mostly derived from the fact that it will yield 1 iteration per second at 20 fps. This is very very slow, but hopefully playable at even very slow computers.
If you want to try this code, just add it in and see what happens. If you then want the merge faster at the cost of smoothness of the game, set the number to something bigger. The number is how many iterations are performed each frame, and it's only a lower limit.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
Last edited by ybe : 06-22-10 at 11:36 AM.
Report comment to moderator  
Reply With Quote
Unread 08-01-10, 01:14 AM  
gjunky
A Kobold Labourer
 
gjunky's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
I like the addon but it is too spammy.

Every time I click on a quest it says "New Neutral Quest ">quest name<" saved for - item - (>area< >coordinates<)

Is there a way to disable the chat verbose?
__________________
“The very existence of flame-throwers proves that some time, somewhere, someone said to themselves; You know, I want to set those people over there on fire, but I'm just not close enough to get the job done.” George Carlin
Report comment to moderator  
Reply With Quote
Unread 08-04-10, 03:19 AM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Originally posted by gjunky
I like the addon but it is too spammy.

Every time I click on a quest it says "New Neutral Quest ">quest name<" saved for - item - (>area< >coordinates<)

Is there a way to disable the chat verbose?
Sorry about that. That message should show up quite frequently on non-english clients. I could make a setting for that.

If you want to manually remove the message, you can find this line:
Code:
DuckLib:Chat(CONST.C_BASIC.."New "..DropCount.Target.LastFaction.." Quest "..CONST.C_GREEN.."\""..qName.."\""..CONST.C_BASIC.." saved for "..CONST.C_GREEN..qGiver);
at about line 984, and insert "--" in front of it to comment the line out.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
Report comment to moderator  
Reply With Quote
Unread 08-07-10, 11:37 PM  
gjunky
A Kobold Labourer
 
gjunky's Avatar

Forum posts: 0
File comments: 15
Uploads: 0
Originally posted by ybe
Sorry about that. That message should show up quite frequently on non-english clients. I could make a setting for that.

If you want to manually remove the message, you can find this line:
Code:
DuckLib:Chat(CONST.C_BASIC.."New "..DropCount.Target.LastFaction.." Quest "..CONST.C_GREEN.."\""..qName.."\""..CONST.C_BASIC.." saved for "..CONST.C_GREEN..qGiver);
at about line 984, and insert "--" in front of it to comment the line out.

Thanks for the reply. I guess it would be ok to be spammy if i could move all the messages to say the Combat Log.. Any help with that? Thanks
__________________
“The very existence of flame-throwers proves that some time, somewhere, someone said to themselves; You know, I want to set those people over there on fire, but I'm just not close enough to get the job done.” George Carlin
Report comment to moderator  
Reply With Quote
Unread 08-08-10, 11:52 PM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Originally posted by gjunky
Thanks for the reply. I guess it would be ok to be spammy if i could move all the messages to say the Combat Log.. Any help with that? Thanks
I have found another potential reason for the messages you are seeing, that would also show on english clients. It seems that WoW will report wrong faction for NPC's quite often. That will produce a message when that happens when a quest is being picked up.
This can be seen by the message stating "Neutral" when the NPC is in fact faction specific.
I am currently working on a fix for that.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
Report comment to moderator  
Reply With Quote
Unread 08-13-10, 12:20 PM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
In the last build v.74 the zip includes:
LootCount_PROF
LootCount_REP
LootCount_Repair
LootCount_XP

These are dated August 2009
Last edited by ricks322 : 08-13-10 at 12:23 PM.
Report comment to moderator  
Reply With Quote
Unread 08-13-10, 02:10 PM  
ybe
An Aku'mai Servant
 
ybe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 119
Uploads: 11
Originally posted by ricks322
In the last build v.74 the zip includes:
LootCount_PROF
LootCount_REP
LootCount_Repair
LootCount_XP

These are dated August 2009
I am very sorry about those. They can safely be deleted if you do not use the addon LootCount.
__________________
It doesn't matter if you win or lose.
It matter if I win or lose.
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.