Adds an interface to queue up actions based on triggers you set
< Părere la script-ul Melvor Action Queue
hi. there is a bug with latest update with firemaking. i fixed it locally by changing line 556 to actionID = Firemaking.recipes.findIndex(x => x.logID == itemID); no idea if it is correct, but seems to work
actionID = Firemaking.recipes.findIndex(x => x.logID == itemID);
Thanks you're correct, I've implemented that fix now
Autentifică-te pentru a posta un răspuns.
hi. there is a bug with latest update with firemaking. i fixed it locally by changing line 556 to
actionID = Firemaking.recipes.findIndex(x => x.logID == itemID);
no idea if it is correct, but seems to work