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,079
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 03-02-10, 10:50 PM  
mornaistar
A Deviate Faerie Dragon
 
mornaistar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 49
Uploads: 2
Let me know if it's working!
Report comment to moderator  
Reply With Quote
Unread 03-02-10, 11:37 PM  
Vohlf
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 2
Thanks so much for updating this! I'll post any bugs if I find any ^^
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 07:53 AM  
Bladenfist
A Deviate Faerie Dragon
 
Bladenfist's Avatar

Forum posts: 15
File comments: 5
Uploads: 0
Holy Moly Thank you 1 of 2 of my all time favorite mods, that were dead/dying.
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 11:52 AM  
winarski80
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
??

how do i track badges and jc tokens?
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 03-03-10, 09:25 PM  
help137
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 31
File comments: 120
Uploads: 16
Re: ??

I'll second that question. The screenshots seem to indicate that it's possible, but I cannot drag badges or emblems over to the farmit icons.

-A

Originally posted by winarski80
how do i track badges and jc tokens?
Report comment to moderator  
Reply With Quote
Unread 03-03-10, 10:46 PM  
mornaistar
A Deviate Faerie Dragon
 
mornaistar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 49
Uploads: 2
while i'm not 100% sure, i believe since tokens got to the currency page instead of normal bags you can't track them anymore using FarmIt as it is coded atm.

the screenshot was from the original FarmIt creator = 1 year old or so

since i'm not a coder myself i can't make the change but if anyone know any possible way of coding this i could use the help to implement it

so for now i think it only track items from bags
Report comment to moderator  
Reply With Quote
Unread 03-04-10, 08:40 AM  
help137
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 31
File comments: 120
Uploads: 16
Thanks

Ah, I see. Thanks for the answer. I'll probably uninstall until such time as it can handle currency page items, as that was all I wanted it for.

Thanks again,
-A

Originally posted by mornaistar
while i'm not 100% sure, i believe since tokens got to the currency page instead of normal bags you can't track them anymore using FarmIt as it is coded atm.

the screenshot was from the original FarmIt creator = 1 year old or so

since i'm not a coder myself i can't make the change but if anyone know any possible way of coding this i could use the help to implement it

so for now i think it only track items from bags
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
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, 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, 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, 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, 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-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-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
Post A Reply



Category Jump: