Page 2 of 2

Re: Miracle Grow Remix 2.33 patch for repeated recipes

Posted: Thu Mar 09, 2017 1:55 pm
by Jbz
I'm still having trouble with harvesting "Bittersweet Elvish Parsley". Whenever mgremix is done cultivating and I click either the regrow button or harvest it does not convert the ingredient into a seed to be able to harvest again. I looked through this code for awhile to try to find a place to start but I wanted to be sure this was all the code for the mgremix add on or just a sub routine. If you have any insight please post or pm me. -Jbz

Re: Miracle Grow Remix 2.33 patch for repeated recipes

Posted: Thu Mar 09, 2017 3:07 pm
by porkstar
Curiously I have never had this problem. I do have an issue with the auto conversion part of the add-on. I select it to keep a supply of X seeds. This works for most seeds but specifically it will not work for Majestic Goldweed. I will have to check which version I am running.

Thank you for the work and I will check out the update!

Re: Miracle Grow Remix 2.33 patch for repeated recipes

Posted: Thu Mar 09, 2017 3:16 pm
by Jbz
porkstar wrote:Curiously I have never had this problem. I do have an issue with the auto conversion part of the add-on. I select it to keep a supply of X seeds. This works for most seeds but specifically it will not work for Majestic Goldweed. I will have to check which version I am running.

Thank you for the work and I will check out the update!
@pork star goldweed works for me that is weird I only have problems with the Parsley.

Re: Miracle Grow Remix 2.33 patch for repeated recipes

Posted: Sun Apr 30, 2017 5:22 am
by Dwanex
Elder Beardweed isnt working for me. He wont keep the seeds and I have to manualy do it =/

Re: Miracle Grow Remix 2.33 patch for repeated recipes

Posted: Fri May 05, 2017 2:21 pm
by Bklopptah
Dwanex wrote:Elder Beardweed isnt working for me. He wont keep the seeds and I have to manualy do it =/
Make sure you have an up-to-date version of CraftValueTip. Some Seeds ids have changed since live:

https://tools.idrinth.de/addons/craftvaluetip/

Re: Miracle Grow Remix 2.33 patch for repeated recipes

Posted: Sat May 06, 2017 8:00 am
by Noh
Dwanex wrote:Elder Beardweed isnt working for me. He wont keep the seeds and I have to manualy do it =/
You need to fix CraftingToolTip addon, file: CraftData.lua
Replace string:
[84044]={"std",false,"str",84543,199905},
with
[84044]={"std",false,"str",83543,199905},

Its works for me.

Re: Miracle Grow Remix 2.33 patch for repeated recipes

Posted: Sat May 06, 2017 12:22 pm
by Dwanex
Noh wrote:
Dwanex wrote:Elder Beardweed isnt working for me. He wont keep the seeds and I have to manualy do it =/
You need to fix CraftingToolTip addon, file: CraftData.lua
Replace string:
[84044]={"std",false,"str",84543,199905},
with
[84044]={"std",false,"str",83543,199905},

Its works for me.

This worked :) Tyvm