Jump to content

dustyhansen

Member
  • Posts

    1,580
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by dustyhansen

  1. I haven't had a chance to make a video yet. But here is the console output, no errors.
  2. I do have the latest version. Players were not able to access vending machines. I turned off the plugin and they were able to access them. Any other suggestions?
  3. dustyhansen

    XPanelPlus

    Don't you just need this for getting the levels?
  4. Thanks
  5. It seems that locked vending machines don't let you shop at them. You get an error "It is blocked..." in chat and cannot access the store. Seems like it is just code locks. Key locks seem to work fine.
  6. I figured it out. I had to change the colors in the data file, not just the config file.
  7. dustyhansen

    Color Changes Not Working

    I changed the background color and image color of the zone status from purple (default) to red. I reloaded both zone status and advanced status and the new color is not showing. Do I need to restart the server or something?
  8. dustyhansen

    Carbon Support

    This seems to have worked, thanks!
  9. dustyhansen

    Carbon Support

    @Meyverickany chance on getting this updated?
  10. @cameron any chance on getting this updated?
  11. dustyhansen

    Badlands

    I understand that and have them installed, but do any of those place NPCs out in the open or near roadways, etc.? Or only near monuments? My players are complaining that they can't farm barrels or go anywhere without there being NPCs.
  12. dustyhansen

    Badlands

    Are there supposed to be NPCs randomly placed on the map? I do have BetterNPC, but was expecting them to only be at monuments.
  13. dustyhansen

    Better Npc

    When you select Alpha Loot in the data files, what is it pulling from exactly? The loot can be pretty extreme, so it must be random or a high tier loot crate/NPC?
  14. Which plugin should we use? I don't understand. Sandbox is no longer an issue. And do these work with Carbon?
  15. dustyhansen

    Carbon Support

    @Meyverickjust wanted to make sure you saw this
  16. dustyhansen

    Carbon Support

    Yes, I am running the most recent version.
  17. dustyhansen

    Carbon Support

    Here ya go. Notify.json
  18. dustyhansen

    Carbon Support

    I get the following error in Carbon when the plugin loads: [Notify] Your configuration file contains an error. Using default configuration values. [Notify] Your configuration file contains an error. Using default configuration values. InvalidCastException: Object must implement IConvertible. InvalidCastException: Object must implement IConvertible. at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x00040] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00007] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Core.Configuration.DynamicConfigFile.ConvertValue (System.Object value, System.Type destinationType) [0x00008] in D:\a\Carbon\Carbon\Carbon.Core\Carbon.Components\Carbon.Common\src\Oxide\Configuration\DynamicConfigFile.cs:194 at Oxide.Core.Configuration.DynamicConfigFile.ConvertValue[T] (System.Object value) [0x00000] in D:\a\Carbon\Carbon\Carbon.Core\Carbon.Components\Carbon.Common\src\Oxide\Configuration\DynamicConfigFile.cs:222 at Oxide.Core.Configuration.DynamicConfigFile.Get[T] (System.String[] path) [0x00000] in D:\a\Carbon\Carbon\Carbon.Core\Carbon.Components\Carbon.Common\src\Oxide\Configuration\DynamicConfigFile.cs:249 at Oxide.Plugins.Notify.UpdateConfigValues () [0x001b1] in D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\Notify.cs:489 at Oxide.Plugins.Notify.LoadConfig () [0x0003b] in D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\Notify.cs:441
  19. dustyhansen

    Carbon Support

    This doesn't appear to run in Carbon. The plugin seems to compile, but when it goes to run after startup I get this error: [ReloadAfterStartup] Reloading 1/1 Timer of 10s has failed in 'ReloadAfterStartup v1.0.2 by Krungh Crow' [callback] (Value cannot be null. Parameter name: key) Timer of 10s has failed in 'ReloadAfterStartup v1.0.2 by Krungh Crow' [callback] (Value cannot be null. Parameter name: key) at int System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.FindEntry(string key) at bool System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.ContainsKey(string key) at void Carbon.Base.BaseProcessor.Remove(string id) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 176 at void Carbon.Base.BaseProcessor.Prepare(string id, string file) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 166 at void Oxide.Core.OxideMod.LoadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 103 at void Oxide.Core.OxideMod.ReloadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 108 at void Oxide.Plugins.ReloadAfterStartup.ReloadStateMachine(List<string> pluginsToReload, float timeBetween)+() => { } in D:/AMPDatastore/Instances/RustMainServer01/rust/258550/carbon/plugins/ReloadAfterStartup.cs:line 147 at Timer Oxide.Plugins.Timers.Repeat(float time, int times, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 111 at int System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.FindEntry(string key) at bool System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.ContainsKey(string key) at void Carbon.Base.BaseProcessor.Remove(string id) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 176 at void Carbon.Base.BaseProcessor.Prepare(string id, string file) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 166 at void Oxide.Core.OxideMod.LoadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 103 at void Oxide.Core.OxideMod.ReloadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 108 at void Oxide.Plugins.ReloadAfterStartup.ReloadStateMachine(List<string> pluginsToReload, float timeBetween)+() => { } in D:/AMPDatastore/Instances/RustMainServer01/rust/258550/carbon/plugins/ReloadAfterStartup.cs:line 147 at Timer Oxide.Plugins.Timers.Repeat(float time, int times, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 111 Timer of 10s has failed in 'ReloadAfterStartup v1.0.2 by Krungh Crow' [callback] (Value cannot be null. Parameter name: key) at int System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.FindEntry(string key) at bool System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.ContainsKey(string key) at void Carbon.Base.BaseProcessor.Remove(string id) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 176 at void Carbon.Base.BaseProcessor.Prepare(string id, string file) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 166 at void Oxide.Core.OxideMod.LoadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 103 at void Oxide.Core.OxideMod.ReloadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 108 at void Oxide.Plugins.ReloadAfterStartup.ReloadStateMachine(List<string> pluginsToReload, float timeBetween)+() => { } in D:/AMPDatastore/Instances/RustMainServer01/rust/258550/carbon/plugins/ReloadAfterStartup.cs:line 147 at Timer Oxide.Plugins.Timers.Repeat(float time, int times, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 111 09:09:28 You've successfully pasted the structure
  20. @cameronI have the same error: Failed compiling 'D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\DroneTaxi.cs': 1. The type or namespace name 'Timer' does not exist in the namespace 'Oxide.Core.Libraries' (are you missing an assembly reference?) [CS0234] (DroneTaxi 44 line 19) 1. The type or namespace name 'Timer' does not exist in the namespace 'Oxide.Core.Libraries' (are you missing an assembly reference?) [CS0234] (DroneTaxi 44 line 19)
  21. dustyhansen

    Carbon Support

    This plugin does not run on Carbon. I was wondering if you would be willing to update it so that it did work? Here is the console error: 06/08 08:54:25 | Failed compiling 'D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\IlluminatedSupplyDrop.cs': 06/08 08:54:25 | 1. 'uint' does not contain a definition for 'Key' and no accessible extension method 'Key' accepting a first argument of type 'uint' could be found (are you missing a using directive or an assembly reference?) [CS1061] (IlluminatedSupplyDrop 58 line 96)
  22. dustyhansen

    Upgrade Problem

    I had a base that was made out of stone, metal, and high quality metal. We wanted to upgrade the stone to metal since we couldn't find it in the honeycomb. When I chose the upgrade option to metal, it upgraded the stone to metal, but downgraded all of the HQM to twig, even though I have downgrades disabled.
  23. dustyhansen

    UItemSort

    @ItsTangerineany chance of adding inventory sorting without having to be looking in a container? It would be nice to just hit tab and be able to sort your inventory at any time. I was a little disappointed that this was not possible. Also, any chance of adding backpack sorting?
  24. @Toccimaany plans to update any of your maps for the new harbors?
  25. dustyhansen

    /recboxbuy stealing scrap

    For some reason only admins can use /recboxbuy. When players use it, it just takes their scrap and doesn't give them a box.
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

137.3k

Files Sold

Total number of files sold.

2.9m

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.