• Runes of Magic Addons
  • Runes of Magic
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

PlantCare

 

Project Updated:
Files Updated: Tue, Sep 29 2009
Supports Game Version: 2.0.11.1872
Category: Crafting
Tags:

[Edit Tags]

Project Manager: lusiux
Additional Authors: vidarsk
Current Version: v0.3.1 beta
License: Creative Commons License By-Nc-Sa 3.0
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 15
Downloads Total: 1,975
Favorites: 6
Comments: 4
  • Contests
  • About PlantCare
  •  

PlantCare is an addon to make planting easier.

It is still in development and not really eye candy, but currently supports:

  • Automatically puts water/fertilizer into slots until optium value is reached
  • Graphical configuration
  • Automatically harvests
  • Automatically plants (just hacked)
  • Shows current crafting lvl
  • Shows plants on all alts
  • Feeds and waters your plants automatically when you click on them or on special button
  • Saves last care time and calculated harvest time

Possible features:

  • Inform about next harvest
  • Automatically buys water/fertilizer at merchant
  • Shows other usefull information
  • Tracks harvest statistics
  • Downloads (4)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  PlantCare v0.3.1 beta Beta 2.0.11.1872 1,470 9/29/2009
  PlantCare v0.3 beta Beta 2.0.11.1872 361 9/18/2009
  PlantCare v0.2.3.1 Beta 2.0.11.1872 134 9/15/2009
  PlantCare v.0.1 Beta 2.0.11.1872 10 9/15/2009
  • 1 page(s)
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • delve202 said

    I've been using PlantCare for a while now. I looked at Greenthumb, but it provides less information and doesn't provide tracking across logins.

    There are 2 things I'd like to see added to PlantCare to polish the addon.
    -Eliminate the watering/feeding spam similar to Greenthumb.
    -Don't treat ore plants differently from the rest in the PlantCare:calcCareCount funcion. Currently it doesn't provide enough water/soil to keep the plant healthy, and my ore plants steadily degrade while my other plants stay generally above 90% with the same care schedule. I went into the LUA and manually changed the true branch of the "if ( best == 90 )" statement to "best + 10" and now my ore plants are completely on par with my other plants.

    Reply Report Permalink
  • delve202 said

    Oh, and 5/5 for saving my carpal tunnels!

    Reply Report Permalink
  • Cedwyn said

    I love your AddOn. I especially love the info panel that tells/predicts what your alts planting levels are at. I made a small change to this screen which other users might find useful.

    On line 158 of the lua, I added a 3rd argument to how the item name is displayed:
    buttonItemName:SetText(string.format("[%d] %s (%d%%)",item.id.ID , item.id.SeedName, (100*item.id.GrowRate)))

    This makes it so that it shows the current growth rate on all your alts. It makes it easier to see the overall progress on your characters. Furthermore, this could be improved to add more specifics, such as estimate harvest time, current water/fertilizer rates, etc. without needing to click on each seed to see the details.

    Ie. (progress, water, fertilizer, harvest time)
    [1] Some Seed (45%, W80%, F80%, 9:00 28/09/09)

    Reply Report Permalink
  • Cedwyn said

    I didn't realized item.id.GrowRate only refers to the last input of the grow rate and it wasn't a calculated value based on time that has past. Do you think this calculation can be made?

    Reply Report Permalink
  • Cedwyn said

    Ok, so I worked on this a bit, if anyone wants to have it themselves...

    It makes the info panel show names as:
    [Furniture slot] Seed Name (Current Growth, Current Fertilizer, Current Water)
    ie. [1] Some Seed (45%, 80%, 80%)

    On the PlantCare.lua, Line 154-ish (after the else):
    local buttonItemName = getglobal(button:GetName() .. "Item_ItemName")

    local currentTopdress = (os.time() - item.id.LastCareTime)/3600
    currentTopdress = currentTopdress*item.id.DecTopdress
    currentTopdress = item.id.TopdressPoint - currentTopdress

    local currentWater = (os.time() - item.id.LastCareTime)/3600
    currentWater = currentWater*item.id.DecWater
    currentWater = item.id.WaterPoint - currentWater

    local currentGrow = (item.id.GrowRate + ((os.time() - item.id.LastCareTime) * ((1 - item.id.GrowRate) / (item.id.HarvestTime - item.id.LastCareTime)))) * 100

    buttonFolder:Hide();
    buttonItem:Show()
    buttonItemName:SetText(string.format("[%d] %s (%d%%, %d%%, %d%%)", item.id.ID, item.id.SeedName, currentGrow, currentTopdress, currentWater))

    Reply Report Permalink
  • lusiux said

    And a big thanks for your feedback to the addons.
    I'll take a closer look at your code later, maybe i can use is too.

    Reply Report Permalink
  • lusiux said

    Serveral days ago i implemented exactly the same. I needed time (really rare at the moment) to test the functions, so the new version came so late.

    Reply Report Permalink
  • Wie ich gesehen habe, habt Ihr meine Datenflut gut genutzt - Hut ab - echt geil! Paar sachen sollte man aber noch ändern bzw hinzufügen - is ja noch genug platz :)
    In der Auflistungsseite sowas wie Wieveiele Duedrops habe ich - wieviele (omg hab den Namen vergessen ... ) Spezial pflanzen also die für lvl 40 habe ich.

    usw ... Funkt mich einfach nochmal an :)

    btw. auto Bewässerung soll irgendwann nächsten Monat (ende) kommen ... wenn die Quelle zuverlässig ist ..... das weis man ja leider nie genau

    Reply Report Permalink
  • Auto-planting isn't working.

    Reply Report Permalink
  • lusiux said

    You are right. Only works for few seeds. Will be fixed in the future. For now i updated the description ;)

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 280 yGather - Gatherers Map Map & Minimap, Auction & Economy...
  2. 164 Inventory Viewer Bags & Inventory, Crafting...
  3. 59 Fusion Crafting, Auction & Economy...
  4. 55 AdvancedCrafting Auction & Economy, Bags &...
  5. 32 GreenThumb Crafting