BROKEN QUEST PLUGIN

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 :(

beeeheute um 14:12 Uhr

Till dev updates, replace
voidOnItemCraftFinished(ItemCraftTask task, Item item){ var player = task.owner;
with
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

"

Posted 5 months ago
#2ReportQuote

beee — heute um 14:12 Uhr

Till dev updates, replace
voidOnItemCraftFinished(ItemCraftTask task, Item item){ var player = task.owner;
with
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.
cuC2LU2vvWVxPnd.png WormFood

"

Posted 5 months ago
#2ReportQuote

beee — heute um 14:12 Uhr

Till dev updates, replace
voidOnItemCraftFinished(ItemCraftTask task, Item item){ var player = task.owner;
with
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.