-
Posts
87 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by JimDeadlock
-
The downloaded zip contains a folder called Frostland_ver10 but the map file is Frostland_ver9.map is this correct?
-
Raidable Bases Pack (Easy to Nightmare 110 Bases)
JimDeadlock commented on fullwiped's file in Bases
- 5 comments
-
- #raid
- #raidable
-
(and 21 more)
Tagged with:
- #raid
- #raidable
- #raidable bases
- #base
- #bases pack
- #bases
- #raid base
- #raid bases
- #raid bases package
- #bases package
- #raid base pack
- #raid mega
- #raidable mega pack
- #raids
- #raidablebase
- #raid base mega pack
- #raidable base pack
- #raidable base package
- #base design
- #base pack
- #base package
- #base raidables
- #base packs
-
I've tried 3 different methods of entering the command: In chat: /wipe add "2024-11-07 19:00" In F1 console: wipe add "2024-11-07 19:00" In WebRcon: wipe add "2024-11-07 19:00" /wipe time output: 12.19:09:45:6070260 (the actual server time is 00:50) I keep checking the config file WipeStatus.json and it is never updated when I enter the add command. I also tried reloading WipeStatus and AdvancedStatus after add command, just in case. My server is Linux (Debian 12)
-
Thank you for that! Please note however the add command is still not working.
-
/wipe add "2024-10-31 19:00" ... fails to add. Also, please consider reverting this new UTC nonsense - see my post in comments section.
-
Comments should be in reverse chronological order so the newest ones are shown first. It's silly having to scroll to the bottom and click the >> link to see the latest comment. Or maybe have some other way of easily accessing the newest posts? They are annoying to access if it's a lengthy thread.
-
- 297 comments
-
- 297 comments
-
Couple of questions about player usage: 1. "Reset all selected skins" - does this change them to default, and how do you select them? When you click them it goes to that list, there is no selection. 2. Is there a way to get skins back on your menu if you accidentally delete them? Perhaps a "reset everything" option somewhere?
- 297 comments
-
Thanks!
-
Players are constantly getting kicked with error "RPC Error in MoveItem". It only happens when XSkinMenu is loaded, the player has auto-skinning enabled and they loot a crate with right-click. Sample log errors attached. rpc-error.txt
-
Thanks for the quick fix!
-
- 14 comments
-
- #vehicles
- #server rewards
-
(and 3 more)
Tagged with:
-
- 137 comments
-
- 14 comments
-
- #vehicles
- #server rewards
-
(and 3 more)
Tagged with:
-
- 14 comments
-
- #vehicles
- #server rewards
-
(and 3 more)
Tagged with:
-
I'm using Carbon and having issues with XBuildingSkinMenu not loading on server startup: [XBuildingSkinMenu] You don't have the plugin installed - XSkinMenu! I do have XSkinMenu and it loads fine. I can load XBuildingSkinMenu manually after startup fine. My guess is that it's trying to load XBuildingSkinMenu first alphabetically.
-
We use the XBuildingSkinMenu plugin and we have the problem of reverting to twig when auto upgrading, if the building is skinned. I'm not sure, but I think this may have started with ABU v1.2.0
-
I have this config: "Require All Bases To Spawn Persists On Restart": true, ... but the bases (from /buyraid) crumble immediately after server restart. Is this normal? Is there a way to prevent it?
-
- 6 comments
-
- #rust plus
- #block
-
(and 3 more)
Tagged with:
-
I can confirm that the logs are now totally clean. Thanks for all your hard work with this.
-
"The given key" is not always the same. OnSendCommand is very frequent. OnPlayerSleepEnded and OnNpcConversationStart were in yesterday's logs which I no longer have, I'll add them here if I see them again. I've included some others I've seen today. Failed to call internal hook 'OnSendCommand' on plugin 'AdvancedStatus v0.1.10' [392836241] (The given key '76561197970769995' was not present in the dictionary.) at Dictionary<string, DateTime> System.Collections.Generic.Dictionary<ulong, System.Collections.Generic.Dictionary<string, DateTime>>.get_Item(ulong key) at void Oxide.Plugins.AdvancedStatus.OnSendCommand(Connection connection, string command, object[] args) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 569 at object Oxide.Plugins.AdvancedStatus.InternalCallHook(uint hook, object[] args) in AdvancedStatus.cs/Internal:line 244 Failed to call internal hook 'CreateBar' on plugin 'AdvancedStatus v0.1.10' [4161173479] (The given key '76561197993003516' was not present in the dictionary.) at PlayerData System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.AdvancedStatus+PlayerData>.get_Item(ulong key) at int Oxide.Plugins.AdvancedStatus.CountStatusBar(BasePlayer player)+CountPrivilege(ref <>c__DisplayClass20_0) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 276 at int Oxide.Plugins.AdvancedStatus.CountStatusBar(BasePlayer player) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 233 at void Oxide.Plugins.AdvancedStatus.InitCountBars(BasePlayer player, bool forceUpdate) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 362 at void Oxide.Plugins.AdvancedStatus.CreateBar(BasePlayer player, Dictionary<string, object> parameters) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 472 at object Oxide.Plugins.AdvancedStatus.InternalCallHook(uint hook, object[] args) in AdvancedStatus.cs/Internal:line 70 Failed to call internal hook 'DeleteBar' on plugin 'AdvancedStatus v0.1.10' [3724855277] (The given key '76561197993003516' was not present in the dictionary.) at PlayerData System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.AdvancedStatus+PlayerData>.get_Item(ulong key) at int Oxide.Plugins.AdvancedStatus.CountStatusBar(BasePlayer player)+CountPrivilege(ref <>c__DisplayClass20_0) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 276 at int Oxide.Plugins.AdvancedStatus.CountStatusBar(BasePlayer player) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 233 at void Oxide.Plugins.AdvancedStatus.InitCountBars(BasePlayer player, bool forceUpdate) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 362 at void Oxide.Plugins.AdvancedStatus.DeleteBar(BasePlayer player, string id, string plugin) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 483 at object Oxide.Plugins.AdvancedStatus.InternalCallHook(uint hook, object[] args) in AdvancedStatus.cs/Internal:line 90 Failed to call internal hook 'InBuildingPrivilege' on plugin 'AdvancedStatus v0.1.10' [926706840] (The given key '76561199173846844' was not present in the dictionary.) at PlayerData System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.AdvancedStatus+PlayerData>.get_Item(ulong key) at bool Oxide.Plugins.AdvancedStatus.InBuildingPrivilege(BasePlayer player) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 502 at object Oxide.Plugins.AdvancedStatus.InternalCallHook(uint hook, object[] args) in AdvancedStatus.cs/Internal:line 134 Failed to call internal hook 'OnPlayerConnected' on plugin 'WipeStatus v0.1.3' [3704844088] (Object reference not set to an instance of an object) at bool Oxide.Plugins.WipeStatus.InBuildingPrivilege(BasePlayer player) in /home/jim/svr/carbon/plugins/WipeStatus.cs:line 243 at void Oxide.Plugins.WipeStatus.SendBar(BasePlayer player) in /home/jim/svr/carbon/plugins/WipeStatus.cs:line 210 at void Oxide.Plugins.WipeStatus.OnPlayerConnected(BasePlayer player) in /home/jim/svr/carbon/plugins/WipeStatus.cs:line 316 at object Oxide.Plugins.WipeStatus.InternalCallHook(uint hook, object[] args) in WipeStatus.cs/Internal:line 130 Failed to call internal hook 'OnNpcConversationStart' on plugin 'AdvancedStatus v0.1.10' [1078050082] (The given key '76561199506834506' was not present in the dictionary.) at PlayerData System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.AdvancedStatus+PlayerData>.get_Item(ulong key) at void Oxide.Plugins.AdvancedStatus.OnNpcConversationStart(NPCTalking npcTalking, BasePlayer player, ConversationData conversationData) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 576 at object Oxide.Plugins.AdvancedStatus.InternalCallHook(uint hook, object[] args) in AdvancedStatus.cs/Internal:line 206 Failed to call internal hook 'OnNpcConversationEnded' on plugin 'AdvancedStatus v0.1.10' [1428538032] (The given key '76561199506834506' was not present in the dictionary.) at PlayerData System.Collections.Generic.Dictionary<ulong, Oxide.Plugins.AdvancedStatus+PlayerData>.get_Item(ulong key) at void Oxide.Plugins.AdvancedStatus.OnNpcConversationEnded(NPCTalking npcTalking, BasePlayer player) in /home/jim/svr/carbon/plugins/AdvancedStatus.cs:line 583 at object Oxide.Plugins.AdvancedStatus.InternalCallHook(uint hook, object[] args) in AdvancedStatus.cs/Internal:line 194
