You are here: Home » Interface Bars » FarmedFarmed
Virus/spyware scanned on upload
WARNING: Not been updated since the last patch
Compatible with WotLK ()
Author: lintydruid
Download size: 8.22 kB
Dependencies: None
Updated 07/12/2008 (429 days ago)
2,884 total downloads / downloads this week: 1,537 / downloads today: 63
Send PM to Lintydruid


Farmed 0.1 beta, archived on 27/01/08
Farmed 0.1 beta, archived on 28/01/08
Farmed, archived on 02/02/08
Farmed, archived on 02/02/08
Farmed, archived on 23/02/08
Farmed, archived on 29/03/08
Farmed, archived on 26/04/08
Farmed, archived on 03/12/08
Farmed, archived on 07/12/08



















Farmed

Virus/spyware scanned on upload
WARNING: Not been updated since the last patchCompatible with WotLK ()
Author: lintydruid
Download size: 8.22 kB
Dependencies: None
Updated 07/12/2008 (429 days ago)
2,884 total downloads / downloads this week: 1,537 / downloads today: 63
Send PM to LintydruidPlease log in to vote! Current rating: +7
Farmed Addon
Introduction
Ever wanted a simple summary of the ore or herbs you are farming. Fed up of having to check you bags. Well Farmed is for you!
Farmed understands the items that are typically farmed and automatically provides a categorised count of those items in you bags.. The features are:-
- Displays total money.
- Displays space left in bag for farming.
- Summarised items into key categories (ore, stone, gem, cloth, herb, leather, elemental, fish, other).
- Displays dropped item in your bag that are uncommon/rare/epic
- Displays a tool tip for all items/types
- Auto resizing window, only takes up the space it needs.
- Items are quality colour coded.
- Minimal processing means that it will only use processing power when the bags content changes.
- Fully configurable to reduce processing further by excluding sections you do not need.
- Designed with multi-lingual support in mind.
Installation instructions :- Extract files to the WOW add-on folder. When you login type "/farmed" for options.
Materials missing?
If there are any items missing, let me know in the forums and I will add them to the next release. It is also possible to manually add items to the add-on.
http://www.zulfarrak.com/
Introduction
Ever wanted a simple summary of the ore or herbs you are farming. Fed up of having to check you bags. Well Farmed is for you!
Farmed understands the items that are typically farmed and automatically provides a categorised count of those items in you bags.. The features are:-
- Displays total money.
- Displays space left in bag for farming.
- Summarised items into key categories (ore, stone, gem, cloth, herb, leather, elemental, fish, other).
- Displays dropped item in your bag that are uncommon/rare/epic
- Displays a tool tip for all items/types
- Auto resizing window, only takes up the space it needs.
- Items are quality colour coded.
- Minimal processing means that it will only use processing power when the bags content changes.
- Fully configurable to reduce processing further by excluding sections you do not need.
- Designed with multi-lingual support in mind.
Installation instructions :- Extract files to the WOW add-on folder. When you login type "/farmed" for options.
Materials missing?
If there are any items missing, let me know in the forums and I will add them to the next release. It is also possible to manually add items to the add-on.
http://www.zulfarrak.com/
Patch notes for Farmed
**Fixed File Structure Issue**
Changes this Release
1.The list of items is now dynamically generated from items in the bag, making updating faster.
2.Categories are now based on WOW categories meaning that as new items are added the add-on will automatically include them.
3.Stone has not been merged with ore to make a metal/stone category.
4.Fish is now included in a category called meat.
5.Other now looks at trade goods item types Parts, Materials and Trade Goods (the latter being a catch all for items not associated with others).
6.Added a consumables category that includes bandages, potions, food, drink, etc.
7.Added category or enchanting materials.
Planned Changes
1.GUI interface for adding custom items to summary and exclude standard items;
2.Add intelligent option that filter displays material sections based on you professions (e..g skinner would show leather, miner would show ore).
**Fixed File Structure Issue**
Changes this Release
1.The list of items is now dynamically generated from items in the bag, making updating faster.
2.Categories are now based on WOW categories meaning that as new items are added the add-on will automatically include them.
3.Stone has not been merged with ore to make a metal/stone category.
4.Fish is now included in a category called meat.
5.Other now looks at trade goods item types Parts, Materials and Trade Goods (the latter being a catch all for items not associated with others).
6.Added a consumables category that includes bandages, potions, food, drink, etc.
7.Added category or enchanting materials.
Planned Changes
1.GUI interface for adding custom items to summary and exclude standard items;
2.Add intelligent option that filter displays material sections based on you professions (e..g skinner would show leather, miner would show ore).
Farmed 0.1 beta, archived on 27/01/08
Farmed 0.1 beta, archived on 28/01/08
Farmed, archived on 02/02/08
Farmed, archived on 02/02/08
Farmed, archived on 23/02/08
Farmed, archived on 29/03/08
Farmed, archived on 26/04/08
Farmed, archived on 03/12/08
Farmed, archived on 07/12/08Comments
429 days ago
I tested out the problem and could not replicate.
It may have been the fact I messed up the file structure. :( . It has been so long since I updated it :). Thats my excuse anyways.
430 days ago
I will look into it, I use bagnon too, so should be fine.
430 days ago
It only seems to update the numbers after I open my bags and move a random item. I use bagnon as my bag add on, is that the reason for this?
679 days ago
TY, never though of looking at the tooltip :), will add and release this weekend
680 days ago
Filtering Soulbound items - in Farmed.lua, add the following lines after line 301:
FarmedScanningTooltip:ClearLines();
FarmedScanningTooltip:SetBagItem(n,f);
if ((FarmedScanningTooltipTextLeft2:GetText() ~= "Soulbound") and (FarmedScanningTooltipTextLeft2:GetText() ~= "Quest Item")) then
Then the following line after line 319 (line 319 *after* the lines above were added):
end
Then in Farmed.xml, add the following lines after the </Frame> and before the </Ui> at the end of the file:
<GameTooltip name="FarmedScanningTooltip" inherits="GameTooltipTemplate">
<Scripts>
<Onload>
this:SetOwner(UIParent, "ANCHOR_NONE");
</Onload>
</Scripts>
</GameTooltip>
Soulbound and Quest items will now no longer appear in the list. Sorry for the spammage but I can't send you via PM on these boards.
682 days ago
Sry, been busy for a few weeks and will release and update as soon as i have fixed the bug. Still trying to find a method of filtering soul bound items:(
686 days ago
I'm still getting the same error with WoW 2.4:
[2008/03/25 21:17:57-659-x1]: Farmed\farmed.lua:333: attempt to index global 'armedOptions_fish' (a nil value)
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>
703 days ago
The code I placed in here was correct for over a day, now it's been changed with the ascII equiv's. Anyhow...
Thanks Jaim for the info about FarmIt. I'll give that a try; hopefully this author will check back soon and fix this error. I don't know if anything is broken or not, all I know is it bugs me to have bugs reported by BugSack. I sometimes pride myself on having a full setup without any errors at all.
MOST of the time I do get the display error where the last item listed in window sits on bottom border of frame, sometimes it doesn't, but again...MOSTLY it does. Not sure what the pattern is though that causes it to happen.
703 days ago
I also have been using Farmed for a few weeks. I was using FarmIt http://wowui.worldofwar.net/?p=mod&m=6154
There are things I like about both AddOns, but I am starting to lean toward Farmed.
I have been getting the same error as azmak, every time I log in to WoW. I haven't taken time to see what, if anything, is not working because of the error.
704 days ago
I have had this mod for a couple weeks now and I get this error all the time in Bugsack:
&lt;code&gt;
[2008/03/07 23:24:09-975-x1]: Farmed\farmed.lua:333: attempt to index global 'armedOptions_fish' (a nil value)
&lt;string&gt;:"*:OnEvent":1: in function &lt;[string "*:OnEvent"]:1&gt;
&lt;/code&gt;
Any chance you can look into this please?
Thanks
PS: The window frame for Farmed seems to be a couple of lines/pixels too short. No matter how many items are listed, the very last item listed is always sitting on the bottom border of the window.
716 days ago
Possible to add an option to ignore Soulbound items? I really don't need to know that I've got my Red Hawkstrider in my bags. lol
Still a simple and fantastically useful mod.
Hoji.
737 days ago
TY for the info. :-)
738 days ago
I'm running this install on a Mac. Maybe different handling (or not) of assertions depending on platform? /shrug Who knows and who cares?
It works! =)
Hoji.
738 days ago
Thanks hojiman for the feedback and debugging. Not sure why it only occurs on some copies of WoW. Repackaged with tag removed.
Duus, will look at providing a button to show/hide on Fubar.
738 days ago
Great job with the new config window.
btw. is it possible to add FuBar support?
738 days ago
Love the older version but have a serious error with the newest one: the Addon initializes properly and is displayed normally in the listing/configuration page on the char select screen.
However, attempting to enter the game with the mod enabled crashes the entire game client. Removing the Farmed folder and/or disabling the MOD prevents this behavior. The error generated is a failed Assert() when referencing a File operation.
[Earlier t/s details removed]
UPDATED: I've been compare/contrasting the XML files to the previous version and I tracked down the bogus line. LINE 115 of Farmed.xml is the <SimpleHTML> start-tag and one of the parameters in the new version reads file=" " which, once I thought to SEARCH for the word FILE, was immediately a visible problem. I replaced that entire line with the one from the Jan 28th version (no mention of file="" instead has hidden="false" ) and it not only eliminated the crash bug but the mod works perfectly now. w00t
Big "Gee-Whiz" award to Blizzard for allowing a null string parameter in an XML file to dump-crash their entire client. Way to go, Blue. /golfclap
Nice mod, Linty. Thanks for the effort. =)
Hoji.
740 days ago
It's one on the functions that needs adding to the options. will hopefully be in next release.
743 days ago
Make the addon window remember if i have hidden it so if i click the close button and then relog it wont show up again
743 days ago
Fixed missing folder structure, thanks for the feedback. Will add to to do list.
744 days ago
Excellent AddOn. Most outstanding. Already loving it.
If you could add a money display and the ability to also track what's in your bank and on your alt's, and even add a config UI (maybe with a keybinding), this would be one of the best mods of the year. Without a doubt.
Oh yeah. And a .zip file without a folder inside. Never a good idea.
Advertisement
Latest Updates
| Mod Name | Updated | |
| Sell-O-Matic (Inventory/Item) | 2 hours ago | ![]() |
| GTFO 2.0.2 (Combat Assist) | 9 hours ago | ![]() |
| Shinies! (Info Tracking) | 13 hours ago | ![]() |
| ArenaDB v1.5.6 (Info Tracking) | yesterday | ![]() |
| Titan Panel [Microbutt... (Titan Mods) | 3 days ago | ![]() |
| PassLoot r106 (Inventory/Item) | 3 days ago | ![]() |
| MacroBank r49 (Interface Additions) | 3 days ago | ![]() |
| Baud Bag (Inventory/Item) [NEW!] | 5 days ago | ![]() |
| DBCS_Model_Viewer (Interface Additions) | 5 days ago | ![]() |
| CorpseInfoRedux (Beta ... (Info Tracking) [NEW!] | 5 days ago | ![]() |
| Titan Panel [Recount] (Titan Mods) | 5 days ago | ![]() |
| Titan Panel [MinimapCo... (Titan Mods) | 5 days ago | ![]() |
| Titan Panel [Info] (Titan Mods) | 5 days ago | ![]() |
| Geesha's DropWorld (Info Tracking) | 6 days ago | ![]() |
| HealBot Continued (Interface Additions) | 7 days ago | ![]() |
| Mod Name | Updated | |
| Fishing Buddy EBA v0.9... (Collections/Packs) | 9 days ago | ![]() |
| MaelosUI v3 (Widescree... (Collections/Packs) | 56 days ago | ![]() |
| aXieUI - v3.3 (Collections/Packs) | 59 days ago | ![]() |
| DWM XUPanels - Pipes U... (Collections/Packs) | 84 days ago | ![]() |
| DWM WotLK UI (Collections/Packs) | 84 days ago | ![]() |
| DWM Turok2 UI (Collections/Packs) | 84 days ago | ![]() |
| DWM Pack- including Wo... (Collections/Packs) | 84 days ago | ![]() |
| DWM Blood Rayne UI (Collections/Packs) | 84 days ago | ![]() |
| DWM ACPanels - Pipes 2... (Collections/Packs) | 84 days ago | ![]() |
| LindoUI v3.0 (Collections/Packs) | 112 days ago | ![]() |
| Mike's Compilation Lit... (Collections/Packs) | 121 days ago | ![]() |
| Mike's Compilation v11... (Collections/Packs) | 121 days ago | ![]() |
| LaveUI 3.03 (Collections/Packs) | 131 days ago | ![]() |
| Vulcan UI (v6.2) (Collections/Packs) | 180 days ago | ![]() |
| Penguin Pak 3.2.0 Beta (Collections/Packs) | 181 days ago | ![]() |


