Jump to content

War_Zombie

Creator
  • Posts

    57
  • Joined

  • Last visited

Support Replies posted by War_Zombie

  1. ExType: HarmonyException
    Failed to run a 2.00 timer in 'BotReSpawn v1.3.6' (InvalidOperationException: Failed to match 256 - Current state is invalid)
      at HarmonyLib.CodeMatcher.ThrowIfInvalid (System.String explanation) [0x00021] in <6c906b4f1de440f3a86cb0ebb3f48ea6>:0 
      at Oxide.Plugins.FleckLimitLifter+WebSocketConnection_SendBytes_Patch.Transpiler (System.Collections.Generic.IEnumerable`1[T] instructions) [0x00075] in <18f82120d8d24419b83be6094668514b>:0 
      at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
      at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <f98723dd4586469db5213ec59da723ca>:0

  2. No, I have the same error. 

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

    I have tried to disable everything that FurnaceUpgrades uses, first I set it to 1 that didnt work ,then tried to disable it still same issue.

     

  3. This might be an issue with raidable bases, do you think with everything skinned or skin all items turned on this would effect stacking? Its happen to me a few times now, where 1 sulfur wont stack or high qual not stacking together.

     

  4. Hello, I had some players say some items were being weird on stacking. I went to a players base and his HQM wont stack over 5000 even tho its set to 100,000. Players have said other items have done the same like low grade. It seems to be random as some players have no problem stacking these items. Some items will stack then other stacks wont stack with other stacks. didnt mean to post twice

  5. Hello, I had some players say some items were being weird on stacking. I went to a players base and his HQM wont stack over 5000 even tho its set to 100,000. Players have said other items have done the same like low grade. It seems to be random as some players have no problem stacking these items.

  6. Failed to call hook 'OnHelicopterDropCrate' on plugin 'BetterNpc v1.2.8' (KeyNotFoundException: The given key 'CH47' was not present in the dictionary.)
      at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <4889cca7f3644a7fa341501beb4caacb>:0 
      at Oxide.Plugins.BetterNpc.OnHelicopterDropCrate (CH47HelicopterAIController ai) [0x00000] in <74049c123f874c66b3f25384ab0fce23>:0 
      at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007f6] in <74049c123f874c66b3f25384ab0fce23>:0 
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 

  7. I haven't tested it yet, but you could try 

    oxide/config/WelcomePanel.json

    And add the Shop to 

    "Addon (plugin name)": "" > "Addon (plugin name)": "Shop" (around line 134)

    Try it the way I said and if it doesn't work try it the other way ie: Use Shop as WelcomePanel Addon": true

    After you add the Shop to plugin name area

  8. If you go to oxide/config/Shop.json 

    Line 30 or so, where it says 

    Use Shop as WelcomePanel Addon": true

    Turn true to false

    Your players can the type /shop

     

     

  9. Has anyone added Vehicle License to the shop ? I cant get it to work .

    oxid/data/Shop/Items.json

     

    "submarineduo": {
        "DisplayName": "default",
        "Skin": 0,
        "Image": "https://rustlabs.com/img/screenshots/submarine-duo.png",
        "DefaultAmount": 1,
        "BlockAmountChange": false,
        "BuyPrice": 1000,
        "SellPrice": 1000,
        "Currency": "scrap",
        "Command": "vl.buy submarineduo {playername}"
      },

     

    I've tried {steamid} 

  10. Hi Plugin fails to load

     

    Error while compiling PropertyBuying: 'PlayerInventory' does not contain a definition for 'FindItemIDs' and no accessible extension method 'FindItemIDs' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 1707, Pos: 55

  11. Failed to call hook 'OnServerInitialized' on plugin 'Wanted v1.0.4' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Wanted.OnServerInitialized () [0x00000] in <a34d2a518deb4d40b6d27223b10615d9>:0 
      at Oxide.Plugins.Wanted.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0032f] in <a34d2a518deb4d40b6d27223b10615d9>:0 
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 

  12. o.reload Vehicles
    Vehicles was compiled successfully in 2438ms
    ExType: JsonSerializationException
    Failed to initialize plugin 'Vehicles v0.0.9' (ArgumentException: Could not cast or convert from System.Int64 to NetworkableId.)
      at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable (System.Object value, System.Type initialType, System.Type targetType) [0x00062] in <271c58b7a8684db5a2c92be17a81f252>:0 
      at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast (System.Object initialValue, System.Globalization.CultureInfo culture, System.Type targetType) [0x00031] in <271c58b7a8684db5a2c92be17a81f252>:0 
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x0008d] in <271c58b7a8684db5a2c92be17a81f252>:0 
    Unloaded plugin Vehicles v0.0.9 by bsdinis

  13. Failed to call hook 'welcomepanel_open' on plugin 'WelcomePanel v3.0.7' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.WelcomePanel.OpenAddOn_API (BasePlayer player, System.String _apiName) [0x000c0] in <9e621ea715e94c32aa5c17d77318e9c5>:0 at Oxide.Plugins.WelcomePanel.CreateTab (BasePlayer player, System.Int32 tabNumber, System.Int32 pageNumber) [0x012d8] in <9e621ea715e94c32aa5c17d77318e9c5>:0 at Oxide.Plugins.WelcomePanel.welcomepanel_open (ConsoleSystem+Arg arg) [0x0004c] in <9e621ea715e94c32aa5c17d77318e9c5>:0 at Oxide.Plugins.WelcomePanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00d29] in <9e621ea715e94c32aa5c17d77318e9c5>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0

1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.3k

Files Sold

Total number of files sold.

2.6m

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.