Jump to content

conflicting with loottable, still

Pending 2.6.3

tacman1981
tacman1981

Posted

01:31:54
Calling hook CanStackItem resulted in a conflict between the following plugins: Loottable - False (Boolean), FurnaceUpgrades (True (Boolean))
01:31:58
Calling hook CanStackItem resulted in a conflict between the following plugins: Loottable - False (Boolean), FurnaceUpgrades (True (Boolean))
01:32:00
Calling hook CanStackItem resulted in a conflict between the following plugins: Loottable - False (Boolean), FurnaceUpgrades (True (Boolean))

so, these conflicts. you claim i have to set loottable to 1. check. so you are returning true, causing the conflict with the stack size of 1

Iftebinjan

Posted

Are you using Facepunch behavior or Harmony method?

 

tacman1981

Posted

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

still not fixed i see

i am using whatever the plugin defaults with.

Iftebinjan

Posted

Hey, it shouldn't send this message as my plugin is disabling its on the stacking system due to the Lootable plugin. Can you send the config file pls

tacman1981

Posted

{
  "General Settings": {
    "Only the owner can upgrade the furnace": false,
    "Only teammates can upgrade the furnace": true,
    "Only Allow Oven Toggling by Owner & Team": false,
    "Keep attributes when removing": true,
    "Requires upgrade button permission": false,
    "Requires show status permission": false
  },
  "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
    }
  },
  "Visual Settings": {
    "Use chat messages": true,
    "Notification plugin (0 - None | 1 - Toastify | 2 - Notify)": 0,
    "Toastify notification ID": "success",
    "Notify notification type": 0,
    "Upgrade effect (empty = disabled)": "assets/bundled/prefabs/fx/build/promote_stone.prefab"
  },
  "UI Settings": {
    "Disable status panel": false,
    "Upgrade button": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "400 109.5 480 141.5",
      "Background color": "0.45 0.63 0.19 1",
      "Font size": 13
    },
    "Upgrade button on electric furnaces": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "492 354.5 572 386.5",
      "Background color": "0.45 0.63 0.19 1",
      "Font size": 13
    },
    "Upgrade button on mixing table": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "338 79.5 418 101.5",
      "Background color": "0.45 0.63 0.19 1",
      "Font size": 13
    },
    "Status panel": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "193 17 420 103",
      "Background color": "0.969 0.922 0.882 0.035",
      "Font size": 12
    }
  },
  "Features Settings": {
    "Smelting speed multiplier": true,
    "Fuel speed": true,
    "Resource output multiplier": true,
    "Charcoal multiplier": true,
    "Auto split cookables": false,
    "Auto add fuel": false
  },
  "Default Settings": {
    "Smelting speed": 1.0,
    "Fuel speed": 1.0,
    "Resource output multiplier": 1.0,
    "Charcoal multiplier": 1.0,
    "Charcoal byproduct chance(1.0 = 100%, 0.5 = 50%)": 0.5
  },
  "Mixing Table Upgrade Settings": {
    "Enable Mixing Table upgrade": false,
    "Mixing Table speed upgrade": false,
    "Mixing Table Speed in %(Max 100)": [
      {
        "Cost": 100,
        "Multiplier": 10.0
      },
      {
        "Cost": 300,
        "Multiplier": 30.0
      },
      {
        "Cost": 500,
        "Multiplier": 50.0
      }
    ]
  },
  "Upgrades Settings": {
    "furnace": {
      "Smelting speed": [
        {
          "Cost": 1000,
          "Multiplier": 5.0
        },
        {
          "Cost": 2000,
          "Multiplier": 10.0
        },
        {
          "Cost": 3000,
          "Multiplier": 15.0
        },
        {
          "Cost": 4000,
          "Multiplier": 20.0
        },
        {
          "Cost": 5000,
          "Multiplier": 25.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 1000,
          "Multiplier": 0.5
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 2000,
          "Multiplier": 2.0
        },
        {
          "Cost": 3000,
          "Multiplier": 3.0
        },
        {
          "Cost": 4000,
          "Multiplier": 4.0
        },
        {
          "Cost": 5000,
          "Multiplier": 5.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 10000,
          "Multiplier": 5.0
        }
      ]
    },
    "furnace.large": {
      "Smelting speed": [
        {
          "Cost": 2000,
          "Multiplier": 5.0
        },
        {
          "Cost": 4000,
          "Multiplier": 10.0
        },
        {
          "Cost": 6000,
          "Multiplier": 15.0
        },
        {
          "Cost": 8000,
          "Multiplier": 20.0
        },
        {
          "Cost": 10000,
          "Multiplier": 25.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 1000,
          "Multiplier": 0.5
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 4000,
          "Multiplier": 2.0
        },
        {
          "Cost": 6000,
          "Multiplier": 3.0
        },
        {
          "Cost": 8000,
          "Multiplier": 4.0
        },
        {
          "Cost": 10000,
          "Multiplier": 5.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 10000,
          "Multiplier": 5.0
        }
      ]
    },
    "electric.furnace": {
      "Smelting speed": [
        {
          "Cost": 1000,
          "Multiplier": 5.0
        },
        {
          "Cost": 2000,
          "Multiplier": 10.0
        },
        {
          "Cost": 3000,
          "Multiplier": 15.0
        },
        {
          "Cost": 4000,
          "Multiplier": 20.0
        },
        {
          "Cost": 5000,
          "Multiplier": 25.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 1000,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 2000,
          "Multiplier": 2.0
        },
        {
          "Cost": 3000,
          "Multiplier": 3.0
        },
        {
          "Cost": 4000,
          "Multiplier": 4.0
        },
        {
          "Cost": 5000,
          "Multiplier": 5.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 10000,
          "Multiplier": 5.0
        }
      ]
    },
    "legacyfurnace": {
      "Smelting speed": [
        {
          "Cost": 1000,
          "Multiplier": 5.0
        },
        {
          "Cost": 2000,
          "Multiplier": 10.0
        },
        {
          "Cost": 3000,
          "Multiplier": 15.0
        },
        {
          "Cost": 4000,
          "Multiplier": 20.0
        },
        {
          "Cost": 5000,
          "Multiplier": 25.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 1000,
          "Multiplier": 0.5
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 2000,
          "Multiplier": 2.0
        },
        {
          "Cost": 3000,
          "Multiplier": 3.0
        },
        {
          "Cost": 4000,
          "Multiplier": 4.0
        },
        {
          "Cost": 5000,
          "Multiplier": 5.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 10000,
          "Multiplier": 5.0
        }
      ]
    },
    "campfire": {
      "Smelting speed": [
        {
          "Cost": 1000,
          "Multiplier": 5.0
        },
        {
          "Cost": 2000,
          "Multiplier": 10.0
        },
        {
          "Cost": 3000,
          "Multiplier": 15.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 10000,
          "Multiplier": 0.5
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 2000,
          "Multiplier": 2.0
        },
        {
          "Cost": 3000,
          "Multiplier": 3.0
        },
        {
          "Cost": 4000,
          "Multiplier": 4.0
        },
        {
          "Cost": 5000,
          "Multiplier": 5.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 10000,
          "Multiplier": 5.0
        }
      ]
    },
    "bbq": {
      "Smelting speed": [
        {
          "Cost": 1000,
          "Multiplier": 2.0
        },
        {
          "Cost": 2000,
          "Multiplier": 3.0
        },
        {
          "Cost": 3000,
          "Multiplier": 4.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 1000,
          "Multiplier": 0.5
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 2000,
          "Multiplier": 2.0
        },
        {
          "Cost": 3000,
          "Multiplier": 3.0
        },
        {
          "Cost": 4000,
          "Multiplier": 4.0
        },
        {
          "Cost": 5000,
          "Multiplier": 5.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 10000,
          "Multiplier": 5.0
        }
      ]
    },
    "small.oil.refinery": {
      "Smelting speed": [
        {
          "Cost": 1000,
          "Multiplier": 5.0
        },
        {
          "Cost": 2000,
          "Multiplier": 10.0
        },
        {
          "Cost": 3000,
          "Multiplier": 15.0
        },
        {
          "Cost": 4000,
          "Multiplier": 20.0
        },
        {
          "Cost": 5000,
          "Multiplier": 25.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 1000,
          "Multiplier": 0.5
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 2000,
          "Multiplier": 2.0
        },
        {
          "Cost": 3000,
          "Multiplier": 3.0
        },
        {
          "Cost": 4000,
          "Multiplier": 4.0
        },
        {
          "Cost": 5000,
          "Multiplier": 5.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 1000,
          "Multiplier": 5.0
        }
      ]
    }
  },
  "Version": {
    "Major": 2,
    "Minor": 6,
    "Patch": 3
  }
}

my entire config. as requested. the conflict spam still happens every once in a while. not like it happens every 2 minutes

1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134k

Files Sold

Total number of files sold.

2.8m

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.