Download
(82Kb)
Download
Updated: 05-19-09 03:56 PM
Pictures
File Info
Updated:05-19-09 03:56 PM
Created:unknown
Downloads:249,570
Favorites:942
MD5:

SellFish  Popular! (More than 5000 hits)

Version: 2.1.10
by: Tuller [More]

SellFish has become integrated into the game as of World of Warcraft v3.2.0, and I'm now discontinuing the addon. Thank you for the support!

SellFish is a lightweight addon for displaying sell value data for items, originally based on ColaLight. The addon includes sell values for the vast majority of items by default, and will automatically update prices whenever you visit a vendor.

Commands: (All start with /sf or /sellfish)

  • /sf ? - displays help messages
  • /sf reset - resets the item database
  • /sf style - cycles between graphical and text displays for sell value

2.1.10
* Updated localization

2.1.9
* Updated ItemPrice

2.1.8
* Updated ItemPrice(if it was updated0
* Bumped TOC for 3.1

2.1.7
* Updated ItemPrice

2.1.6
* Updated ItemPrice

2.1.5b
* Corrected zip

2.1.5
* Updated ItemPrice

2.1.4
* Updated ItemPrice
* Fixed a bug preventing sellfish's new sell value cache from being cleared when updating item price



2.1.4
* Updated ItemPrice
* Fixed a bug preventing sellfish's new sell value cache from being cleared when updating item price

2.1.3 (11/24)
* Updated ItemPrice

2.1.3 (08-11-18)
* Updated ItemPrice

2.1.3
* Updated ItemPrice
* Fixed a bug with hooking mail items

2.1.2
* Updated ItemPrice
* Added Guildbank support

2.1.1
* Updated ItemPrice
* Made compatible with WoW 3.0

2.0.8
* Updated ItemPrice
* Fixed a bug with querying cached item (hopefully really this time)

2.0.7
* Updated ItemPrice
* Fixed a bug with cached item queries

2.0.6
* Updated for 2.4
Optional Files (0)


Post A Reply Comment Options
Unread 11-16-08, 06:46 PM  
gothic251
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Tuller, I thank you for your wok on this.
Is there any way you can make it so your addon can import prices from other libraries like LootValue does?
Report comment to moderator  
Reply With Quote
Unread 11-17-08, 01:50 AM  
beserk1
A Kobold Labourer

Forum posts: 0
File comments: 28
Uploads: 0
is it possible to add item level to the tooltip?
Report comment to moderator  
Reply With Quote
Unread 11-17-08, 05:35 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Originally posted by beserk1
is it possible to add item level to the tooltip?
No, that's out of the scope of a sell value addon.

Is there any way you can make it so your addon can import prices from other libraries like LootValue does?
I did a long time ago, and if I need to resort to using my own database again, will again.
Report comment to moderator  
Reply With Quote
Unread 11-17-08, 07:02 PM  
gothic251
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
To be honest, I think it would be highly advantageous to you to do it again. There is now a 100% complete item price library called EWOlsenGetSellValue library, which the author continues to maintain. True, it isn't compressed like ItemPrice1.1 is, but honestly, I think we all have 1mg of memory to spare. Also, with the loss of Bam from the addon scene, no one i maintaining the ItemPrice1.1 Library.
Looking at Cirk's code, it doesn't look too impossibly difficult.
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 07:15 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Originally posted by gothic251
To be honest, I think it would be highly advantageous to you to do it again. There is now a 100% complete item price library called EWOlsenGetSellValue library, which the author continues to maintain. True, it isn't compressed like ItemPrice1.1 is, but honestly, I think we all have 1mg of memory to spare. Also, with the loss of Bam from the addon scene, no one i maintaining the ItemPrice1.1 Library.
Looking at Cirk's code, it doesn't look too impossibly difficult.
Poke around the SellFish saved variables file. It should be obvious what to replace in there to get it up and running with fresh data.

ArrowMaster seems to be taking up the task of updating itemprice, via writing an importer based off off his local itemcache.wdb.

A final solution will happen whenever I get around to writing an armory scraper (again).
Last edited by Tuller : 11-18-08 at 07:16 AM.
Report comment to moderator  
Reply With Quote
Unread 11-20-08, 06:44 PM  
chepeme
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Every time I use a macro using the /select addon ( http://www.wowinterface.com/download...07-Select.html ) i get the following error:

[2008/11/21 00:33:37-131-x1]: SellFish-2.1.3\tooltips.lua:95: attempt to perform arithmetic on a string value
SellFish-2.1.3\tooltips.lua:198: in function <Interface\AddOns\SellFish\tooltips.lua:195>
<in C code>: in function `?'
Select\Select.lua:230: in function `OnTooltip'
Select\Select.lua:254: in function <Interface\AddOns\Select\Select.lua:254>
Normally it happens on Quest items (/select tooltip:Quest Item) or Conjured Items (/select tooltip:Conjured)

Regards
Report comment to moderator  
Reply With Quote
Unread 11-24-08, 06:33 PM  
Zidomo
A Cliff Giant
 
Zidomo's Avatar

Forum posts: 76
File comments: 1046
Uploads: 0
Originally posted by Tuller
ArrowMaster seems to be taking up the task of updating itemprice, via writing an importer based off off his local itemcache.wdb.

A final solution will happen whenever I get around to writing an armory scraper (again).
Yep. For the poster saying "I think we all have 1 MB to spare"; well, no, we all don't. Some people run WOW in 1GB of RAM or less. It all adds up. There is not really a good reason for a library/mod taking up excess memory when the possibility exists to compress/streamline the data being used. Other than not wanting to spend time on it. EWOlson's reason for not compressing the library was (he told me): "I wrote this so the database could be easily changed by the end user. So I have no interest in compressing the database."

Well, no, libraries & end users are mutually exclusive. Its not the job of a user to modify a library, no matter what library it is. The mod portion of that EWOlsonGetSellValue mod could have a function added to record new vendor prices seen, as Sellfish does. Or the user could add them to the mod's saved variables, etc.. Libraries are universally considered to be things the end user has no need to think about.

The ItemPrice-1.1 library is currently being updated here by Arrowmaster, as noted. And which SellFish is now including. Look forward to seeing your next implementation of a item price database, Tuller, if you have plans to .
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 07:09 PM  
WitchKing
A Kobold Labourer
 
WitchKing's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Version 2.1.5

Seems to be a problem with the ZIP file for the latest version (2.1.5). I get an error on both the version uploaded here and the one uploaded on Curse when I attempt to extract the file.

I don't have any problems at all with version 2.1.4 extraction.
Last edited by WitchKing : 12-19-08 at 07:10 PM.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 09:52 PM  
tobarstep
A Kobold Labourer

Forum posts: 1
File comments: 25
Uploads: 0
Re: Version 2.1.5

Originally posted by WitchKing
Seems to be a problem with the ZIP file for the latest version (2.1.5). I get an error on both the version uploaded here and the one uploaded on Curse when I attempt to extract the file.

I don't have any problems at all with version 2.1.4 extraction.
Ditto. Was getting an I/O error when trying to update through Wowiupdater. Tried to download and install manually and can't open the zip.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 09:53 PM  
Cyn325
A Theradrim Guardian
 
Cyn325's Avatar

Forum posts: 65
File comments: 31
Uploads: 0
I'm having a bit of a problem too. Don't know if it's the same problem or not though. It is wanting a password to overwrite the existing files. Why would it need a password to overwrite the old files? Is the problem with the old one or the new one? Should I just remove the old before installing the new? Or is there something wrong?
Report comment to moderator  
Reply With Quote
Unread 12-20-08, 10:33 AM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
I think I accidentally used some sort of crazy compression, the new download should have the issue fixed.
Report comment to moderator  
Reply With Quote
Unread 12-28-08, 09:41 AM  
Veev
A Deviate Faerie Dragon
 
Veev's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 83
Uploads: 5
Thanks for the nice mod. Is there any chance of getting an option to display only on quest reward tooltips, or only when a quest window is active?
Last edited by Veev : 01-11-09 at 05:02 AM.
Report comment to moderator  
Reply With Quote
Unread 02-08-09, 08:12 PM  
Tuller
A Warpwood Thunder Caller
 
Tuller's Avatar
AddOn Author - Click to view AddOns

Forum posts: 91
File comments: 1740
Uploads: 17
Originally posted by Veev
Thanks for the nice mod. Is there any chance of getting an option to display only on quest reward tooltips, or only when a quest window is active?
Probably not, unless someone codes it for me
Report comment to moderator  
Reply With Quote
Unread 02-23-09, 11:41 AM  
friiar
A Defias Bandit

Forum posts: 3
File comments: 3
Uploads: 0
icecrown quest rewards not listing prices

over the weekend i finished up the last quests in ice crown. i started noticing some if not all rewards from these quests did not have vendor prices listed. every thing else looks covered in the early ice crown quests

signed
Happy user
Report comment to moderator  
Reply With Quote
Unread 03-25-09, 08:05 AM  
Banur
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 137
Uploads: 5
Slash options doesn't work in German version because /sf is /bg.

Added
Code:
else SLASH_SellFishCOMMAND2 = '/sellfish'
to
Code:
SLASH_SellFishCOMMAND1 = '/sellfish'
if GetLocale() ~= 'deDE' then
SLASH_SellFishCOMMAND2 = '/sf'
end
works now.
Thanks for this great addon.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: