Jump to content

SunShine ツ

Member
  • Posts

    165
  • Joined

  • Last visited

Everything posted by SunShine ツ

  1. I can see that a restart solved the issue. There was something completely messed up. The plugin also worked even though I had removed it. Not sure what happened. After deleting all config files and restarting the server, it works. Thanks:)
  2. { "Whitelist": true, "Whitelisted Domains": [ "stream.zeno.fm" ], "Boombox Deployed Require Power": true, "Preset Stations": { "Country Hits": "http://crystalout.surfernetwork.com:8001/KXBZ_MP3", "Todays Hits": "https://rfcmedia.streamguys1.com/MusicPulsePremium.mp3", "Pop Hits": "https://rfcmedia.streamguys1.com/newpophitspremium.mp3" }, "Deployed Boombox Never Decays": false, "Handheld Boombox Never Breaks": false, "Microphone Stand Never Breaks": false }
  3. Great that it's back! I've missed it! But there's a bug in it. When you try to select a station, it says "Must be a link!" It shouldn't be a link, it should be the number that is also displayed.
  4. Console error after update. I am using Carbon. [15:36:28] > Failed to call internal hook 'CanLootEntity' on plugin 'CustomBradley v1.4.0' [829616699] (Object reference not set to an instance of an object) at object Oxide.Plugins.CustomBradley.CanLootEntity(BasePlayer player, StorageContainer container) in C:/rustserverPvE/carbon/plugins/CustomBradley.cs:line 1322 at object Oxide.Plugins.CustomBradley.InternalCallHook(uint hook, object[] args) in CustomBradley.cs/Internal:line 80
  5. [15:22:37] > Unloaded plugin RaidProtection v3.4.6 by mr01sam [15:22:37] > Warning! 'RaidProtection' uses UnityEngine.GameObject.FindObjectsOfType. That may cause significant performance drops, and/or server stalls. Report to the developer or use at your own discretion! [15:22:40] > Loaded plugin RaidProtection v3.4.6 by mr01sam [1238ms] [15:19:59] > [RaidProtection] Timer 1s has failed: (Object reference not set to an instance of an object.) at void Oxide.Plugins.RaidProtection+ProtectedEntity.SetBaseEntity(BaseEntity entity) in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 3560 at ProtectedEntity Oxide.Plugins.RaidProtection+ProtectedCupboardManager.Transfer(ProtectedEntity oldTc, BaseEntity newEntity) in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 2785 at void Oxide.Plugins.RaidProtection.OnEntitySpawned(BuildingPrivlidge priv)+() => { } [1] in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 3830 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 55 [15:20:00] > [RaidProtection] Timer 1s has failed: (Object reference not set to an instance of an object) at ProtectedEntity Oxide.Plugins.RaidProtection+ProtectedCupboardManager.Transfer(ProtectedEntity oldTc, BaseEntity newEntity) in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 2785 at void Oxide.Plugins.RaidProtection.OnEntitySpawned(BuildingPrivlidge priv)+() => { } [1] in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 3830 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 55
  6. SunShine ツ

    Not Working

    Working! Thanks!
  7. SunShine ツ

    Not Working

    [20:50:27] > 1. The type or namespace name 'CuiRectTransform' could not be found (are you missing a using directive or an assembly reference?) [CS0246] (BetterTC 52 line 1378) [20:50:27] > 2. 'CuiScrollViewComponent' does not contain a definition for 'VerticalScrollbar' [CS0117] (BetterTC 29 line 1384)
  8. Yeah it's expensive. But it very funny.
  9. Just so you know, there are errors in the console about the version number. But the plugin works. I fixed it myself by deleting ".1" in the .cs file. > Version `1.6.6.1` is invalid for PersonalNPC, should be `major.minor.patch` > Loaded plugin PersonalNPC v1.6.6 by walkinrey
  10. How do I make him fly faster? It's going extremely slow. I've tried changing the config file. But it doesn't make any difference? It can take him 3 min. to fly one grid. { "Max height above the ground": 100.0, "Max slope by forward axis": 0.3, "Pitch strength": 0.2, "Throttle strength": 1.0, "Land throttle strength": -0.35, "YAW strength (rotation around its axis)": 1.0, "YAW idle offset (to make the shaking less)": 5.0, "Max follow height": 25.0 }
  11. I'm just creating a new case since you've closed my other one. Okay, but I don't understand how to insert SkinID here. I've tried in several different ways, and it fails. } ] } }, "Builder install by item": [] }
  12. Okay, but I don't understand how to insert SkinID here. I've tried in several different ways, and it fails. } ] } }, "Builder install by item": [] }
  13. I can't quite figure out how to use the command you added in the last update. Can you explain to me how to set it up? give PersonalBuilder item pbuilder.item (args1 - steam id, argument 2 - skin id)
  14. Hi, yes here.PersonalBuilder.json
  15. If you set Make bot immortal to True, an error code occurs, and the bot just stands frozen naked in the game. [02:09:33] > Failed to call hook 'chatMsg' on plugin 'PersonalBuilder v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.PersonalBuilder+PlayerBuilderController.CreateBot (BasePlayer caller, Oxide.Plugins.PersonalBuilder+Configuration+BotSetup botSetup, Oxide.Plugins.PersonalBuilder+BuildCostInfo info, Oxide.Plugins.PersonalBuilder pluginInstance) [0x000bd] in <9e472a96c43f407c823468150f3a5ef2>:0 at Oxide.Plugins.PersonalBuilder.chatMsg (BasePlayer player, System.String command, System.String[] args) [0x00376] in <9e472a96c43f407c823468150f3a5ef2>:0 at Oxide.Plugins.PersonalBuilder.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00256] in <9e472a96c43f407c823468150f3a5ef2>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0
  16. Hi, I can't get it to work in my Shop. You wrote on February 5th that you would make a deploying item that can be sold and then used to summon the bot. How do I do that? I can't see that option in the config file?
  17. I have purchased your plugin. I think it's great and it works well. But I have some questions. Will it be possible in the future to set garage doors, window bars, turrets, shopfronts, Wind Turbine, Ladder Hatch, and electricity if they are all in the copy-paste file? Or are there no plans to expand it so it can do more?
  18. Please make a update.
  19. Hi, After the last update of the vending machine, the name no longer appears on the shop. This applies to both this plugin and a lot of other plugins that use the vending machine with a name. Can you make an update on that?
  20. SunShine ツ

    Webhook stopped working

    Hi, After I updated to the new version, the Webhook doesn't work in Discord anymore. I have done as you say: removed the config file and the file in the data folder, and let it create a new one. Still not working. SmartWarnings.json
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.3k

Files Sold

Total number of files sold.

2.5m

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.