Download
(15Kb)
Download
Updated: 03-02-10 10:09 PM
Pictures
File Info
Updated:03-02-10 10:09 PM
Created:03-02-10 10:09 PM
Downloads:7,078
Favorites:39
MD5:

FarmIt 2  Popular! (More than 5000 hits)

Version: 2.0
by: mornaistar [More]

Information:
This is an updated version of FarmIt by CHiLLZ


Changelog:

  • TOC updated to last patch
  • Increased the slots to 30

Feedback is welcome! =)

Changelog:
  • TOC updated to last patch
  • Increased the slots to 30
Optional Files (0)


Post A Reply Comment Options
Unread 07-31-19, 11:37 AM  
TheSickness747
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: I still use this, but...

Originally Posted by Machinelf
It still does what it does, but...
I consistently get on lua error
10x Couldn't find inherited node: ItemButtonTemplate

Putting this here in case anyone cares.
Due to the changes in 8.1.5 on how the item button template works, instead of being a virtual button that is inherited it is now a new widget type that can be created directly.
You can edit the following file in order to get rid of the error:

filename: FarmIt2\FarmIt2_Button.xml , on line: 7
OLD:
7: <Frame name="FI_TPL_Button" inherits="ItemButtonTemplate, SecureActionButtonTemplate" virtual="true">
NEW:
7: <Frame name="FI_TPL_Button" virtual="true">

Reload the game after this and the error should not trigger anymore.
Report comment to moderator  
Reply With Quote
Unread 07-25-19, 04:58 AM  
Machinelf
A Murloc Raider

Forum posts: 4
File comments: 23
Uploads: 0
I still use this, but...

It still does what it does, but...
I consistently get on lua error
10x Couldn't find inherited node: ItemButtonTemplate

Putting this here in case anyone cares.
Report comment to moderator  
Reply With Quote
Unread 12-14-10, 01:47 PM  
CHiLLZ
A Kobold Labourer
 
CHiLLZ's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 2
Hey folks, original author here. Just thought I'd post an FYI...
The official release of FarmIt 2.0 is available for download at:

* The official FarmIt webpage on Curse.com (preferred)

* Here on WoW Interface

Please post feedback or trouble tickets on Curse, I do not check this site often enough to respond to comments and bugs in a timely manner. Thanks!
__________________
Author of the FarmIt item tracking addon.
Report comment to moderator  
Reply With Quote
Unread 11-28-10, 03:25 AM  
bcheese
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi Guys,

I agree that it is disappointing that no one has updated this or the original Farmit addon to work with 4.0. As such I have hacked the original to make it work under 4.0.3a and have it available for download at here. I have not managed to get approval from the original author however based on past contact with him I would suggest that this is now abandonware. If the original author decides to fix the addon and would like my copy removed I will comply.

The changes I made to the code are not perfect as there are still some issues with it. Please PM me here if you find any serious problems and I will do my best to fix them.

Cheers,
Dalastus on Caelestrasz
Last edited by bcheese : 11-28-10 at 03:27 AM.
Report comment to moderator  
Reply With Quote
Unread 11-22-10, 01:12 PM  
moonmaker
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
farmit 2

Originally posted by mornaistar
oops my bad =D


Fixed

I have an absolute question, is or will farmit be fixxed . at the moment it doesn't show up on my screen when I log into the game . will it work for 4.0.3 cataclysm sometime soon maybe ? ... I would really be happy if it was fixxed soon and you would be my hero ...
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 02:52 PM  
WoWEyE
A Defias Bandit

Forum posts: 2
File comments: 35
Uploads: 0
hmm I take it that this nor FarmIt on Curse is being maintained anymore. Seems to be no indications either way. Im a sad puppy
Report comment to moderator  
Reply With Quote
Unread 04-04-10, 10:37 PM  
azguz
A Murloc Raider

Forum posts: 8
File comments: 66
Uploads: 0
Thank you. This is exactly what I have been trying to find.

The only suggestion I would have is the ability to move it to the very top of the screen.
Report comment to moderator  
Reply With Quote
Unread 03-13-10, 12:47 PM  
phi76abc
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
Thanks for updating this!
Report comment to moderator  
Reply With Quote
Unread 03-08-10, 12:31 AM  
Antithought
A Defias Bandit
 
Antithought's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
Thumbs up Yay

Originally posted by mornaistar
oops my bad =D


Fixed
It's all good
Anyway, thanks again for updating this!
__________________
Any thought that is passed on to the subconscious often enough and convincingly enough is finally accepted. -Robert Collier
Peace
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 11:39 PM  
mornaistar
A Deviate Faerie Dragon
 
mornaistar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 49
Uploads: 2
oops my bad =D


Fixed
Last edited by mornaistar : 03-07-10 at 11:40 PM.
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 11:37 PM  
Antithought
A Defias Bandit
 
Antithought's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
I see

Originally posted by mornaistar
Hide the +- symbols
Code:
/script FI_B1_Plus:Hide() 
/script FI_B1_Plus:Minus()
Hide the Anchor


to make them visible again , replace Hide with Show
Ah, thanks so much!
And for the second one,
Code:
/script FI_B1_Plus:Minus()
Should be
Code:
/script FI_B1_Minus:Hide
__________________
Any thought that is passed on to the subconscious often enough and convincingly enough is finally accepted. -Robert Collier
Peace
Last edited by Antithought : 03-07-10 at 11:43 PM.
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 09:23 PM  
mornaistar
A Deviate Faerie Dragon
 
mornaistar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 49
Uploads: 2
Hide the +- symbols
Code:
/script FI_B1_Plus:Hide() 
/script FI_B1_Minus:Hide()
Hide the Anchor
/script FI_B1_Anchor:Hide()
to make them visible again , replace Hide with Show
Last edited by mornaistar : 03-07-10 at 11:39 PM.
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 08:00 PM  
Antithought
A Defias Bandit
 
Antithought's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
Post Not the entire AddOn.

Originally posted by mornaistar
you can use:

Code:
/farmit hide
/farmit show
that will work
Nah bro.
That hides the entire addon. I'm talking about the FarmIt label and the add or remove slots box/buttons.
__________________
Any thought that is passed on to the subconscious often enough and convincingly enough is finally accepted. -Robert Collier
Peace
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 07:24 PM  
mornaistar
A Deviate Faerie Dragon
 
mornaistar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 49
Uploads: 2
you can use:

Code:
/farmit hide
/farmit show
that will work
Report comment to moderator  
Reply With Quote
Unread 03-07-10, 06:42 PM  
Antithought
A Defias Bandit
 
Antithought's Avatar

Forum posts: 2
File comments: 8
Uploads: 0
FarmIt Label

Hello, thanks so much for updating it.
But, I was wondering if there was anyway to hide the FarmIt text box and "+" and "-" buttons. Thanks in advance!
__________________
Any thought that is passed on to the subconscious often enough and convincingly enough is finally accepted. -Robert Collier
Peace
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: