Jump to content

Omega

Creator
  • Posts

    303
  • Joined

  • Last visited

Support Replies posted by Omega

  1. Hi, with 0 player on server

     

    10:05 [Error] Failed to call hook 'OnEntitySpawned' on plugin 'NPCGrenades v1.2.7' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.NPCGrenades.OnEntitySpawned (DroppedItemContainer bag) [0x0001f] in <ef2093cefac4480691d421d9287c8bdb>:0 
      at Oxide.Plugins.NPCGrenades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0056d] in <ef2093cefac4480691d421d9287c8bdb>: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 <cd7231f30b444d86bc6cca8a53cdd2ea>:0 
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 

  2. Hi, with 0 player on server

     

    10:05 [Error] Failed to call hook 'OnEntitySpawned' on plugin 'NPCGrenades v1.2.7' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.NPCGrenades.OnEntitySpawned (DroppedItemContainer bag) [0x0001f] in <ef2093cefac4480691d421d9287c8bdb>:0 
      at Oxide.Plugins.NPCGrenades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0056d] in <ef2093cefac4480691d421d9287c8bdb>: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 <cd7231f30b444d86bc6cca8a53cdd2ea>:0 
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 

  3. Hi,

    what´s the problem here? When i enter the arg and click on confirm said me Error, please contact the admin.  Also it is not possible to click twice. Error appears with first confirm click. TeleportGUI commands 

    Other args e.g. add friend work.

        {
          "Category Title": "PORT & HOME",
          "Category Description": "Features",
          "Category Icon": "https://i.imgur.com/Wsqh9J6.png",
          "Category Permission": "",
          "Button List": [
            {
              "Button Name": "SEND PORT REQUEST",
              "Button Lable Color": "#7AD9FF",
              "Button Command": "/tpr %ARGS%",
              "Button Permission": "",
              "Players Input Args": true,
              "Server Run Command": false,
              "Default Input Args": "Enter the player´s name here where you want to port to"
            },
            {
              "Button Name": "PORT PLAYER TO ME",
              "Button Lable Color": "#7AD9FF",
              "Button Command": "/tprhere %ARGS%",
              "Button Permission": "",
              "Players Input Args": true,
              "Server Run Command": false,
              "Default Input Args": "Enter the player´s name here and confirm twice"
            },
            {
              "Button Name": "PORT TO HOME",
              "Button Lable Color": "#7AD9FF",
              "Button Command": "/home %ARGS%",
              "Button Permission": "",
              "Players Input Args": true,
              "Server Run Command": false,
              "Default Input Args": "Enter the home point name here and confirm twice"
            },
            {
              "Button Name": "SET HOME",
              "Button Lable Color": "#7AD9FF",
              "Button Command": "/sethome %ARGS%",
              "Button Permission": "",
              "Players Input Args": true,
              "Server Run Command": false,
              "Default Input Args": "Enter the home point name here and confirm twice"
            },
            {
              "Button Name": "DELETE HOME",
              "Button Lable Color": "#7AD9FF",
              "Button Command": "/delhome %ARGS%",
              "Button Permission": "",
              "Players Input Args": true,
              "Server Run Command": false,
              "Default Input Args": "Enter the home point name here and confirm twice"
            }

  4. Don´t work. Tryed it with

            {
              "Button Name": "ENT KILL",
              "Button Lable Color": "#b80000",
              "Button Command": "ent kill",
              "Button Permission": "EMenu.admin",
              "Players Input Args": false,
              "Server Run Command": false,
              "Default Input Args": ""
            }

    and

            {
              "Button Name": "ENT KILL",
              "Button Lable Color": "#b80000",
              "Button Command": "/ent kill",
              "Button Permission": "EMenu.admin",
              "Players Input Args": false,
              "Server Run Command": false,
              "Default Input Args": ""
            }

    This for example work´s

            {
              "Button Name": "NOCLIP",
              "Button Lable Color": "#b80000",
              "Button Command": "noclip",
              "Button Permission": "EMenu.admin",
              "Players Input Args": false,
              "Server Run Command": false,
              "Default Input Args": ""
            },

  5. How that work´s?

    Tryed some command´s but does nothing.

            {
              "Button Name": "ENT KILL",
              "Button Lable Color": "#b80000",
              "Button Command": "ent kill",
              "Button Permission": "EMenu.admin",
              "Players Input Args": false,
              "Server Run Command": true,
              "Default Input Args": ""
            }

  6. Hi,

    (14:03:10) | Failed to call hook 'OnPlayerRespawned' on plugin 'UnderwearSelection v1.0.1' (KeyNotFoundException: The given key '76561198028925402' was not present in the dictionary.)

    at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0

    at Oxide.Plugins.UnderwearSelection.UnderwearChange (BasePlayer player, System.UInt32 id) [0x00000] in <2c3fde8ebbf04cb8a9399978936db48a>:0

    at Oxide.Plugins.UnderwearSelection.OnPlayerRespawned (BasePlayer player) [0x00091] in <2c3fde8ebbf04cb8a9399978936db48a>:0

    at Oxide.Plugins.UnderwearSelection.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00238] in <2c3fde8ebbf04cb8a9399978936db48a>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0

  7. Hello again,

    please take a look at the latest entry in this config. When i add it and click the button than it don´t run /ammohud %ARGS%
    It run  /extraevents ui which is two entry´s above.

     

     

  8. Perfect, work´s. Thank you very much!

     

    [IQPermissions] A new permission EMenu.bauskin has been added to the configuration file

    [IQPermissions] A new permission EMenu.silber has been added to the configuration file

    [IQPermissions] A new permission EMenu.nachtsicht has been added to the configuration file

  9. Can´t get them working. Nothing appears in AdminMenu.

    I tested several times with

    "Button Permission": "EMenu.vip",
    "Button Permission": "EMenu.supporter",

    And the command /codelock from AutoCodeLock from Chaos doesn´t work.
    It don´t open the codelock menu. When i write the command in chat it work´s. Other commands like Chaos Clans and TeleportGUI work´s.

  10. Good morning, after latest update

    (07:58:12) | Failed to call hook 'OnServerInitialized' on plugin 'UnderwearSelection v1.0.1' (ArgumentException: Could not cast or convert from System.Int64 to Oxide.Plugins.UnderwearSelection+Data.)

    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

    (07:58:12) | Loaded plugin Underwear Selection v1.0.1 by Marat

  11. Hi,
     

    if players wait that the corpse change to backpack they get the npc´s loadout. For example Heavy scientist the m249. Possible to prevent this? It´s a kind of exploid. Grenade with 5 heavy´s you get than 5 m249.

  12.  

    I run extendedindustrial and there seems to be a conflict. Possible to fix that somehow? When i unload extendedindustrial there is no problem.

    With every single dung the composter take or you split something in it i get this.

     

    (14:33:58) | Failed to call hook 'OnItemStacked' on plugin 'IndustrialDung v0.1.2' (NullReferenceException: Object reference not set to an instance of an object)

    at Oxide.Plugins.IndustrialDung.SplitDungs (Item item, ItemContainer container) [0x00009] in <99c72c4ac6a74e14980139177c541a85>:0

    at Oxide.Plugins.IndustrialDung.OnItemStacked (Item destinationItem, Item sourceItem, ItemContainer destinationContainer) [0x00036] in <99c72c4ac6a74e14980139177c541a85>:0

    at Oxide.Plugins.IndustrialDung.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005ec] in <99c72c4ac6a74e14980139177c541a85>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e3740cd7ab6f40909737d74eeeaf1a8a>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <032ab7611607468ebf42c14e3cf9df20>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <032ab7611607468ebf42c14e3cf9df20>:0

     

  13. Get this many times since the update

    Calling hook CanCombineDroppedItem resulted in a conflict between the following plugins: BradleyDrops - True (Boolean), ExtractionRareMinerals (False (Boolean))


    and

     

    (20:34:57) | Failed to call hook 'OnItemRecycle' on plugin 'ExtractionRareMinerals v1.2.5' (NullReferenceException: Object reference not set to an instance of an object)

    at Item.CanStack (Item item) [0x0002e] in <f01c0b4aea2747d3be19340ac38d800d>:0

    at Recycler.MoveItemToOutput (Item newItem) [0x0001a] in <f01c0b4aea2747d3be19340ac38d800d>:0

    at Oxide.Plugins.ExtractionRareMinerals.OnItemRecycle (Item item, Recycler recycler) [0x00028] in <587cb0b3dfad44daa845c18dcd898de0>:0

    at Oxide.Plugins.ExtractionRareMinerals.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00146] in <587cb0b3dfad44daa845c18dcd898de0>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e3740cd7ab6f40909737d74eeeaf1a8a>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <032ab7611607468ebf42c14e3cf9df20>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <032ab7611607468ebf42c14e3cf9df20>:0

     

  14. Fixed

    in cs file find line 
     

    foreach (var item in player.inventory.FindItemIDs(config.PayItemID))



    and replace with

     

    foreach (var item in player.inventory.FindItemsByItemID(config.PayItemID))

     

  15. Fixed

    in cs file find line 

     

    List<Item> playerFuel = player.inventory.FindItemIDs(oven.fuelType.itemid);




    and replace with

     

    List<Item> playerFuel = player.inventory.FindItemsByItemID(oven.fuelType.itemid);

     

    • Like 1
  16. The drone arrive but without the chair.



    (23:15:00) | Failed to call hook 'AddStrike' on plugin 'DroneTaxi v1.0.14' (NullReferenceException: Object reference not set to an instance of an object)

    at Oxide.Plugins.DroneTaxi+Taxi..ctor (UnityEngine.Vector3 spawnPoint, UnityEngine.Quaternion rot, System.Int32 type) [0x00194] in <e33b8278d452420e914008d9ad445a3a>:0

    at Oxide.Plugins.DroneTaxi.AddStrike (Oxide.Core.Libraries.Covalence.IPlayer iplayer, System.String command, System.String[] args) [0x001e8] in <e33b8278d452420e914008d9ad445a3a>:0

    at Oxide.Plugins.DroneTaxi.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001fc] in <e33b8278d452420e914008d9ad445a3a>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e3740cd7ab6f40909737d74eeeaf1a8a>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <032ab7611607468ebf42c14e3cf9df20>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <032ab7611607468ebf42c14e3cf9df20>:0

    (23:15:03) | [DroneTaxi] 213.8752

    (23:15:09) | [DroneTaxi] 80.99438

    (23:15:12) | [DroneTaxi] 80.48639

    (23:15:12) | (1117.85, 80.49, 1528.53)

    (23:15:12) | Failed to call hook 'AddStrike' on plugin 'DroneTaxi v1.0.14' (NullReferenceException: Object reference not set to an instance of an object)

    at Oxide.Plugins.DroneTaxi+Taxi..ctor (UnityEngine.Vector3 spawnPoint, UnityEngine.Quaternion rot, System.Int32 type) [0x00194] in <e33b8278d452420e914008d9ad445a3a>:0

  17. Hi, got this. And the boxes stop randomly collecting. Players have to place new box or i have to reload plugin to get working again.
    Get this error when reloading the plugin on oxide linux dedicated
     

    (16:05:00) | Failed to call hook 'OnServerInitialized' on plugin 'AutoDungCollector v1.0.0' (NullReferenceException: )

    at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr)

    at UnityEngine.Component.GetComponent[T] () [0x00021] in <0b31faaf1c50461d95c83ac166a20393>:0

    at Oxide.Plugins.AutoDungCollector.OnServerInitialized () [0x00047] in <dd2d17a5a95040a3894f6873c93c6302>:0

    at Oxide.Plugins.AutoDungCollector.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008d] in <dd2d17a5a95040a3894f6873c93c6302>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d4a0be71194349e98f7b43231b9cea3b>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b974d7a025404888bcdd55b51f29c440>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b974d7a025404888bcdd55b51f29c440>:0

    (16:05:00) | Loaded plugin Auto Dung Collector v1.0.0 by NooBlet & MeinRust

  18. Hi,

    It don´t show players avatar. I have reload imagelibrary, deleted imagelibrary data and have made a server restart after that. No images

     

    GOT IT, SORRY!

    • Like 1
  19. Hi,

    (20:27:02) | Calling hook OnItemSplit resulted in a conflict between the following plugins: CustomMagazine - Item.weapon.mod.extendedmagsx1.279113567 (Item), Loottable (Item.weapon.mod.extendedmagsx1.279113569 (Item))

    get this every day several times. Don´t know what action trigger this message.

  20. 1.1.0 yes. Have changed this line in lang now. Fixed for me.

    "RefundBuyRequest": "You've canceled your buy request of <color=#5c81ed>{0}</color>.\n<color=#5c81ed>{1}</color> is back on your balance.",

    should be i think.

    "RefundBuyRequest": "You've canceled your buy request of <color=#5c81ed>{0}</color>.",

    or better

    "CanceledBuyRequest": "You've canceled your buy request of <color=#5c81ed>{0}</color>.",

     

  21. Hi,

     

    got this today again much times.
     

    (18:27:59) | Failed to call hook 'OnExplosiveFuseSet' on plugin 'NPCGrenades v1.2.6' (NullReferenceException: Object reference not set to an instance of an object)

    at Oxide.Plugins.NPCGrenades.OnExplosiveFuseSet (TimedExplosive explosive, System.Single fuseLength) [0x0002b] in <2f4c692401b94841b6747e8832a76ab9>:0

    at Oxide.Plugins.NPCGrenades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0056d] in <2f4c692401b94841b6747e8832a76ab9>: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

    (18:28:04) | Failed to call hook 'OnExplosiveFuseSet' on plugin 'NPCGrenades v1.2.6' (NullReferenceException: Object reference not set to an instance of an object)

  22. Nothing like this in oxide logs.
     

    Only this in latest.log

    System.NullReferenceException: Object reference not set to an instance of an object
      at BaseAIBrain.JoinGroup (IAIGroupable leader, BaseEntity leaderEntity) [0x00006] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at BaseAIBrain.AddMember (IAIGroupable member) [0x0008e] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at BaseAIBrain.UpdateGroup () [0x000b1] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at BaseAIBrain.Think (System.Single delta) [0x0004e] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at Oxide.Ext.ChaosNPC.CustomScientistBrain.Think (System.Single delta) [0x00056] in <fd3f7ba3784d406aa2bdca98d9d039a2>:0 
      at BaseAIBrain.DoThink () [0x0000d] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at HumanNPC.ServerThink (System.Single delta) [0x0001a] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at Oxide.Ext.ChaosNPC.CustomScientistNPC.ServerThink (System.Single delta) [0x00000] in <fd3f7ba3784d406aa2bdca98d9d039a2>:0 
      at NPCPlayer.ServerThink_Internal () [0x0000d] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at HumanNPC.TryThink () [0x00000] in <db3360bb83824ed1831e0b293cb12ebe>:0 
      at AIThinkManager.DoProcessing (ListHashSet`1[T] process, System.Single budgetSeconds, System.Int32& last) [0x00014] in <db3360bb83824ed1831e0b293cb12ebe>:0 

    • Like 1
  23. Hi

    Console spam since running shipwreck event

    (22:32:03) | Server Exception: Buoyancy Cycle
    (22:32:03) | NullReferenceException: Object reference not set to an instance of an object
    (22:32:03) | NullReferenceException: Object reference not set to an instance of an object
    (22:32:03) | NullReferenceException: Object reference not set to an instance of an object
    (22:32:03) | NullReferenceException: Object reference not set to an instance of an object

    Reload stops spam
    (22:35:30) | Unloaded plugin Shipwreck v1.0.3 by Adem
    (22:35:30) | Loaded plugin Shipwreck v1.0.3 by Adem
    (22:35:30) | Calling kill - but already IsDestroyed!? orebonus_generic[0] 

    • Like 1
  24. (12:23:48) | Failed to call hook 'CanStackItem' on plugin 'BradleyDrops v1.0.30' (NullReferenceException: Object reference not set to an instance of an object)

    at Oxide.Plugins.BradleyDrops.CanStackItem (Item item, Item targetItem) [0x00000] in <1856881e4009404598aa0285e4ed91a3>:0

    at Oxide.Plugins.BradleyDrops.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00983] in <1856881e4009404598aa0285e4ed91a3>: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

  25. Got this after latest update

     

    (07:55:54) | [TactiDllPluginLoader]: Loading /home/container/oxide/plugins/IMRGPersonalHorse.dll...

    (07:55:54) | [TactiDllPluginLoader]: Verifying Core...

    (07:55:54) | IMR .dll Verification failed. Please install the newest version of the IMR Tools Package and the newest version of IMRGPersonalHorse.

    If you are still having trouble after that feel free to contact IMR Games (by creating a Suppport Request) on the website you bought this plugin from.

    Please be sure to supply the below information should contacting IMR Games be necessary:

     

    System.Exception: Verify Core TactiToolsCore ---> Oxide.TactiDllPluginLoader.DllVerifyException: Member Reference uid (RID: 182) in [Unknown Parent] not found

    Field 'Item.uid' not found.

    at Oxide.TactiDllPluginLoader.Verify.VerifyAssemblyInternal (System.Reflection.Assembly assem, System.String assemPath) [0x00200] in <98ebcdc17e794253945a856f2d20caf8>:0

    at Oxide.TactiDllPluginLoader.Verify.<VerifyCore>g__Verify|5_0 (System.String name) [0x00066] in <98ebcdc17e794253945a856f2d20caf8>:0

    --- End of inner exception stack trace ---

    at Oxide.TactiDllPluginLoader.Verify.<VerifyCore>g__Verify|5_0 (System.String name) [0x00084] in <98ebcdc17e794253945a856f2d20caf8>:0

    at Oxide.TactiDllPluginLoader.Verify.VerifyCore () [0x00014] in <98ebcdc17e794253945a856f2d20caf8>:0

    at Oxide.TactiDllPluginLoader.Verify.VerifyAssembly (System.Reflection.Assembly assem, System.String assemPath, System.String plName) [0x00007] in <98ebcdc17e794253945a856f2d20caf8>:0

    (07:55:54) | Could not load plugin IMRGPersonalHorse (Exception: .dll Verification Failed. Please see line above plugin initialize message)

    at Oxide.TactiDllPluginLoader.Verify.VerifyAssembly (System.Reflection.Assembly assem, System.String assemPath, System.String plName) [0x00071] in <98ebcdc17e794253945a856f2d20caf8>:0

    at Oxide.Core.Plugins.TactiDllPluginLoader.GetPlugin (System.String filename) [0x00066] in <98ebcdc17e794253945a856f2d20caf8>:0

  26. Same here and very often

    (17:41:13) | Failed to call hook 'OnPlayerDeath' on plugin 'SimpleKillMessages v1.2.5' (NullReferenceException: Object reference not set to an instance of an object)

    at Oxide.Plugins.SimpleKillMessages.DeathFromExplosion (BasePlayer victim, BasePlayer attacker, HitInfo info) [0x00000] in <fb4d4aafb75740f782871f57414ddfda>:0

    at Oxide.Plugins.SimpleKillMessages.OnPlayerDeath (BasePlayer entity, HitInfo info) [0x001a9] in <fb4d4aafb75740f782871f57414ddfda>:0

    at Oxide.Plugins.SimpleKillMessages.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0018d] in <fb4d4aafb75740f782871f57414ddfda>: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

  27. at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0

    (22:22:18) | NullReferenceException: Object reference not set to an instance of an object

    (22:23:25) | [TactiDllPluginLoader]: Loading /home/container/oxide/plugins/IMRGPersonalHorse.dll...

    (22:23:25) | [TactiDllPluginLoader]: Verifying Core...

    (22:23:25) | IMR .dll Verification failed. Please install the newest version of the IMR Tools Package and the newest version of IMRGPersonalHorse.

    If you are still having trouble after that feel free to contact IMR Games (by creating a Suppport Request) on the website you bought this plugin from.

    Please be sure to supply the below information should contacting IMR Games be necessary:

     

    System.Exception: Verify Core TactiToolsCore ---> Oxide.TactiDllPluginLoader.DllVerifyException: Member Reference GiveItem (RID: 174) in [Unknown Parent] not found

    bool PlayerInventory.GiveItem(Item,ItemContainer)

    at Oxide.TactiDllPluginLoader.Verify.VerifyAssemblyInternal (System.Reflection.Assembly assem, System.String assemPath) [0x00200] in <be87a326de994b6891a36c917b26c050>:0

    at Oxide.TactiDllPluginLoader.Verify.<VerifyCore>g__Verify|5_0 (System.String name) [0x00066] in <be87a326de994b6891a36c917b26c050>:0

    at Oxide.TactiDllPluginLoader.Verify.<VerifyCore>g__Verify|5_0 (System.String name) [0x00084] in <be87a326de994b6891a36c917b26c050>:0

    at Oxide.TactiDllPluginLoader.Verify.VerifyCore () [0x00014] in <be87a326de994b6891a36c917b26c050>:0

    at Oxide.TactiDllPluginLoader.Verify.VerifyAssembly (System.Reflection.Assembly assem, System.String assemPath, System.String plName) [0x00007] in <be87a326de994b6891a36c917b26c050>:0

    (22:23:25) | Could not load plugin IMRGPersonalHorse (Exception: .dll Verification Failed. Please see line above plugin initialize message)

    at Oxide.TactiDllPluginLoader.Verify.VerifyAssembly (System.Reflection.Assembly assem, System.String assemPath, System.String plName) [0x00071] in <be87a326de994b6891a36c917b26c050>:0

    at Oxide.Core.Plugins.TactiDllPluginLoader.GetPlugin (System.String filename) [0x00066] in <be87a326de994b6891a36c917b26c050>:0

     

  28. Hi,

    what about different screen resolutions? I have widescreen and with active custom hud i have standard and custom hud side by side and it lay over zlevel hud.

    Also i want to know if its possible to show 4 lines. Health, thurst, food and eco

1.7m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

122.5k

Files Sold

Total number of files sold.

2.5m

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.