hi can some1 help me ? im receiving this error in console...
Code:at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 Creating item with less than 1 amount! (Charcoal) [Oxide] 23:29 [Error] Failed to call hook 'OnConsumeFuel' on plugin 'QuickSmelt v1.2.1' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 23:29 [Debug] at Oxide.Plugins.QuickSmelt.OnConsumeFuel (.BaseOven oven, .Item fuel, .ItemModBurnable burnable) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSmelt.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
QuickSmelt
Moved
Total Downloads: 57,445 - First Release: May 27, 2015 - Last Update: Jun 13, 2018
- 5/5, 106 likes
-
Wulf Community Admin
-
Ok sir thank u.
-
Do you know the Vanilla setting of CookedPercent(0 - 100)
-
Because it does'nt really exist. Its more used to generate a consume(yes/no) value.. -
Hi Wulf, thanks for adding fuel consumption option to the plugin, but now the strange part is that when i set the byproduct modifier the charcoal production rate increases accordingly but nothing else, metal ore sulfure ore hq metal ore still goes at 1x,2x rate. Is this is a bug ? If not where can i set the modifier for other resources?
Thanks,
Trix
EDIT : Problem solved though cookmodifier was for cooking onlycheers
Last edited by a moderator: Oct 14, 2016 -
Wulf Community Admin
-
hello friends
can some one help me please
this is my old config:
{
"ChancePerConsumption": 0.8,
"CharcoalChanceModifier": 10.5,
"CharcoalProductionModifier": 100.0,
"DontOvercookMeat": true,
"ProductionModifier": 500.0,
"UsePermissions": false
}
and the is the new config with update :
{
"ByproductModifier": 1.0,
"ByproductPercent": 50,
"CookedModifier": 1.0,
"CookedPercent": 100,
"FuelUsageModifier": 1,
"OvercookMeat": false,
"UsePermissions": false
}
can some one help to make the new like the old confieg -
NullReferenceException: Object reference not set to an instance of an object
BaseOven.ConsumeFuel (.Item fuel, .ItemModBurnable burnable) BaseOven.Cook ()
Creating item with less than 1 amount! (Charcoal)
NullReferenceException: Object reference not set to an instance of an object
BaseOven.ConsumeFuel (.Item fuel, .ItemModBurnable burnable) BaseOven.Cook ()
Creating item with less than 1 amount! (Charcoal)
NullReferenceException: Object reference not set to an instance of an object
BaseOven.ConsumeFuel (.Item fuel, .ItemModBurnable burnable)Last edited by a moderator: Oct 15, 2016 -
Wulf Community Admin
Code:{ "ByproductModifier": 100.0, "ByproductPercent": 10, "CookedModifier": 500.0, "CookedPercent": 80, "FuelUsageModifier": 1, "OvercookMeat": false, "UsePermissions": false }
-
my quick smelt wont work where do i put the code and whats the code to make smelting insane quick
[DOUBLEPOST=1476554272][/DOUBLEPOST]where abouts do i put the code and what do i out ti make it quick -
Wulf Community Admin
-
what code do i put to make it really qucik
[DOUBLEPOST=1476555095][/DOUBLEPOST]?? plz help -
Wulf Community Admin
-
{
"ByproductModifier": 100.0,
"ByproductPercent": 10,
"CookedModifier": 1000.0,
"CookedPercent": 100,
"FuelUsageModifier": 1,
"OvercookMeat": false,
"UsePermissions": false
}
thats what i was using but it dosent work
[DOUBLEPOST=1476555511][/DOUBLEPOST]or if it dose its super slow -
Wulf Community Admin
-
yah i reloaded the plugin
-
what am i supposed to do
-
Wulf Community Admin
-
i have tried everything
[DOUBLEPOST=1476568564][/DOUBLEPOST]{
"ByproductModifier": 100,
"ByproductPercent": 50,
"CookedModifier": 1000,
"CookedPercent": 100,
"FuelUsageModifier": 1,
"OvercookMeat": false,
"UsePermissions": false
}
thats the code im using and 100 percent dosent work i have changed is jsonfile as well