Jump to content

SLATE

Member
  • Posts

    179
  • Joined

Everything posted by SLATE

  1. SLATE

    XPrison

    Just a heads up -- that website you link to in the description no longer allows users to create free radio stations. They went to paid only.
  2. SLATE

    Headlight

    (10:30:17) | Failed to call internal hook 'OnPlayerSleepEnded' on plugin 'HeadLight v1.0.8' [3025469128] (Object reference not set to an instance of an object) at void Oxide.Plugins.HeadLight.OnPlayerSleepEnded(BasePlayer player) in C:/AMPDatastore/Instances/rustserver01/rust/258550/carbon/plugins/HeadLight.cs:line 286 at object Oxide.Plugins.HeadLight.InternalCallHook(uint hook, object[] args) in HeadLight.cs/Internal:line 167 (10:30:17) | Failed to call internal hook 'OnPlayerSleepEnded' on plugin 'LootDefender v2.2.4' [3025469128] (Object reference not set to an instance of an object) at bool Oxide.Plugins.LootDefender.HasPermission(BasePlayer player, string perm) in C:/AMPDatastore/Instances/rustserver01/rust/258550/carbon/plugins/LootDefender.cs:line 3500 at void Oxide.Plugins.LootDefender+UI.ShowLockouts(BasePlayer player) in C:/AMPDatastore/Instances/rustserver01/rust/258550/carbon/plugins/LootDefender.cs:line 2559 at void Oxide.Plugins.LootDefender.OnPlayerSleepEnded(BasePlayer player) in C:/AMPDatastore/Instances/rustserver01/rust/258550/carbon/plugins/LootDefender.cs:line 883 at object Oxide.Plugins.LootDefender.InternalCallHook(uint hook, object[] args) in LootDefender.cs/Internal:line 674 (10:30:17) | Failed to call internal hook 'OnPlayerSleepEnded' on plugin 'PlayerSpawnPoints v2.0.2' [3025469128] (Object reference not set to an instance of an object) at void Oxide.Plugins.PlayerSpawnPoints.OnPlayerSleepEnded(BasePlayer player) in C:/AMPDatastore/Instances/rustserver01/rust/258550/carbon/plugins/PlayerSpawnPoints.cs:line 271 at object Oxide.Plugins.PlayerSpawnPoints.InternalCallHook(uint hook, object[] args) in PlayerSpawnPoints.cs/Internal:line 122 (10:30:17) | Failed to call internal hook 'OnPlayerSleepEnded' on plugin 'RaidableBases v3.0.1' [3025469128] (Object reference not set to an instance of an object) at void Oxide.Plugins.RaidableBases.OnPlayerSleepEnded(BasePlayer player) in C:/AMPDatastore/Instances/rustserver01/rust/258550/carbon/plugins/RaidableBases.cs:line 12828 at object Oxide.Plugins.RaidableBases.InternalCallHook(uint hook, object[] args) in RaidableBases.cs/Internal:line 2205 I assume its probably one of those that throw the error alongside it?
  3. SLATE

    Headlight

    I tried to repro it, but I can't reliably do so. It just happens on occasion
  4. Sounds great. I'll just use my custom changes for now while I wait. Do you have a timeline by chance? If not, no worries, my workaround is fine for a while
  5. Any chance you can change the code to this: void Init() { if (_config.startevent>0) { timer.Every(_config.startevent, () => { StartEvent(); timer.Once(_config.endevent, () => { EndEvent(); }); }); } } and: [ConsoleCommand("siloeventstart")] [ChatCommand("siloeventstart")] and [ConsoleCommand("siloeventstop")] [ChatCommand("siloeventstop")] So that those of us that want to trigger this with something like Event Manger can disable the automatic start?
  6. SLATE

    Headlight

    I also have that issue. It seems to occur after log out and log back in.
  7. SLATE

    Rust Rewards

    What are you trying to do? Cause I feel like what you're looking for already works. I haven't seen the same behavior. And I forgot I answered the same thing a few days ago hah
  8. SLATE

    Rust Rewards

    You can do this pretty easily. Just set the value to 0 for the entities: "Pickup": { "berry-black-collectable": 1.0, "berry-blue-collectable": 1.0, "berry-green-collectable": 1.0, "berry-red-collectable": 1.0, "berry-white-collectable": 1.0, "berry-yellow-collectable": 1.0, "black_berry.entity": 0.0, "blue_berry.entity": 0.0, "corn.entity": 0.0, "corn-collectable": 1.0, "diesel_collectable": 1.0, "green_berry.entity": 0.0, "halloween-bone-collectable": 1.0, "halloween-metal-collectable": 1.0, "halloween-stone-collectable": 1.0, "halloween-sulfur-collectible": 1.0, "halloween-wood-collectable": 1.0, "hemp.entity": 0.0, "hemp-collectable": 1.0, "metal-collectable": 1.0, "mushroom-cluster-5": 1.0, "mushroom-cluster-6": 1.0, "potato.entity": 0.0, "potato-collectable": 1.0, "pumpkin.entity": 0.0, "pumpkin-collectable": 1.0, "red_berry.entity": 0.0, "stone-collectable": 1.0, "sulfur-collectable": 1.0, "white_berry.entity": 0.0, "wood-collectable": 1.0, "yellow_berry.entity": 0.0 }
  9. SLATE

    Player Spawn Points

    Figured it out -- the format I had of the coordinates was bad
  10. SLATE

    Player Spawn Points

    Doesnt look like they are spawning in the right spot
  11. How do you replace a map without forcing a wipe?
  12. SLATE

    Skill Tree

    Sorry been busy with wipe day, as I'm sure you are too. The gray one is from
  13. SLATE

    Player Spawn Points

    It occurred when a player spawns. Here's an example with surrounding logs: (18:07:49) | Failed to call internal hook 'OnPlayerRespawn' on plugin 'PlayerSpawnPoints v2.0.2' [1546340674] (Input string was not in a correct format.) at void Number.ThrowOverflowOrFormatException(bool overflow, string overflowResourceKey) at float Number.ParseSingle(ReadOnlySpan<char> value, NumberStyles styles, NumberFormatInfo info) at float float.Parse(string s) at Vector3 Oxide.Plugins.PlayerSpawnPoints.StringToVector3(string sVector) in /opt/rust/serverfiles/carbon/plugins/PlayerSpawnPoints.cs:line 423 at Vector3 Oxide.Plugins.PlayerSpawnPoints.GetRandomPosition(List<string> positions) in /opt/rust/serverfiles/carbon/plugins/PlayerSpawnPoints.cs:line 408 at object Oxide.Plugins.PlayerSpawnPoints.OnPlayerRespawn(BasePlayer player) in /opt/rust/serverfiles/carbon/plugins/PlayerSpawnPoints.cs:line 262 at object Oxide.Plugins.PlayerSpawnPoints.InternalCallHook(uint hook, object[] args) in PlayerSpawnPoints.cs/Internal:line 114 (18:07:49) | [RM Metabolism Plus] Player respawned: 4eyedk9. Try to set start values... (18:07:49) | [RM Metabolism Plus] Player 4eyedk9 start values was set! (18:07:49) | [Dynamic PVP] Removing 4eyedk9 from pvp delay. (18:07:49) | 4eyedk9[xxxxxxx] has spawned
  14. SLATE

    Player Spawn Points

    Seeing this error: Failed to call internal hook 'OnPlayerRespawn' on plugin 'PlayerSpawnPoints v2.0.2' [1546340674] (Input string was not in a correct format.) at void Number.ThrowOverflowOrFormatException(bool overflow, string overflowResourceKey) at float Number.ParseSingle(ReadOnlySpan<char> value, NumberStyles styles, NumberFormatInfo info) at float float.Parse(string s) at Vector3 Oxide.Plugins.PlayerSpawnPoints.StringToVector3(string sVector) in /opt/rust/serverfiles/carbon/plugins/PlayerSpawnPoints.cs:line 423 at Vector3 Oxide.Plugins.PlayerSpawnPoints.GetRandomPosition(List<string> positions) in /opt/rust/serverfiles/carbon/plugins/PlayerSpawnPoints.cs:line 408 at object Oxide.Plugins.PlayerSpawnPoints.OnPlayerRespawn(BasePlayer player) in /opt/rust/serverfiles/carbon/plugins/PlayerSpawnPoints.cs:line 262 at object Oxide.Plugins.PlayerSpawnPoints.InternalCallHook(uint hook, object[] args) in PlayerSpawnPoints.cs/Internal:line 114 Not sure if its having any impact or not
  15. SLATE

    Server Hud

    Nevermind, seems to be on my end only. Renders fine on another PC
  16. SLATE

    Server Hud

    Hmm seems like server hud is not rendering images after update... Anyone else seeing this?
  17. SLATE

    Skill Tree

    Can you add an additional user configurable list of prefabs that can show up with awareness? For example, these don't show up:
  18. SLATE

    Rust Rewards

    That explains why I couldn't reproduce it.
  19. SLATE

    Rust Rewards

    Could you post the code snippet?
  20. I see this is marked as not compatible with carbon. Is that correct or is it just untested on carbon?
  21. SLATE

    Rust Rewards

    its in the config. As far as I know, collectable are the wild ones and the entity ones are the player grown ones. "Pickup": { "berry-black-collectable": 0.0, "berry-blue-collectable": 0.0, "berry-green-collectable": 0.0, "berry-red-collectable": 0.0, "berry-white-collectable": 0.0, "berry-yellow-collectable": 0.0, "black_berry.entity": 0.0, "blue_berry.entity": 0.0, "corn.entity": 0.0, "corn-collectable": 0.0, "diesel_collectable": 0.0, "green_berry.entity": 0.0, "halloween-bone-collectable": 0.0, "halloween-metal-collectable": 0.0, "halloween-stone-collectable": 0.0, "halloween-sulfur-collectible": 0.0, "halloween-wood-collectable": 0.0, "hemp.entity": 0.0, "hemp-collectable": 0.0, "metal-collectable": 0.0, "mushroom-cluster-5": 0.0, "mushroom-cluster-6": 0.0, "potato.entity": 0.0, "potato-collectable": 0.0, "pumpkin.entity": 0.0, "pumpkin-collectable": 0.0, "red_berry.entity": 0.0, "stone-collectable": 0.0, "sulfur-collectable": 0.0, "white_berry.entity": 0.0, "wood-collectable": 0.0, "yellow_berry.entity": 0.0 }

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.6k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.