-
Posts
720 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Papi Rusty
-
1: Turrets do not shoot. I tried enabling the turret config option but still they just "beep" but dont shoot 2: The UI does not display the number of npcs or turrets or anything in the UI.
-
Woops! my bad!
-
NullReferenceException: Object reference not set to an instance of an object at ResourceDepositManager.GetOrCreate (UnityEngine.Vector3 pos) [0x00005] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at MiningQuarry.ServerInit () [0x00021] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseNetworkable.Spawn () [0x0004f] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseEntity.Spawn () [0x00000] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseEntity.SpawnAsMapEntity () [0x0009a] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at SaveRestore.SpawnMapEntities (System.Collections.Generic.List`1[T] entities) [0x0003d] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at ServerMgr.Initialize (System.Boolean loadSave, System.String saveFile, System.Boolean allowOutOfDateSaves, System.Boolean skipInitialSpawn) [0x0009d] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at Bootstrap+<StartServer>d__21.MoveNext () [0x00325] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <470ec865e9cd405cbc45cdbc22bb3c0c>:0 Yes I have rust edit extensions and yes its up to date. No i have not modified the map or launched it on rust edit.
-
-
He can simply reskin the camera, so it's not the default camera he's giving you, but a custom-skinned version. This is done by creating a custom item icon and uploading it to the Steam Workshop. The Water Bases plugin uses a similar method, where it provides an inner tube (a DLC item), and Animal Farm gives you a pool as the base for placing the farm. Hopefully, he's able to do the same here. I'm happy to make the icon for him if needed. @Chill Roleplay@the-bandit
-
Please add option to remove chat message when claiming kit
-
It happens when you try to remove skin id from an item. you have to remove the name too buts invisible you cant see
-
Failed to call hook 'CmdKitsConsole' on plugin 'Kits v2.2.6' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Kits.CmdKitsConsole (ConsoleSystem+Arg arg) [0x01084] in <b2ba2429cbbb41e5a8e8a9dd416bbe38>:0 at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01559] in <b2ba2429cbbb41e5a8e8a9dd416bbe38>: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 <d59b507fd76240e5b62228d0eae39b73>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d59b507fd76240e5b62228d0eae39b73>:0
-
i had to kill the npcs to stop the spamming.
-
-
tried reloading and got this spamming consolle NullReferenceException at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at BasePathNode.IsValid () [0x00000] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseNavigator.GetNextPathPosition () [0x00025] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseNavigator.UpdateMovement (System.Single delta) [0x000b5] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseNavigator.UpdateNavigation (System.Single delta) [0x00000] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseNavigator.Think (System.Single delta) [0x0001f] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseAIBrain.DoMovementTick () [0x0002c] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseAIBrain.TickMovement () [0x00069] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at InvokeHandlerBase`1[T].DoTick () [0x00138] in <05bc115bb13446a4a5a9726e7cadc8a1>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <05bc115bb13446a4a5a9726e7cadc8a1>:0
-
-
-
-
also got this error not sure if its related NullReferenceException: Object reference not set to an instance of an object at HumanNPC.AttackerInfo (ProtoBuf.PlayerLifeStory+DeathInfo info) [0x00019] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at Oxide.Plugins.NpcSpawn+CustomScientistNpc.AttackerInfo (ProtoBuf.PlayerLifeStory+DeathInfo info) [0x00000] in <3cdd93356b084b6baa1a2983c53b773f>:0 at BasePlayer.LifeStoryLogDeath (BasePlayer+DeathBlow& deathBlow, Rust.DamageType lastDamage) [0x000ce] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BasePlayer.OnDied (HitInfo info) [0x00987] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BaseCombatEntity.Die (HitInfo info) [0x0008b] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BasePlayer.Die (HitInfo info) [0x000ce] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at BasePlayer.WoundingTick () [0x000e6] in <6a0cddd1b3834d348f4fc9ac7883d503>:0 at InvokeHandlerBase`1[T].DoTick () [0x00138] in <05bc115bb13446a4a5a9726e7cadc8a1>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <05bc115bb13446a4a5a9726e7cadc8a1>:0
-
So when I kill a zombie, it just shows "scientist" as the name. I'm using the ZombieHorde plugin. Same thing happens when I kill a custom NPC , even if I've named them something specific, it still just says "scientist." Is there a way to make it show their actual names? Console shows their custom names fine, so it's picking it up somewhere. I came from using DeathNotes on uMod, and while this plugin is way better, even DeathNotes could display the proper custom names. Thanks!
-
- 33 comments
-
I have to disconnect from server and rejoin so it can fix. but it only fixes for me. everyone has to reconnect to server too to fix. but later same thing happens
-
now with all the addons its getting worse. Please let me know when you can fix this> I cant edit or close the wipe schedule. i have to reload it. Kits is the same way.
-
@Mercury Did you ever test this. Still having issues with this
-
how do i give permission
-
also getting this error DiscordAPIError[50013]: Missing Permissions at handleErrors (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:730:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async SequentialHandler.runRequest (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:1133:23) at async SequentialHandler.queueRequest (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:963:14) at async _REST.request (/home/container/node_modules/discord.js/node_modules/@discordjs/rest/dist/index.js:1278:22) at async GuildMemberManager.edit (/home/container/node_modules/discord.js/src/managers/GuildMemberManager.js:381:15) { requestBody: { files: undefined, json: { nick: 'dragonprincessjay' } }, rawError: { message: 'Missing Permissions', code: 50013 }, code: 50013, status: 403, method: 'PATCH',