-
Posts
1,441 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by dustyhansen
-
ok, i will check again, thanks
-
ok, thanks for trying
-
It appears you cannot sell honey at Bandit.
-
here is what i am using and it still doesn't work { "Display Name": "Bed", "Item Name": "bed", "Item Id": -1273339005, "Enable Stacking": true, "Prefab Name": "assets/prefabs/deployable/bed/bed_deployed.prefab", "Radius Check": 0.1, "Collider Height": 1.5, "YOffset": 1.3, "Effect Name": "assets/prefabs/deployable/bed/effects/bed-deployed.prefab" } "assets/prefabs/deployable/bed/bed_deployed.prefab": 2
-
- 2 comments
-
- 1
-
-
When I enter a command to remove a user from a group, the following error appears in console:: c.usergroup remove 76561198029466119 discordnitro Removed Baconism_Gaming[76561198029466119] from 'discordnitro' group. Failed to execute OnFrame callback (Object reference not set to an instance of an object) at ulong Oxide.Plugins.RaidProtection+ProtectedEntity.get_FounderUserId() in /home/container/carbon/plugins/RaidProtection.cs:line 2986 at bool Oxide.Plugins.RaidProtection+ProtectedEntity.get_HasFounder() in /home/container/carbon/plugins/RaidProtection.cs:line 3035 at List<ProtectedEntity> Oxide.Plugins.RaidProtection+ProtectedCupboardManager.GetCupboardsForFounder(ulong userId)+(ProtectedEntity x) => { } in /home/container/carbon/plugins/RaidProtection.cs:line 2856 at List<ProtectedEntity> System.Linq.Enumerable+WhereEnumerableIterator<Oxide.Plugins.RaidProtection+ProtectedEntity>.ToList() at List<ProtectedEntity> System.Linq.Enumerable.ToList<ProtectedEntity>(IEnumerable<ProtectedEntity> source) at List<ProtectedEntity> Oxide.Plugins.RaidProtection+ProtectedCupboardManager.GetCupboardsForFounder(ulong userId) in /home/container/carbon/plugins/RaidProtection.cs:line 2856 at void Oxide.Plugins.RaidProtection.UpdatedPermission(string id)+() => { } in /home/container/carbon/plugins/RaidProtection.cs:line 4423 at void Carbon.Managers.CarbonProcessor.Update() in /__w/Carbon/Carbon/Carbon.Core/Carbon/src/Processors/CarbonProcessor.cs:line 63
-
I tried adding beds to the config so they would stack and I was able to get them to stack just fine, but the game does not recognize the top bed as a spawn point. Do you know if there is any way around this?
-
I think it is working ok now. Not sure what the issue was.
-
Rust Translation API was just updated to 2.0.0 and does not compile on Carbon and the dev doesn't care, so your plugin is no longer Carbon compatible if it depends on this plugin: https://umod.org/community/rust-translation-api/55747-carbon-server-is-not-supported?page=1#post-3
-
When I import some skins, the name and image do not show in Skinner. It shows a blank thumbnail and just the item name. For example, this large box skin: https://steamcommunity.com/sharedfiles/filedetails/?id=3292388111 It is just called Large Wood Box and has no image.
-
I have 8 events setup to run randomly every 45-75 minutes and none of them seem to be running after the update. TimesSettings.json
-
Plugin has version 1.0.8 but Codefling says 1.0.9
-
Cannot Create Multiple Random Events
dustyhansen replied to dustyhansen's Support Request in Support
Here is a video: https://1drv.ms/v/c/090952a5dc267a43/Ec2BNCBJmUZCqEgqmf2bhLwBxRTGxLgHnDl9gNUPO6wmZQ?e=776amP -
I am not able to create more than one random event. I created a random event that starts between 45-75 minutes and added all of my events to it and saved it. I then tried to create a new random event for a different event and it won't save.
-
i don't understand what you are saying, sorry your plugin doesn't allow me to sell scrap for multiple items and put a max stock on each item individually did you see my config file above? ExtraVendingMachine.json? it doesn't work. is there a way to fix this or do i have to have a separate vending machine for each item?
-
what do you mean? i replied twice and you didn't respond...
-
- 1,296 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
yes
-
This is what I really want it to be set at, but it doesn't respect the individual settings and just adds them up. ExtraVendingMachine.json
-
The problem with this is that because it is a scrap exchange (all of my buy items are scrap) that it adds up the max stock amounts and then allows them to sell larger quantities of the items than I want.
-
I also have an issue where the vending machine does not re-stock after a purchase with that config. i have tried everything to fix it but cannot.
-
ExtraVendingMachine (1).json
-
So do I need to take a video of it not working then? I provided you files where there were clearly issues with the starting points.
-
Getting the following console error after installing the latest version: Loaded plugin Extra Vending Machine v1.3.2 by NooBlet [58ms] Timer of 5s has failed in 'Extra Vending Machine v1.3.2 by NooBlet' [callback] (Object reference not set to an instance of an object) at void Oxide.Plugins.ExtraVendingMachine.SpawnVendingMachine1() in /home/container/carbon/plugins/ExtraVendingMachine.cs:line 471 at void Oxide.Plugins.ExtraVendingMachine.OnServerInitialized()+() => { } in /home/container/carbon/plugins/ExtraVendingMachine.cs:line 39 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 50