-
Posts
271 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by VENIQQ
-
I want to change values sent to discord channel e.g. change "HarborEvent" value to "My Specific Event name". 1) it's not editable in JSON config. I can only change in-game chat prefix "Chat settings". In discord it it still stays "HarborEvent" regardless of the value I use here. "Chat setting": { "Do you use the chat? [true/false]": true, "Prefix of chat messages": "[Ventspils Harbor]" }, 2) It's not available in lang files as well, as you can see below { "PreStart": "{0} Valuable cargo will begin unloading from the cargo ship at harbor in <color=#55aaff>{1}</color>!", "Start": "{0} The cargo ship <color=#738d43>arrives</color> at harbor in (square <color=#55aaff>{1}</color>)\nCargo unloading will <color=#738d43>begin</color> soon!\nCamera: <color=#55aaff>{2}</color>", "PreFinish": "{0} Cargo ship unloading will <color=#ce3f27>finish</color> in <color=#55aaff>{1}</color>!", "Finish": "{0} Cargo ship unloading <color=#ce3f27>completed</color>! The ship will head away from the island now", "SetOwner": "{0} Player <color=#55aaff>{1}</color> <color=#738d43>has received</color> the owner status for the <color=#55aaff>Harbor Event</color>", "EventActive": "{0} This event is active now. To finish this event (<color=#55aaff>/harborstop</color>), then (<color=#55aaff>/harborstart</color>) to start the next one!", "EnterPVP": "{0} You <color=#ce3f27>have entered</color> the PVP zone, now other players <color=#ce3f27>can damage</color> you!", "ExitPVP": "{0} You <color=#738d43>have left</color> the PVP zone, now other players <color=#738d43>cannot damage</color> you!", "HeliArrive": "{0} A patrol helicopter <color=#ce3f27>has been called</color> to protect some of the important loot at the harbor!", "KillBradley": "{0} <color=#55aaff>{1}</color> <color=#738d43>destroyed</color> the tank!", "OpenDoor": "{0} <color=#55aaff>{1}</color> <color=#738d43>started</color> unloading a container with valuable loot!", "NTeleportation": "{0} You <color=#ce3f27>cannot</color> teleport into the event zone!", "SendEconomy": "{0} You <color=#738d43>have earned</color> <color=#55aaff>{1}</color> points in economics for participating in the event", "NoCommand": "{0} You <color=#ce3f27>cannot</color> use this command in the event zone!" }
-
It would be great if you could add localisation keys for Discord event name (and messages). I had it changed directly in the plugin, however that is overwritten each time new version is released.
-
1) I get this error when Harbor event starts: 11/04 07:50:03 | Failed to run a 0.20 timer in 'HarborEvent v2.4.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.HarborEvent+ControllerHarborEvent.EnablePveMode (Oxide.Plugins.HarborEvent+PveModeConfig config, BasePlayer player) [0x002d8] in <de2c5c89a2874bb594ca616e76f07ec2>:0 at Oxide.Plugins.HarborEvent+<>c__DisplayClass89_0.<Start>b__1 () [0x0001b] in <de2c5c89a2874bb594ca616e76f07ec2>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <15f61ddda771464d8246ebdce8ff4811>:0 2) Ownership doesn't work - not becoming event owner after bots or tank is killed. I'm using PVE version of the plugin. Here are the settings from MonumentOwner related to PVE: "PVE Mode Setting (only for users PveMode plugin)": { "Use the PVE mode of the plugin? [true/false]": true, "The amount of damage that the player has to do to become the Event Owner": 300.0, "Damage Multipliers for calculate to become the Event Owner": { "Npc": 1.0, "Bradley": 2.0, "Helicopter": 1.0 }, "Can the non-owner of the event loot the crates? [true/false]": false, "Can the non-owner of the event hack locked crates? [true/false]": false, "Can the non-owner of the event loot NPC corpses? [true/false]": false, "Can the non-owner of the event deal damage to the NPC? [true/false]": false, "Can the non-owner of the event do damage to Bradley? [true/false]": false, "Can the non-owner of the event do damage to Patrol Helicopter? [true/false]": false, "Can an Npc attack a non-owner of the event? [true/false]": false, "Can Bradley attack a non-owner of the event? [true/false]": false, "Can Patrol Helicopter attack a non-owner of the event? [true/false]": false, "Allow the non-owner of the event to enter the event zone? [true/false]": true, "Allow a player who has an active cooldown of the Event Owner to enter the event zone? [true/false]": true, "The time that the Event Owner may not be inside the event zone [sec.]": 300, "The time until the end of Event Owner status when it is necessary to warn the player [sec.]": 60, "Prevent the actions of the RestoreUponDeath plugin in the event zone? [true/false]": true, "The time that the player can`t become the Event Owner, after the end of the event and the player was its owner [sec.]": 86400.0, "Darkening the dome (0 - disables the dome)": 12 }, I also have MonumentOwner plugin - but I don't see any points shown to me when event starts. Existing Harbor ownership just disappears
-
Just FYI - I've renamed STCanGainXP to CanGainXp in source code, and reloaded both plugins - EXP still not being updated in XPanel
-
So will you patch the plugin?
-
Always shows 0LVL and 0 exp - doesn't work after latest RUST update
-
@ThePitereq Would it be a huge effort to add a hook before tank is purchased or purchase initiated? So other plugins could use it to check if some conditions are met - and if not - prevent the purchase. For example if user is TC authed. Or alternatively add that as a config option in the plugin itself - prevent any purcahses if not in TC auth zone. My reasoning is that players exploit monuments for taking extra-hard tanks - so they are not hit by mlrs or by a tank and can shoot it relatively easy
-
Thanks for the reply. Yes, that makes sense. But in my opinion it would be logical to support this since non-owners can OWN bradley, which is essential part of the monument. Anyway, adjusted your plugin to block bradley damage if not owner, it's just unfortunate that this can't be natively supported.
-
Or at least - if there is a cooldown for monument it should be possible to block entrance for THAT SPECIFIC monument (not all). Otherwise players take bradley even if they have cooldown for the monument or they are not even the owners of the monument - damage gets through.
-
"Can deal damage to NPCs if not an owner": false, "Can deal damage to tanks if not an owner": false, But non-owners can still shoot down any NPC + Shoot down a tank easily. Please fix
-
SkillTree probably hooks into OnCollectiblePickup, not sure if any other plugin does. It doesn't happen for all collectibles and I haven't tested which ones exactly are causing this
-
I'm on latest version and still receive these errors. I don't use abovementioned plugin I don't have any custom loot added to collectible pickups as well - so wondering why this keeps popping up 14/03/2026 02:15:23 | Failed to call hook 'OnCollectiblePickup' on plugin 'Loottable v2.2.9' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00107] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0 14/03/2026 02:15:23 | Failed to call hook 'OnCollectiblePickup' on plugin 'Loottable v2.2.9' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00107] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0 14/03/2026 02:15:13 | Failed to call hook 'OnCollectiblePickup' on plugin 'Loottable v2.2.9' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00107] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0 14/03/2026 02:15:13 | Failed to call hook 'OnCollectiblePickup' on plugin 'Loottable v2.2.9' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00107] in <15f61ddda771464d8246ebdce8ff4811>:0
-
Hey, I liked the plugin idea, and while setting this up had a few recommendations how I think would make it even better: 1) You might want to count cooldown from the moment player actually sends loot, NOT from the moment they have entered "/delivery" command. As they might fail to purchase the drone (not enough scrap) or the other recepient might refuse to accept etc. I had cooldown enabled when I had not enough scrap in the inventory and then had to wait for the cooldown... 2) It would be nice if chat prefix would be customizable/localiseable and not hardcoded as currently player.ChatMessage($"<color=#30e398>[Drone Delivery]</color> {msg}"); 3) Localisation option for control panel & buttons without changing .cs file would be nice
- 1 reply
-
- 1
-
-
Is it possible to support skinning for ChestStacks chests? After latest RUST update if you skin a chest to new skin - then all chests above are broken. I was told by ChestStacks author that this is due to Skinner and not ChestStacks functionality... Not sure what is the best way to fix this. Related topic with video - https://codefling.com/files/sc/27741-stack-boxs-breaking/#findComment-137863
-
@MonsterIs there any way to strip player names from characters that prevent DB write? Can this be embedded in one of the releases so that I don't need to GPT-shitcode this?
-
For us - if you skin the first box - it breaks all boxes above. Rust 2026-03-09 11-16-17.mp4
-
Some players are reporting that stacked chests break also when interacting with pipes and storage adaptors. However I can't verify what exactly breaks them as we tried to reproduce and it didn't happen all the time
-
Anyone who will upload latest version, please confirm if it won't break existing stacked chests again thx
-
- 17 comments
-
Ordered custom plugin and crash created it really fast and on budget. We are satisfied with his work and will definitely use his services again.
-
- 1
-
-
Hey, 1) Does the arena spawn somewhere in the sky when event starts or how does that work? 2) Does it split players into teams automatically when event starts? 3) What happens if your teammate gets into other team(color) - will you see a green tag and location of your teammate on the map (even though he is in opposite color team) 4) To what extent command blocking possible? E.g. not only teleportation commands but Backpack & other stuff we might have on the server. 5) Can you loot opposing team kit/clothes to pretend to be from another team? Can this be prevented? Thanks
- 4 comments
-
- #capture the flag
- #ctf
- (and 9 more)
-
Hey @josh-z 1. Will these commands work from RCON as well? As I want to automate wallpapaer adding from my discord bot. /wallpaper add wall <skin id> /wallpaper add floor <skin id> /wallpaper add ceiling <skin id> 2. And what do you mean by "skins for walls won't work for floors". Isn't that any custom wallpaper skin will work on floors and ceilings as well? If you open any of the wallpaper skins it's not specified if it's for floor or for the wall - Example - https://steamcommunity.com/sharedfiles/filedetails/?id=3427426841&searchtext= Thanks in advance
-
- 233 comments
-
- 1
-
-
- #jtedal
- #mad mappers
-
(and 7 more)
Tagged with: