Jump to content

BetterDeadThanZed

Member
  • Posts

    1,140
  • Joined

  • Last visited

Everything posted by BetterDeadThanZed

  1. I do have "RefundFuelOnDespawn" set to False.
  2. So in other words, only the eco coins or scrap is removed but no one receives that payment? So a player can't create a base and then rent it out or sell it for eco coins/scrap?
  3. Disregard my post. The problem was located.
  4. Maybe you could collaborate with some other plugin devs to integrate it? There's lots of them out there that are very willing to help. Plugins that use PVE Mode plugin are popular for PVE servers like mine, because it allows players/teams to lock to an event and prevents others from attacking the NPC's or looting anything.
  5. When someone buys or rents a property, how does the rent/purchase price get to the owner? Does it transfer to the owner's inventory when they are online?
  6. The Hotel plugin on umod supports copy paste buildings.
  7. Oops, I just re-read your post. Players can damage YOU.. I was thinking the problem was that other players could damage the Bradley and now that I think about it, that plugin I mentioned only protects loot, not prevents damage to the Bradley by other players.
  8. You might want to use Loot Defender to prevent other players from taking the Bradley. https://umod.org/plugins/loot-defender
  9. BetterDeadThanZed

    LSkins

    From Steam Workshop. For example, in this collection: https://steamcommunity.com/sharedfiles/filedetails/?id=563744689 the ID is 563744689
  10. I was on the server and someone told me that the Launch NPC wasn't there and hadn't been for a while. When I went to Launch, the NPC wasn't there and neither was the marker. The NPC didn't reappear until I reloaded the plugin. When I searched the log, I found this error had appeared around 2 hours before I was told the NPC was missing.
  11. I had someone tell me again this evening that the Bradley Control was missing. I checked and he was. I reloaded the plugin and he appeared. I checked the log and see this: Failed to call hook 'CanLootEntity' on plugin 'CustomBradley v1.3.8' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CustomBradley+CustomBradleyComponent.GetAllPlayersInTeam () [0x00036] in <61215538a7ce420bb92fba362777afa6>:0 at Oxide.Plugins.CustomBradley.CanInteractWith (BasePlayer player, System.UInt64 ownerId) [0x00017] in <61215538a7ce420bb92fba362777afa6>:0 at Oxide.Plugins.CustomBradley.CanLootEntity (BasePlayer player, StorageContainer container) [0x00047] in <61215538a7ce420bb92fba362777afa6>:0 at Oxide.Plugins.CustomBradley.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0096d] in <61215538a7ce420bb92fba362777afa6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0
  12. Yes, it's still happening, but I just updated to the new version so I'll wait and see if it appears with that version.
  13. Was today's update supposed to fix picking up the drone? If so, it didn't work. I can still pick it up.
  14. The map has Launch. I didn't know if having another Bradley spawn elsewhere on the map would cause an issue. I put the plugin back on the server last night and it seemed to be working so I've asked my players to let me know if they have any other issues with the NPC not spawning.
  15. I just wanted to see if there's an issue with this plugin because of the last update or if it's because of the custom map I'm running. I am running the Badlands map, which has a custom Bradley spawn on the map. I've been told the Bradley Control NPC isn't spawning. Is it possible that since there's a custom Bradley spawn outside of Launch, it is affecting this plugin? I haven't had time to confirm this myself, but this is what I'm being told by several players.
  16. Can we get an option to block commands in the casinos?
  17. BetterDeadThanZed

    Keanland

    @SKIROWThis is from my client log: WARNING: Shader Unsupported: 'Hidden/Nature/Terrain/Utilities' - All passes removed WARNING: Shader Did you use #pragma only_renderers and omit this platform? ERROR: Shader Hidden/Nature/Terrain/Utilities shader is not supported on this GPU (none of subshaders/fallbacks are suitable) Shader 'Nature/Terrain/Diffuse': dependency 'AddPassShader' shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found Shader 'Hidden/TerrainEngine/Splatmap/Standard-AddPass': fallback shader 'Hidden/TerrainEngine/Splatmap/Diffuse-AddPass' not found Disconnected (Exception (cs:77857): NullReferenceException: Object reference not set to an instance of an object. MaterialConfig.GetMaterialPropertyBlock (UnityEngine.Material mat, UnityEngine.Vector3 pos, UnityEngine.Vector3 scale) (at <00000000000000000000000000000000>:0) MaterialSetup.OnEnable () (at <00000000000000000000000000000000>:0) GameManager.CreatePrefab (System.String strPrefab, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot, UnityEngine.Vector3 scale, System.Boolean active) (at <00000000000000000000000000000000>:0) Prefab.Spawn (UnityEngine.Vector3 pos, UnityEngine.Quaternion rot, UnityEngine.Vector3 scale, System.Boolean active) (at <00000000000000000000000000000000>:0) World.Spawn (System.String category, Prefab prefab, UnityEngine.Vector3 position, UnityEngine.Quaternion rotation, UnityEngine.Vector3 scale) (at <00000000000000000000000000000000>:0) World.Spawn (ProtoBuf.PrefabData prefab) (at <00000000000000000000000000000000>:0) World+<Spawn>d__71.MoveNext () (at <00000000000000000000000000000000>:0) WorldSetup+<InitCoroutine>d__15.MoveNext () (at <00000000000000000000000000000000>:0) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <00000000000000000000000000000000>:0) GameManager:CreatePrefab(String, Vector3, Quaternion, Vector3, Boolean) Prefab:Spawn(Vector3, Quaternion, Vector3, Boolean) World:Spawn(String, Prefab, Vector3, Quaternion, Vector3) World:Spawn(PrefabData) <Spawn>d__71:MoveNext() <InitCoroutine>d__15:MoveNext() UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) ) - returning to main menu UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:Log(Object) Client:OnClientDisconnected(String) This is the entire log: https://pastebin.com/h4UPbhJN
  18. BetterDeadThanZed

    Keanland

    I get the same error when I try running it.
  19. BetterDeadThanZed

    Error

    I'm not on the server so I don't know the circumstances around this error, but this just popped up 9 times in a row: Failed to call hook 'CanLootEntity' on plugin 'CustomBradley v1.3.8' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CustomBradley+CustomBradleyComponent.GetAllPlayersInTeam () [0x00000] in <785d4e3f10e043a4b5ce3ce7d4f3e7d6>:0 at Oxide.Plugins.CustomBradley.CanInteractWith (BasePlayer player, System.UInt64 ownerId) [0x00017] in <785d4e3f10e043a4b5ce3ce7d4f3e7d6>:0 at Oxide.Plugins.CustomBradley.CanLootEntity (BasePlayer player, StorageContainer container) [0x00047] in <785d4e3f10e043a4b5ce3ce7d4f3e7d6>:0 at Oxide.Plugins.CustomBradley.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0096d] in <785d4e3f10e043a4b5ce3ce7d4f3e7d6>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
  20. Thank you for the response. Maybe just add a config option to "Use vanilla fuel/rate"? I don't know if that's possible.
  21. I haven't had this plugin on the server for a few months. I tested it again just a few days ago and found you could pick up the drones.
  22. BetterDeadThanZed

    Error in console

    I don't know the circumstances under which this error is appearing, but I just noticed this in my console window when I wasn't on the server: Failed to call hook 'CanLootEntity' on plugin 'VirtualQuarries v2.2.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.VirtualQuarries.CanLootEntity (BasePlayer player, ResourceExtractorFuelStorage quarryStorage) [0x0016b] in <6811917b99f84bccb8e5d3dd721873bb>:0 at Oxide.Plugins.VirtualQuarries.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003b2] in <6811917b99f84bccb8e5d3dd721873bb>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0
  23. I tried to do the math to set the diesel consumption to vanilla rust, but in the end I gave up and kept it on LGF. Does anyone have a config so that it uses Diesel like vanilla, and produces the same output as vanilla? Specifically, this section: "Static Quarries - Fuel Item": { "Shortname": "lowgradefuel", "Skin": 0, "Amount": 1 }, "Static Quarries - Metal Quarry Output": [ { "Shortname": "stones", "Skin": 0, "Amount Per Tick": 150.0, "Display Name": "" }, { "Shortname": "metal.ore", "Skin": 0, "Amount Per Tick": 20.0, "Display Name": "" } ], "Static Quarries - Sulfur Quarry Output": [ { "Shortname": "sulfur.ore", "Skin": 0, "Amount Per Tick": 20.0, "Display Name": "" } ], "Static Quarries - HQM Quarry Output": [ { "Shortname": "hq.metal.ore", "Skin": 0, "Amount Per Tick": 1.0, "Display Name": "" } ], "Static Quarries - Pump Jack Output": [ { "Shortname": "crude.oil", "Skin": 0, "Amount Per Tick": 6.0, "Display Name": "" } ],
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

132.1k

Files Sold

Total number of files sold.

2.8m

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.