-
Posts
746 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by NEXT
-
Nothing in particular is happening. Are there any compatibility issues with the free uMod plugin HITICON?
-
Even if I entered the oxide.reload command while the server was running, an error log was displayed. I restarted the server and waited for a few days. No logs were output at all.
-
Failed to call hook 'OnCorpsePopulate' on plugin 'DefendableBases v1.2.7' (NullReferenceException: Object reference not set to an instance of an object) at HumanNPC.AttackerInfo (ProtoBuf.PlayerLifeStory+DeathInfo info) [0x00019] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at Oxide.Plugins.NpcSpawn+CustomScientistNpc.AttackerInfo (ProtoBuf.PlayerLifeStory+DeathInfo info) [0x00000] in <4b5b42cebc0c4effa08b5fb7d3782e5b>:0 at BasePlayer.LifeStoryLogDeath (BasePlayer+DeathBlow& deathBlow, Rust.DamageType lastDamage) [0x0004d] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at BasePlayer.OnDied (HitInfo info) [0x009bf] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at BaseCombatEntity.Die (HitInfo info) [0x00084] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at BasePlayer.Die (HitInfo info) [0x000d6] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at BaseCombatEntity.Hurt (HitInfo info) [0x002b8] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at BasePlayer.Hurt (HitInfo info) [0x0031b] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at BaseCombatEntity.Hurt (System.Single amount, Rust.DamageType type, BaseEntity attacker, System.Boolean useProtection) [0x0002f] in <91b60f48d47248f6ac2cbd0d5e1535e7>:0 at Oxide.Plugins.DefendableBases.OnBomberExplosion (ScientistNPC npc, BaseEntity target) [0x00150] in <4b5b42cebc0c4effa08b5fb7d3782e5b>:0 at Oxide.Plugins.DefendableBases.OnCorpsePopulate (ScientistNPC entity, NPCPlayerCorpse corpse) [0x0011c] in <4b5b42cebc0c4effa08b5fb7d3782e5b>:0 at Oxide.Plugins.DefendableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00cc1] in <4b5b42cebc0c4effa08b5fb7d3782e5b>: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 :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
-
oh ,,,,i see. thnak you.
-
"Commands": [ "score". ], ⇒OK "Commands": [ "skilltree". ], ⇒NO "Commands": [ "taxi". ], ⇒NO "Commands": [ "vanish". ], ⇒OK "Commands": [ "radar". ], ⇒OK
-
+ ADD CATEGORY { "ID": -494030190, "Enabled": true, "Permission": "", "Title": "SKILL", "Chat Button": true, "Show Pages?": false, "Commands": [ "/skilltree" ], In my environment, even when I implemented a chat command in a new category, it was not called.
-
disappointing. . . It doesn't move after all
-
Cause: OnItemAction() could not find mapConfig, so it continued processing and referenced null. Code flaw: mapConfig was not passed to SpawnChest(), and was searched for again internally. Fix: Changed so that mapConfig is passed as an argument to SpawnChest(). Fix: Null references are completely eliminated, preventing errors 100%.
-
What is broken? I asked chatGPT to check it and there was no problem. It is said that the fatal bug is that the plugin does not check the SkinID. TreasureMaps.json
-
Failed to call hook 'OnItemAction' on plugin 'TreasureMaps v2.0.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.TreasureMaps+<>c__DisplayClass46_0.b__0 (Oxide.Plugins.TreasureMaps+MapConfiguration c) [0x00006] in <691aa094e0ca4f1c878c2e85eb669bc8>:0 at System.Collections.Generic.List`1[T].Find (System.Predicate`1[T] match) [0x0000d] in <5aefc10cb7a348a6a66a4e2036c11d65>:0 at Oxide.Plugins.TreasureMaps.OnItemAction (Item item, System.String action, BasePlayer player) [0x00033] in <691aa094e0ca4f1c878c2e85eb669bc8>:0 at Oxide.Plugins.TreasureMaps.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00cc8] in <691aa094e0ca4f1c878c2e85eb669bc8>: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 :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
-
ok thank you I will solve it my way