I would use MiracleGrowLight that was made by Idrinth here: viewtopic.php?f=66&t=44026
MGRemix lags fix
Forum rules
Before posting on this forum, be sure to read the Terms of Use
Before posting on this forum, be sure to read the Terms of Use
Re: MGRemix lags fix
Ads
Re: MGRemix lags fix
Doesn't work in some particular way? TBH I have no recollection of what the bug I encountered half a year ago actually was, and can't read much minds.
Ain't Nobody Gafflin Me.
Re: MGRemix lags fix
So when copypasting ur code to fix the lag, the MGRemix window becomes un usable, you cant add any components or grow anything.
"If you want to know who you are, you have to look at your real self and acknowledge what you see."
Darkenya [WE]
Darkenya [WE]
Re: MGRemix lags fix
I have just downloaded the addon from Indrinth's Tools and there is no such file as "MGRemix.lua"Raito wrote: ↑Thu Aug 27, 2020 8:18 pm MGRemix.lua search for function mg.function mg.GetSlotByItemId(uniqueID,aExclude) (uniqueID,aExclude) --around line 120
rename function to function mg.GetSlotByItemIdOld(uniqueID,aExclude)
copy paste this in the file:
mg.InvTable = {}
mg.InvTable_nTime=-1000
function mg.GetSlotByItemId(uniqueID,aExclude)
local vBagItems=DataUtils.GetCraftingItems()
local iSmall=10000
local iSlot=0
local nLoc=mg.TYPE_CRAFTING
local vItem
if (mg.nTime > mg.InvTable_nTime+5)then
mg.InvTable_nTime = mg.nTime;
mg.InvTable = {};
for k,v in pairs(vBagItems) do
mg.InvTable[v.uniqueID]=k;
end
end
if (mg.InvTable[uniqueID])then
iSlot = mg.InvTable[uniqueID];
vItem=vBagItems[iSlot];
end
return iSlot,nLoc,vItem
end
checks no longer normal inventory,saves inventory data for 5sec(use at own risk and have larger seed reserve)
There is however a file called "MiracleGrow.lua" but the function you're specifying doesn't exit.
Edit:
I downloaded it MGR addon from an old website and fixed it now.
Thanks a lot for this!

Re: MGRemix lags fix
Here is a direct download link to a fixed version of the Miracle Grow Remix addon. No editing needed: https://1drv.ms/u/s!Apbu44ktNwGvhbITM1O ... Q?e=RuOgMm
Who is online
Users browsing this forum: No registered users and 3 guests