Description
Farmhand adds dynamic buttons on the screen while you are at Sunsong Ranch.
The buttons allow quick access to the Plow, Shovel, Bug Spray and Watering Can if they are in your inventory. If you do not have a given item, there will be no button for it. Also adds buttons for seeds that are in your inventory. You can even sell unwanted seeds at a vendor without having to open your bags.
When you leave Halfhill, any tools remaining in your inventory will be dropped. You can pick them up again at the farm. (You can disable this feature.)
A special Crop Scanner tool will let you quickly find any plants you've overlooked that need special attention. (Very hand for the hard-to see Smothered and Runty plants.)
To move the buttons, hold SHIFT and drag a button with the left mouse button.
In the Interface Options panel, you can turn on/off tool dropping, turn on/off chat messages and sounds, turn on/off the portal shard buttons and control whether Farmhand automatically hides itself during combat.
I recommend using Masque (optional) to make your buttons pretty.
Localization
The Crop Scanner works by targeting plants by name. Therefore it's dependent upon localization which has not been completed for all languages.
If the Crop Scanner doesn't work in your language, please visit the localization page and provide translations.
I will repackage the addon to include the translations and you will be credited for your contribution.
Current supported locales: enUS, deDE, frFR, itIT, ruRU, zhCN
Translations needed: ptBR, koKR, esMX, esES, zhTW
Credits
Thanks to the translators:
Coccia - itIT
lepaperwan - frFR
DirtyHarryGermany - deDE
elfa - ruRU
xiaomixiong - zhCN
Thanks as well to the Farmhand users who've made great suggestions:
TaraNTino
adore33
Sentinelum
Facts
- Date created
- Nov 12, 2012
- Category
- Last update
- Mar 19, 2013
- Development stage
- Release
- Language
- deDE
- enUS
- frFR
- itIT
- ruRU
- zhCN
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- Farmhand
- Downloads
- 23,899
- Recent files
- R: v1.6 for 5.2.0 Mar 19, 2013
- A: v1.6b1-1-g1ce6a6e for 5.2.0 Mar 15, 2013
- B: v1.6b2 for 5.2.0 Mar 14, 2013
- A: v1.5-1-g2b6b602 for 5.2.0 Mar 14, 2013
- R: v1.5 for 5.2.0 Mar 14, 2013
- Reply
- #28
whyttedragun Mar 05, 2013 at 21:52 UTC - 0 likesWill you be adding support for the new seed bags? I love this addon and I wouldn't want to farm without it.
- Reply
- #27
AlexSkylark Jan 30, 2013 at 20:26 UTC - 0 likesRecently posted translations for PT-BR. Looking forward for the next release and to be a ble to use the addon! =)
- Reply
- #26
JCinDE Dec 11, 2012 at 22:05 UTC - 0 likes@Skylinee: Go
Well I'm glad that it's working, but I still have no idea why it was failing before or why it isn't now.
Thanks for the feedback!
- Reply
- #25
Skylinee Dec 11, 2012 at 21:58 UTC - 0 likesSure, it shows the same as in the previous version.
http://i.imgur.com/wgV13.jpg
http://i.imgur.com/ukMLE.jpg
Taken with different tooltip placement options (to the right/to the bottom).
- Reply
- #24
JCinDE Dec 11, 2012 at 19:08 UTC - 0 likes@Skylinee: Go
Good. What does the tooltip show? Can you share a screenshot?
- Reply
- #23
Skylinee Dec 11, 2012 at 19:04 UTC - 0 likesOk latest version is working without errors on mouseover.
- Reply
- #22
Skylinee Dec 11, 2012 at 00:50 UTC - 0 likesNope, i can't even remember the last time i cleared my cache.
- Reply
- #21
JCinDE Dec 11, 2012 at 00:10 UTC - 0 likes@Skylinee: Go
It's strange that your game isn't caching the item info. Are you clearing your cache prior to loading, perhaps to make a mod like NPCScan work?
- Reply
- #20
Skylinee Dec 10, 2012 at 23:48 UTC - 0 likesOk, seems i've found the problem. After opening and closing the vendor window, the errors go away. It seems it needs to retrieve the item info from the server and maybe it's taking too long to cache it. This have to be done again after restarting the client though.
So in short, if i'm erroring while mousing over Witchberry Seeds and close/reopen the window, the error goes away. I will try 1.2.4b3 tomorrow and continue monitoring.
- Reply
- #19
JCinDE Dec 10, 2012 at 23:15 UTC - 0 likes@Skylinee: Go
I have just pushed v1.2.4b3 which should eliminate the error, but the tooltip won't show the vegetable name if GetItemInfo continues to return nil. It will instead show the itemid of the vegetable. If you don't mind, check the displayed itemid by doing:
/run print(GetItemInfo(99999))
Where 99999 is replaced with the itemid shown in the tooltip.
And thanks for helping me track this down.