i have the quest plugin which was working perfect until 1 day ago, and now the plugin won't work at all when i reload or re-install it, please fix this as i spent like 20-30 hours working on creating quests :(
BROKEN QUEST PLUGIN
beee
Till dev updates, replacewith
voidOnItemCraftFinished(ItemCraftTask task, Item item){ var player = task.owner;voidOnItemCraftFinished(ItemCraftTask task, Item item, ItemCrafter crafter){ BasePlayer player = crafter.owner;I had to use var player = crafter.owner as BasePlayer variable was not set.
Fixed plugin here at Rust Admin Network on discord
"
beee
Till dev updates, replacewith
voidOnItemCraftFinished(ItemCraftTask task, Item item){ var player = task.owner;voidOnItemCraftFinished(ItemCraftTask task, Item item, ItemCrafter crafter){ BasePlayer player = crafter.owner;"
Thank you for the help this has fixed it for me.
It's a shame after 5 months the developer has not placed this 1 line fix into the plugin.WormFood
"
beee
Till dev updates, replacewithvoidOnItemCraftFinished(ItemCraftTask task, Item item){ var player = task.owner;voidOnItemCraftFinished(ItemCraftTask task, Item item, ItemCrafter crafter){ BasePlayer player = crafter.owner;"
Thank you for the help this has fixed it for me.
It's a shame after 5 months the developer has not placed this 1 line fix into the plugin.
Once changed, this error occurs now:
Error while compiling Quests: The name 'crafter' does not exist in the current context | Line: 410, Pos: 33
still no fix :(
It no longer works for me as well. I tried to above change and while i thought at first it was working it is now throwing errors and refusing to set the main npc for giving quests...........
Such a really great plugin , it would be nice if it was brought back.