Jump to content

SlayersRust

Creator
  • Posts

    1,214
  • Joined

  • Last visited

Everything posted by SlayersRust

  1. Yes I use VehicleLicense plugin as well
  2. Yes I see no Notes dropping
  3. Is it possible to adjust the Health of the Turrets on the Ship and the Health of the Scientists?
  4. I keep getting this error in console, how do I fix it? Failed to call hook 'OnEntityDismounted' on plugin 'HorseLock v1.0.2' (KeyNotFoundException: The given key '76561197963120089' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.HorseLock.OnEntityDismounted (BaseMountable entity, BasePlayer player) [0x0004d] in <d99bcbddf01c435e85ba44d84968c3d2>:0 at Oxide.Plugins.HorseLock.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00188] in <d99bcbddf01c435e85ba44d84968c3d2>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <cd9a02fd331347bd82d550bb1a9c8e9f>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b76ec77c47d1449e92b2baab8603843d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b76ec77c47d1449e92b2baab8603843d>:0
  5. If I want to match the speeds I had in QuickSmelt before I remove it what would this need to be? 0.5 x 100x would be 50 so me assuming 50.0 would match the 100,0 speed multiplier of QuickSmelt? If not how would I do it? "Smelting Speed (Time Between Ticks 0.5 Default)": 0.5, "Speed Multipliers": { "furnace": 100.0, here is my full quicksmelt config I'd love to switch it over on my 8 servers. { "Permission": "quicksmelt.use", "Use Permission": false, "Speed Multipliers": { "furnace": 100.0, "electric.furnace": 100.0, "furnace.large": 100.0, "refinery_small_deployed": 100.0, "campfire": 100.0, "skull_fire_pit": 100.0, "fireplace.deployed": 100.0, "bbq.deployed": 100.0 }, "Fuel Usage Speed Multipliers": { "furnace": 7.0, "furnace.large": 7.0, "refinery_small_deployed": 1.0, "campfire": 1.0, "skull_fire_pit": 1.0, "fireplace.deployed": 1.0, "bbq.deployed": 1.0 }, "Fuel Usage Multipliers": { "furnace": 1, "furnace.large": 1, "refinery_small_deployed": 1, "campfire": 1, "skull_fire_pit": 1, "fireplace.deployed": 1, "bbq.deployed": 1 }, "Output Multipliers": { "furnace": { "metal.fragments": 1.0, "sulfur": 1.0, "metal.refined": 1.0, "charcoal": 1.0 }, "furnace.large": { "metal.fragments": 1.0, "sulfur": 1.0, "metal.refined": 1.0, "charcoal": 1.0 }, "refinery_small_deployed": { "lowgradefuel": 1.0, "charcoal": 1.0 }, "campfire": { "bearmeat.cooked": 1.0, "chicken.cooked": 1.0, "deermeat.cooked": 1.0, "fish.cooked": 1.0, "horsemeat.cooked": 1.0, "humanmeat.cooked": 1.0, "meat.pork.cooked": 1.0, "wolfmeat.cooked": 1.0, "charcoal": 1.0 }, "skull_fire_pit": { "bearmeat.cooked": 1.0, "chicken.cooked": 1.0, "deermeat.cooked": 1.0, "fish.cooked": 1.0, "horsemeat.cooked": 1.0, "humanmeat.cooked": 1.0, "meat.pork.cooked": 1.0, "wolfmeat.cooked": 1.0, "charcoal": 1.0 }, "fireplace.deployed": { "bearmeat.cooked": 1.0, "chicken.cooked": 1.0, "deermeat.cooked": 1.0, "fish.cooked": 1.0, "horsemeat.cooked": 1.0, "humanmeat.cooked": 1.0, "meat.pork.cooked": 1.0, "wolfmeat.cooked": 1.0, "charcoal": 1.0 }, "bbq.deployed": { "bearmeat.cooked": 1.0, "chicken.cooked": 1.0, "deermeat.cooked": 1.0, "fish.cooked": 1.0, "horsemeat.cooked": 1.0, "humanmeat.cooked": 1.0, "meat.pork.cooked": 1.0, "wolfmeat.cooked": 1.0, "charcoal": 1.0 } }, "Whitelist": { "furnace": [ "metal.ore", "sulfur.ore", "hq.metal.ore", "can.tuna.empty", "can.beans.empty" ], "furnace.large": [ "metal.ore", "sulfur.ore", "hq.metal.ore", "can.tuna.empty", "can.beans.empty" ], "small.oil.refinery": [ "crude.oil" ], "campfire": [ "bearmeat", "chicken.raw", "deermeat.raw", "fish.raw", "horsemeat.raw", "humanmeat.raw", "meat.boar", "wolfmeat.raw", "can.tuna.empty", "can.beans.empty" ], "skull_fire_pit": [ "bearmeat", "chicken.raw", "deermeat.raw", "fish.raw", "horsemeat.raw", "humanmeat.raw", "meat.boar", "wolfmeat.raw", "can.tuna.empty", "can.beans.empty" ], "fireplace.deployed": [ "bearmeat", "chicken.raw", "deermeat.raw", "fish.raw", "horsemeat.raw", "humanmeat.raw", "meat.boar", "wolfmeat.raw", "can.tuna.empty", "can.beans.empty" ], "bbq.deployed": [ "bearmeat", "chicken.raw", "deermeat.raw", "fish.raw", "horsemeat.raw", "humanmeat.raw", "meat.boar", "wolfmeat.raw", "can.tuna.empty", "can.beans.empty" ] }, "Blacklist": { "global": [ "bearmeat.cooked", "chicken.cooked", "deermeat.cooked", "fish.cooked", "horsemeat.cooked", "humanmeat.cooked", "meat.pork.cooked", "wolfmeat.cooked" ] }, "Smelting Frequencies (Smelt items every N smelting ticks)": { "global": 1 }, "Debug": false }
  6. Could we get a /policetugboat for this plugin? That would be dope!
  7. You could also do something like this. Sent form TruePVE dev if (entity is DecorDeployable) return config.AllowDecorDeployable;
  8. I have just added a config option where you can add a list of entities which should always be blocked from damage. This will be on the next update. This should mean you can keep your existing TruePVE config while still protecting whatever entities you list (by prefab name). This could be really handy! Thanks so much will wait for this.
  9. SlayersRust

    Height Map Issue

    I have purchased dozens of prefabs and this one just digs such a deep circular hole around it thats completely unnecessary. Smoothing doesn't really make any difference. Just thought you should know. It goes far below its actual height in a circular area around it.
  10. Any ideas if this is still benefiting servers?
  11. So after I reloaded TruePVE and Restart server the Bradley and Heli Signals both damage my base and not other players bases. But one issue it is not registering these two flags " LockedBoxesImmortal, LockedDoorsImmortal," it is still damaging Locked Boxes and Locked Doors, why is the damage not being blocked to these entities likes stated in the config of TruePVE? Could we add the hooks needed for this from TruePVE if that is the reason?
  12. "Block damage to calling players bases": false, "Block damage to other players bases": true, I have set in your Plugin Config "Block damage to calling players bases": false, but there is still no damage to the calling players base from the Helicopter. I use TruePVE Plugin by Nivex. I talked to the TruePVE Developer and they stated this "nivex — Today at 1:11 PM I can't help you with that. his hooks must be missing some code if they're not working, or there's an issue with your bradleydrops/helisignals configs you do not have to change your truepve config. this is not a truepve issue (edited) " How can I get your config to work properly? Currently it blocks damage to 100% of players bases, when I want it to damage the calling players base just not other players bases like I set in your config. Thank you for any help. I'll attach both my HeliSignals Config and TruePVE Config Nivex also stated this "you can use the flags in truepve for general game play [1:43 PM] when it comes to event plugins they must use the hooks provided by truepve" HeliSignals.json TruePVE (1).json
  13. SlayersRust

    Height Map Issue

    Could you resave the prefab with a better Height Map please? I purchased the prefab and I cannot fix it, whenever I place it creates a massive circular hole around it. Could you have it just pull up the terrain where it needs under the buildings and make things normal rather then a massive hold thats unfixable all around it? Would be really helpful thank you
  14. Any Updates on this issue?
    Incredible Plugin that does everything it says it does and developer is quick to respond and help! I switched to this plugin for my AutoRespond messages because I wanted players to be able to have a command to toggle them on and off like this plugin has with its /tips command! Would recommend this Plugin 10/10!
  15. So even if you are building blocked players can use the "Launch" option with Paraglider to go through an entire players base walls straight to their lootroom. I think an easy fix for this would be to block using of this "Launch" feature if a player is Building Blocked.
  16. SlayersRust

    Space

    Is there any reason why players would be dropping of of the sky when in middle of the Anti Gravity Zone? Gravity is just randomly being turned back on for them. What config options should I look at to possible fix this?
  17. Yeah I'm also confused about this. Will just put my players on their cooldown
    Incredibly fun plugin for my players! They are having a blast with it, adds a whole new dynamic to the parachutes. Developer added features I asked and was super responsive. 10/10 Plugin so far!
  18. Everything is amazing now so far thank you!
  19. Thank you I use that and its great! Will you add in a Config option for NoEscape Plugin to block usage during Combat/Raid Block possibly? This would really complete this plugin. https://umod.org/plugins/no-escape
  20. That is really handy! Sorry I was not seeing this part before thank you very much. Sorry my default controls just seemed much slower and not the same thats all. I guess I'll play around with the speeds etc.
  21. Also could you please forward me the exact configuration for everything you used in the Youtube video I'd like the same speeds of everything etc you use? I can't seem to get it working right? It would be very helpful thank you. You could dm me it if needed thank you.
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.7k

Files Sold

Total number of files sold.

2.7m

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.