Page 1 of 1

Fix for Flaming Breath Potions on CraftValueTip/MGRemix

Posted: Sun Mar 29, 2020 3:22 pm
by Melkoroth
Last level seeds for Flaming Breath Potions are not being recognized by Miracle Grow Remix. This means that plants are not able to be auto-converted to seeds. The fix is simple: you need to edit the file \AddOns\CraftValueTip\CraftData.lua, go to the Flame Breath section and replace it with the following:

Code: Select all

-- Flame breath
[84045]={"std",false,"dmgcone",83544,199901},
[84046]={"std",false,"dmgcone",83545,199901},
[84047]={"std",false,"dmgcone",83546,199902},
[84048]={"std",false,"dmgcone",83547,199902},
[84049]={"std",false,"dmgcone",83548,199903},
[84050]={"std",false,"dmgcone",83549,199903},
[84051]={"std",false,"dmgcone",83550,199904},
[84052]={"std",false,"dmgcone",83551,199904},
[84053]={"std",false,"dmgcone",83552,199905},
On another note it seems these potions are not working either. I'll test it some more and open a bug report if it's not there already.