Who forced you to update?
If you had any sense you would put it on a test server to test new things instead of your live server.
Be respectful, this dude is maintaining plugins for you for free. This is why it's hard to find free developers these days because ungrateful spoilt twats like you take advantage of it and think of them as your bitches.
Grow up and gain some respect kid.

QuickSmelt
Can Increase the speed of all BaseOven types
Total Downloads: 57,333 - First Release: May 27, 2015 - Last Update: Jun 13, 2018
- 5/5, 106 likes
-
Last edited by a moderator: Apr 25, 2018
-
DivideByZeroException: Division by zero
at Oxide.Plugins.QuickSmelt+FurnaceData.TrySmeltItems () [0x00000] in <filename unknown>:0
at Oxide.Plugins.QuickSmelt+FurnaceData.CookOverride () [0x00000] in <filename unknown>:0
at InvokeHandler.DoTick () [0x00000] in <filename unknown>:0
at InvokeHandler.LateUpdate () [0x00000] in <filename unknown>:0 -
-
works ok, just changed the numbers to what i needed , only thing that seems to be missing is "OvercookMeat": false, ?
got my setting as
{
"SmeltSpeed": 10000,
"WoodRate": 200,
"CharcoalRate": 100.0,
"CanCookFoodInFurnace": true,
"UsePermissions": false
}
but find that the furnaces are still producing charcoal with the fire out and the fuel still inside furnace. ? have to remove all fuel after smelting
and as for the point above that "you should try it on a test server" that is what the plugin dev is supposed to do ? we love the plugins and accept them as (unless specified as a work in progress) as working. if they dont we post here , I like most plugin users dont have a "test" server -
this is the only line with divide in that call tree:
if ((SmeltTicks / 2) % (int)(cookable.cookTime) != 0)
It must be another plugin like no fuel or something. I had other issues and rolled back for now. It is nice Jake is trying to streamline the config to make it really simple to use. -
Resouces smelting without the wood... Latest version
-
Jake Rich updated QuickSmelt with a new update entry:
4.0.2
-
POWERFUL JAKE RICH
-
NullReferenceException
-
NullReferenceException
-
NullReferenceException
spamming the consoleLast edited by a moderator: Apr 25, 2018 -
Same here......
NullReferenceException
Code:NullReferenceException at (wrapper managed-to-native) UnityEngine.Component:GetComponentFastPath (System.Type,intptr) at UnityEngine.Component.GetComponent[BaseOven] () [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSmelt+FurnaceData.get_Furnace () [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSmelt+FurnaceData.CookOverride () [0x00000] in <filename unknown>:0 at InvokeHandler.DoTick () [0x00000] in <filename unknown>:0 at InvokeHandler.LateUpdate () [0x00000] in <filename unknown>:0
Last edited by a moderator: Apr 25, 2018 -
Jake Rich updated QuickSmelt with a new update entry:
4.0.3
-
Error while compiling: QuickSmelt.cs(91,25): error CS1632: Control cannot leave the body of an anonymous method
-
Version 4.0.3
Error while compiling: QuickSmelt.cs(91,25): error CS1632: Control cannot leave the body of an anonymous method -
(12:07:07) | Error while compiling: QuickSmelt.cs(91,25): error CS1632: Control cannot leave the body of an anonymous method
-
Jake Rich updated QuickSmelt with a new update entry:
4.0.3
-
Error while compiling: QuickSmelt.cs(91,25): error CS1632: Control cannot leave the body of an anonymous method
-
Jake, While I appreciate your efforts on this plugin.......
There is a new error on the latest release:
(20:18:09) | Error while compiling: QuickSmelt.cs(319,56): error CS1061: Type `BaseOven' does not contain a definition for `cookingTemperature' and no extension method `cookingTemperature' of type `BaseOven' could be found. Are you missing an assembly reference?