Jump to content

11 Screenshots

  • 35k
  • 1.2k
  • 117.4 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



MrLiquid

Posted

On 10/6/2024 at 5:57 AM, Iftebinjan said:

fix: 
If server using any stacks plugin which stacks the furnaces, make sure to set stack sizes for Furnace items to Vanilla, which will fix the stack issues. 

like in short don't stack the items of furnaces, 
These are the shortnames

  • furnace
  • furnace.large
  • electric.furnace
  • legacyfurnace
  • campfire
  • bbq
  • small.oil.refinery

 

I have followed your instructions however I am being spammed in console with the following error

 

Calling hook CanStackItem resulted in a conflict between the following plugins: FurnaceUpgrades - False (Boolean), StackModifier (True (Boolean

Iftebinjan

Posted

12 hours ago, MrLiquid said:

I have followed your instructions however I am being spammed in console with the following error

 

Calling hook CanStackItem resulted in a conflict between the following plugins: FurnaceUpgrades - False (Boolean), StackModifier (True (Boolean

Is this the StackModifier plugin from codefling?

IlIDestroyerIlI

Posted

10 hours ago, Iftebinjan said:

Is this the StackModifier plugin from codefling?

im having the same issue and yes its StackModifier. 

 

ChristopherS

Posted

15 hours ago, IlIDestroyerIlI said:

im having the same issue and yes its StackModifier. 

 

Which one? There's a free one on uMod and a paid one here on Codefling - both with the same name.

tacman1981

Posted

im having stacking issues with loot table and stack size gui. CanCombineDroppedItem conflict. it often leaves 1 item of the cooked resources, that cant be stacked on anything else. also sometimes it picks up the upgraded furnaces, onto a skinned random item in inventory.

MancDad

Posted

Hi. Just installed this plugin. I want to use Server Rewards as my currency.

  "Currency Settings": {
    "Currency type (0 - Scrap | 1 - Economics | 2 - Server Rewards)": 2,
    "Currency item (if the currency type is '0')": {
      "Short name": "scrap",
      "Skin ID": 0
    }
  },
 

Even though this works, the users are still being told an amount in $ ??? - Are we able to change the dollar sign to RP ? thanks

 

fullwiped

Posted

@Iftebinjan, I know that you are a respectful and constructive developer who values customer requests, and I appreciate you for that. I have a small suggestion for improvement in this plugin: it would be much better if items like the Cursed Cauldron could also be upgraded.

Best regards 

v5.png

  • Like 1
BigBroGamerUK

Posted

We have changed the cost from $ to Scrap for upgrading, but where is it we can change the text from saying "Upgrade for $200" to "Upgrade for 200 Scrap"? We cant seem to find where to do this. Thanks.

ChristopherS

Posted

2 hours ago, BigBroGamerUK said:

We have changed the cost from $ to Scrap for upgrading, but where is it we can change the text from saying "Upgrade for $200" to "Upgrade for 200 Scrap"? We cant seem to find where to do this. Thanks.

Isn't this in the language file?

Yaan

Posted

will this plugin work with Stacks 1.5.20

BigBroGamerUK

Posted

On 12/15/2024 at 8:50 PM, ChristopherS said:

Isn't this in the language file?

Ill check and come back and let you know if it is.

tacman1981

Posted

22 hours ago, Yaan said:

will this plugin work with Stacks 1.5.20

its hard to know for sure. I had to modify it to stop conflict with loot table plugin stacking. I have given the developer the modification I used so maybe it will be fixed to work with all of them at some point.

  • Like 1
BigBroGamerUK

Posted

On 12/16/2024 at 8:57 PM, BigBroGamerUK said:

Ill check and come back and let you know if it is.

 

On 12/16/2024 at 8:57 PM, BigBroGamerUK said:

Ill check and come back and let you know if it is.

Yes it works!!

You change it in the Language file.

GooberGrape

Posted

[FurnaceUpgrades] New save detected, resetting data...
Failed to call hook 'OnNewSave' on plugin 'FurnaceUpgrades v2.5.3' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FurnaceUpgrades.OnNewSave (System.String FileName) [0x00010] in <f457b680dab2481f9690b1f8794be1ea>:0 
  at Oxide.Plugins.FurnaceUpgrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00651] in <f457b680dab2481f9690b1f8794be1ea>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 

Sean

Posted

SInce this plugin supports campfires and barbecues, any chance it could support hobo barrels in the future? 

The Bob

Posted

I'm so confused by the ImageLibrary dependency. Looking at the video in the description for this plugin, it appears that the only images you're using, are item images. Why not use CuiImageComponent ItemId and just draw the image directly from the client instead of downloading it through ImageLibrary? 

  • Like 1
Hawkhill

Posted (edited)

I have a PvE server that runs SkillTree plugin.
Im planning to add a custom skill with 5 skillpoints that gradually increases the output from furnaces
For that i need a plugin that i can set a permission for each furnace upgrade.
Example:

Permission 1: Metalfrags +20% / HQM +5% / Sulfur +10%
Permission 2: Metalfrags +40% / HQM +10% / Sulfur +20%
Permission 3: Metalfrags +60% / HQM +15% / Sulfur +30%
Permission 4: Metalfrags +80% / HQM +20% / Sulfur +40%
Permission 5: Metalfrags +100% / HQM +25% / Sulfur +50%

Possible to make it work with this plugin?
For what i can understand out of the example config, there is just one permission available to use all the available upgrades.

Edited by Hawkhill
The Bob

Posted

Suggestion:
An upgrade that bulk cooks instead of speeding up cooking.

tacman1981

Posted

i suggest you fix the stacking issue that loottable users experience. with the fix i gave you in the support request about the very same issue, you have to reverse the dictionary check compared to how its being done now or it will just keep spamming new stacks of items inside of the furnace, which wont stack on the same items, consuming slots and turning them off prematurely.

Willem026

Posted

Failed to call hook 'OnEntitySpawned' on plugin 'FurnaceUpgrades v2.5.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FurnaceUpgrades.OnEntitySpawned (MixingTable mixingTable) [0x0000a] in <59b05e33416642f894de9cc19381d975>:0 
  at Oxide.Plugins.FurnaceUpgrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f6f] in <59b05e33416642f894de9cc19381d975>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d82f1fa409f84967ab685a3dbdd116ae>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0 

GooberGrape

Posted

NullReferenceException: Object reference not set to an instance of an object
Failed to run a 60.00 timer in 'FurnaceUpgrades v2.5.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FurnaceUpgrades.<OnNewSave>b__56_0 () [0x00000] in <ed422df0e4c34d7fa190726eb4b45b58>:0
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <d646191a355d43a6b3ab36b7ee14c740>:0
   

Iftebinjan

Posted

22 minutes ago, GooberGrape said:

NullReferenceException: Object reference not set to an instance of an object
Failed to run a 60.00 timer in 'FurnaceUpgrades v2.5.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FurnaceUpgrades.<OnNewSave>b__56_0 () [0x00000] in <ed422df0e4c34d7fa190726eb4b45b58>:0
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <d646191a355d43a6b3ab36b7ee14c740>:0
   

ignore this please, i will need to fix this

GooberGrape

Posted

Failed to call hook 'OnEntitySpawned' on plugin 'FurnaceUpgrades v2.5.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FurnaceUpgrades.OnEntitySpawned (MixingTable mixingTable) [0x0000a] in <c5aea19b049f4bc19fdce77495c23b4e>:0 
  at Oxide.Plugins.FurnaceUpgrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f6f] in <c5aea19b049f4bc19fdce77495c23b4e>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 3
  • Love 2

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.