Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. walkinrey

    Roaming NPCs

    Please create support tickets Don’t forget to include info about your map and framework (carbon/oxide)
  3. 20K

    Backpack auto pulling

    images are great to help explain and give me context. videos with a voice over are even better. I'll see if i can figure out what it is you guys are talking about but Iit requires YOU guys to respond to me I'm here to help!
  4. derkskippalito

    Loot

    you are a god among men thank you love all your plugins !!
  5. Today
  6. HOA Rust

    where do i put hook?

    sorry still fairly new to running rust server, im trying to add these drops to shoppystock plugin, i see the hook provided but am unsure where to put it? any help wopuld be greatly appreciated.
  7. IIIaKa

    Overlap

    It's also unclear how the "Workbench Level 3" is displayed on your side, because when I enter invisibility it disappears immediately, unless I get extremely close to it.
  8. Have to be honest, I'm 100% at a loss here. The fact that you're seeing the same message regardless of whether you use chat or console confirms for me that the correct code is being called with PlayerRanks. Both cases, chat and command, do exactly the same thing Command IssueRewards(false, null); <--- PrintWarning(lang.GetMessage("rewardsissued", this)); Chat IssueRewards(false, null); <--- SendReply(player, conf.GUI.ChatTextColourStrong + lang.GetMessage("title", this) + "</color>" + lang.GetMessage("rewardsissued", this)); The fact that you see "Command 'rp add 12345678901234567 10' not found." is further confirmation. The code is running and the commands are being called. That's what happens inside IssueRewards method. I don't see what could cause this ^^ other than ServerRewards becoming unloaded or its command somehow becoming unregistered. Is there any possibility you've got timed unload/load of plugins or anything strange going on?
  9. IIIaKa

    Overlap

    Hello. As I mentioned, I tested this on my side and did not encounter this issue. Please try removing all plugins except AdvancedStatus, VanishStatus and uMod Vanish. And check whether the issue still occurs.
  10. spunK

    Capture The Flag

    Fixed now, it use ctf.start, and ctf.stop in the console. Also the interrupted message, theres a cooldown, on 10 seconds now. Please download the newest update.
  11. Hello, I wanted to get back to you and apologize if my previous message sounded too critical. I was quite tired at the time, and that probably influenced the way I expressed myself. Since then, I’ve taken more time to properly configure the plugin according to my needs. The configuration is actually clear and logical once you understand it — not too simple, but not overly complex either. It does take time, but overall the plugin itself is well made. That said, the main reason for my initial disappointment was that I genuinely believed the panel was intended for administrators to easily manage and modify settings. In my mind, the core goal of the plugin was to allow simple, visual control over what is enabled or disabled for each tier. I completely understand that adding such functionality would require a lot of additional work, more lines of code, and potential performance considerations. However, I truly believe that having this kind of feature in a future update would make the plugin absolutely outstanding — even if it meant a small performance cost. As an alternative idea, another possible approach could be a web-based editor to help configure the JSON file more easily. I’ve seen several plugins use this kind of solution to make complex configurations more user-friendly. In any case, thank you for your explanations and for your work on the plugin. I appreciate the time you took to answer me and to discuss possible solutions. Best regards, herkye
  12. 如果分类中的物品没有完全展示,我该怎么办?我也没看到界面里有分页按钮。
  13. Sorry, I somehow missed this message. Yes, both are true. I downloaded latest versions of both Server Rewards and Player Ranks and then re-installed them on the server. Unfortunately, nothing has changed.
  14. supreme

    Chest Stacks

    Should support naval update once it hits the release branch and I'll get some time to look into it
  15. How do you think I should help you with the plugin if you are currently having problems accessing the server? Contact your hosting support, because this is one of the basic admin commands, it just unloads the plugin from the server and loads it back. Check this server convar, it must be true: rcon.web You must have administrator rights on the server to execute this command in the game in the console via F1. To grant administrator rights, enter the ownerid SteamID command, either from the server console or via the game console if you already have administrator rights and want to grant them to someone else. And i have already written to you that most likely you have incorrectly transferred files to the server from the archive with the plugin, try to do it again and more carefully.
  16. Krungh Crow

    Loot

    Changed Status from Pending to Closed Changed Fixed In from 2.0.2 to 2.0.3
  17. Krungh Crow

    Loot

    Changed Status from Closed to Pending
  18. I am experiencing an issue where Bradley APC loot is not adhering to my custom loot profiles. Despite having unique profiles created for each difficulty tier, the Bradley continues to drop standard vanilla loot provided by Facepunch.
  19. Krungh Crow

    Loot

    just tested it myself the last update was indeed not skippi9ng the regular loot . only fixing the alphaloot not to be overwritten. in the 2.0.3 it will work and debug will show this in console [Bradley Tiers] [Debug] Loot disabled for Nightmare. Leaving crate 21637699 untouched for other plugins.
  20. So I should delete the url and just use the skin id right? Sorry I am maybe in a bit over my head. And thx for the help as well as the great plugins.
  21. Krungh Crow

    Loot

    did you disable it completely ? and running the 2.0.2 version ? "Loot Settings": { "Use lootsystem (internal)": false, "Use Random Skins (internal)": false, "Use AlphaLoot": false },
  22. nivex

    Reloading Profile Config File

    Changed Status from Pending to Closed
  23. nivex

    Reloading Profile Config File

    no problem, enjoy
  24. nivex

    Corpses and Bodies

    heya, disable Eject Corpses From Enemy Raids in the profiles, oxide/data/RaidableBases/Profiles/
  25. ProjektEU

    Error

    Okay, could I ask how to prevent Bradley from falling below the texture from the signal?
  26. WarKingz

    more slots

    can the slots be increased from 2 rows
  27. Looks like another plugin sends an error whenever I reload yours. Should I just ignore it? o.reload ArmedDeployment [CSharp] Started Oxide.Compiler v successfully ArmedDeployment was compiled successfully in 1531ms Failed to call hook 'OnEntityDeath' on plugin 'HeavyExcavatorEvent v1.1.2' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.HeavyExcavatorEvent.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x00016] in <55fa1e40c2594c789e61f190bbdb32f3>:0 at Oxide.Plugins.HeavyExcavatorEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00b61] in <55fa1e40c2594c789e61f190bbdb32f3>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Unloaded plugin ArmedDeployment v4.1.2 by CodeBrothers Loaded plugin ArmedDeployment v4.1.3 by CodeBrothers
  1. Load more activity
2.2m

Downloads

Total number of downloads.

10.2k

Customers

Total customers served.

147.6k

Files Sold

Total number of files sold.

3.1m

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.