Adds an interface to queue up actions based on triggers you set
< 脚本 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
登录以发布留言。
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