Jump to content

Муреныч

Member
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Муреныч

  1. Thanks
  2. Failed to call hook 'OnEntityEnter' on plugin 'RaidableBases v3.0.3' (ArgumentNullException: Value cannot be null. Parameter name: key) at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <f98723dd4586469db5213ec59da723ca>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) [0x00000] in <f98723dd4586469db5213ec59da723ca>:0 at Oxide.Plugins.RaidableBases.IsProtectedScientist (BasePlayer player, BaseEntity entity) [0x00022] in <f9e77dbddf2f41e9973bd96017f51a5a>:0 at Oxide.Plugins.RaidableBases.OnEntityEnter (TriggerBase trigger, BasePlayer player) [0x00075] in <f9e77dbddf2f41e9973bd96017f51a5a>:0 at Oxide.Plugins.RaidableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x012f5] in <f9e77dbddf2f41e9973bd96017f51a5a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
  3. Sorry, i found a solution to replace with assets/content/vehicles/horse/ridablehorse2.prefab
  4. Муреныч

    Bases can't spawn

    What kind of mistake is this? Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at RidableHorse.ServerInit () [0x00062] in <396601723cc444aeaa5dcb8a6dba3d16>:0 at BaseNetworkable.Spawn () [0x0004f] in <396601723cc444aeaa5dcb8a6dba3d16>:0 at BaseEntity.Spawn () [0x00000] in <396601723cc444aeaa5dcb8a6dba3d16>:0 at BaseVehicle.Spawn () [0x00000] in <396601723cc444aeaa5dcb8a6dba3d16>:0 at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x004ab] in <00668558dbd74f81b0a69ea0c443d37a>:0 at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00088] in <00668558dbd74f81b0a69ea0c443d37a>:0 at Oxide.Plugins.CopyPaste+<>c__DisplayClass46_0.<PasteLoop>b__0 () [0x00000] in <00668558dbd74f81b0a69ea0c443d37a>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <d646191a355d43a6b3ab36b7ee14c740>:0
  5. Муреныч

    Blacklist

    Is it possible to add a blacklist so as not to use third-party plugins for this?
  6. Муреныч

    Speed Recycler

    Is it possible to add compatibility with this plugin or make a feature in your plugin to change the recycling rate? https://umod.org/plugins/recycler-speed
  7. NpcSpawn - Failed to compile: The name 'f' does not exist in the current context | Line: 26, Pos: 33
  8. Муреныч

    Error

    Can hosting or other plugins block any hooks from the plugin? Although everything worked fine before that.
  9. Муреныч

    Error

    in general, I deleted everything related to the plugin, reinstalled it and tried to improve 1 mailbox, and immediately the error was the same and the mailbox did not improve.
  10. Муреныч

    Error

    Failed to call hook 'OpenStorage' on plugin 'InstancedContainers v1.0.10' (OverflowException: Value was either too large or too small for a UInt32.) at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x0001a] in <e3aa8db986d7457ca73f10110f1283f5>:0 at System.Number.ParseUInt32 (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) [0x00018] in <e3aa8db986d7457ca73f10110f1283f5>:0 at System.UInt32.Parse (System.String s, System.IFormatProvider provider) [0x00017] in <e3aa8db986d7457ca73f10110f1283f5>:0 at System.Convert.ToUInt32 (System.String value) [0x0000b] in <e3aa8db986d7457ca73f10110f1283f5>:0 at Oxide.Plugins.InstancedContainers.OpenStorage (ConsoleSystem+Arg arg) [0x000b5] in <1dd1694e31a540908b786e8b7debe901>:0 at Oxide.Plugins.InstancedContainers.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00c93] in <1dd1694e31a540908b786e8b7debe901>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d6c86c8d80194fdcb3c8f9ef51229cb4>: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
  11. Муреныч

    Move the menu

    How can I move the plugin menu to the right, otherwise it overlaps the list of team members?
  12. I know that you have made a configuration file in Russian, will it be added here?
  13. Thanks, they are definitely working now, the bases have appeared on the map, everything is fine.
  14. although no, it didn't quite work out, it still blocks hosting(((
  15. Thank you very much, everything worked.
  16. Failed to call hook 'OnServerInitialized' on plugin 'RaidableBases v2.7.7' (UnauthorizedAccessException: Access to the system is limited, there are not enough rights to use it -> (TYPE)System.IO.Directory) after the release of version 2.7.7, my hosting does not allow me to download this plugin. Earlier versions work. Is there anything we can do about it?
  17. Муреныч

    CLOSED

    the month is over, and the plugin has not been fixed, as the author promised.
  18. Муреныч

    no loot

    I have the same
  19. Муреныч

    Spam console

    Не удалось вызвать хук «OnLootEntityEnd» в плагине «TheButton v1.0.8» (KeyNotFoundException: данный ключ отсутствует в словаре.) в System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (ключ TKey) [0x0001e] в <eae584ce26bc40229c1b1aa476bfa589>:0 at Oxide.Plugins.TheButton.OnLootEntityEnd (игрок BasePlayer, объект BaseCombatEntity) [0x00044] в <e6d9453f04154533beba422fd74d04bc>:0 at Oxide.Plugins.TheButton.DirectCallHook (имя System.String, System.Object& ret, аргументы System.Object[]) [0x0031d] в <e6d9453f04154533beba422fd74d04bc>:0 в Oxide.Plugins.CSharpPlugin.InvokeMethod (метод Oxide.Core.Plugins.HookMethod, аргументы System.Object[]) [0x00079] в <e23ba2c0f246426296d81c842cbda3af>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (имя System.String, аргументы System.Object[]) [0x000d8] в <50629aa0e75d4126b345d8d9d64da28d>:0 at Oxide.Core.Plugins.Plugin.CallHook (перехватчик System.String, аргументы System.Object[]) [0x00060] в <50629aa0e75d4126b345d8d9d64da28d>:0
  20. NullReferenceException at (wrapper managed-to-native) UnityEngine.Object.GetName(UnityEngine.Object) at UnityEngine.Object.get_name () [0x00001] in <ba657ba1ce6746c39d9263534c2395e1>:0 at Oxide.Plugins.RaidableBases+SpawnsController.IsAreaSafe (Oxide.Plugins.RaidableBases+SpawnsController+SafeAreaCheck sac, Oxide.Plugins.RaidableBases+CacheType& cacheType, System.String& message) [0x00130] in <ba9e5a93bbbf452b9672ae8a31e2b845>:0 at Oxide.Plugins.RaidableBases+SpawnsController.IsValidLocation (UnityEngine.Vector3 vector, System.Single radius, System.Single md, System.Boolean seabed) [0x0000f] in <ba9e5a93bbbf452b9672ae8a31e2b845>:0 at Oxide.Plugins.RaidableBases+SpawnsController.ExtractLocation (Oxide.Plugins.RaidableBases+RaidableSpawns spawns, UnityEngine.Vector3 position, System.Single e, System.Single m, System.Single p, System.Single w, System.Boolean s) [0x00000] in <ba9e5a93bbbf452b9672ae8a31e2b845>:0 at Oxide.Plugins.RaidableBases+GridController+<GenerateGrid>c__Iterator0.MoveNext () [0x00282] in <ba9e5a93bbbf452b9672ae8a31e2b845>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <ba657ba1ce6746c39d9263534c2395e1>:0
  21. Acknowledged. If the card is 4000-5000 all is well, but if 3500 and little empty space, then the terrible lag begins. So I understand the bases are trying to sleep, but do not find a place for it, as a result, all can not even move from their seats.
  22. How to make it look like in your video, you take out a mallet and an improvement menu appears? P.S. already figured it out) You would at least add to the description that the number 7 pull out the mallet + the appearance of the menu.
  23. Thank you very much!
  24. how to make sure that the patrol helicopter does not cause damage to the raid bases? Otherwise, the players send a helicopter to the base and it demolishes it with volleys of missiles.
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119k

Files Sold

Total number of files sold.

2.4m

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.