Jump to content

RustyB

Member
  • Posts

    100
  • Joined

  • Last visited

Everything posted by RustyB

  1. RustyB

    MLRS uses all raid points

    Yes I have verified this following scenario: - Player A has a base - Player B (not A) has full raid points - Player B attacks Player A's base with the MLRS rockets - This attack causes Player B (not A) to lose all their Raid Points In the test scenario the base had an external TC, very close to the main base, as in stacked privileges. (so 2 TCs total)
  2. RustyB

    MLRS uses all raid points

    Also, after the MLRS has shot the base, if I refund the raid point, attacking the base with rockets/C4 will cost a new raid point, meaning the MLRS didn't register a raid starting on that base. For now I've done this but that's not a great solution: void OnEntityTakeDamage(DecayEntity entity, HitInfo info) { var canTrigger = EntityCanTriggerRaid(entity); if (info == null || !canTrigger) { return; } // Check if the damage is from an MLRS rocket if (IsMlrsDamage(info)) { // Allow MLRS damage to proceed without affecting raid limits return; } if (info.InitiatorPlayer == null) { return; } var result = CanAllowRaid(entity, info.InitiatorPlayer, info); if (!result.AllowRaid) { if (config.PreventEarlyDamage || !result.EarlyDamage) { info.damageTypes.ScaleAll(0); } } } bool IsMlrsDamage(HitInfo info) { if (info == null) return false; // Check if the damage is from an MLRS rocket return info.WeaponPrefab != null && info.WeaponPrefab.ShortPrefabName.Contains("rocket_mlrs"); }
  3. RustyB

    Raid Limits

    No worries, Done https://codefling.com/files/support/17401-mlrs-uses-all-raid-points/
  4. RustyB

    MLRS uses all raid points

    Using MLRS uses all the raid points in one go it seems. Despite "CombineStackedPrivs": true
  5. RustyB

    Raid Limits

    Despite "CombineStackedPrivs": true
  6. RustyB

    Raid Limits

    Using MLRS uses all the raid points in one go it seems.
  7. RustyB

    Vehicle Hud

    Does it work with the new bikes?
  8. Being able to place wallpaper on both sides of a wall, not only soft side. I think that would be a popular plugin
  9. RustyB

    Server Panel

    Here is what happened step by step. I went though install process, and replaced the default qr codes with mine. At first it was png 512x512 I went in the contacts pop up and the qr code are not displaying, it only shows the black rust logo. I edited the elements (the ones with the URL to the image at the bottom) and updated them with links to 256x256 images. Still not working... so I'm thinking maybe it doesn't take png, I tried with jpeg... still not showing. So I'm thinking, is it imgur not allowing the server to display them (but it display my logo and banner so I doubt it) I tried to add the default image hosted on gitlab... and it doesn't display either. So I'm thinking if even the default image can't be displayed, the issue may not be my image file.
  10. RustyB

    Server Panel

    I have issues displaying the QR code image. I tried in jpg, I tried in png, I made sure they were 256x256 like the placeholder QR code When I tried to add the placeholder QR code ( gitlab.com/TheMevent/PluginsStorage/raw/main/Images/ServerPanel/serverpanel-qr-rust-ds.png) it doesn't display either. It's template 1.1 Is there an issue with the template or am I doing something wrong?1 Here is my qr code: i.imgur.com/HxslvB3.png
  11. RustyB

    Raid Limits

    it's working now thanks
  12. RustyB

    Raid Limits

    Oxide
  13. RustyB

    Clans

    I think the support looks very responsive. Seriously well done keeping up with all the requests. I haven't taken the plugin yet, I'm trying to see if it's what I'm looking for. I'm a bit confused because there's a "clans" plugin on umod from k1lly0u and a "clans" plugin here from Mevent This one looks active and kept up to date but I have plugins that say they are compatible with "clans" and I think they mean the old one from umod. Are these 2 clans plugins interchangeable? like if it say "integration with clans" will it work with that one as well?
  14. RustyB

    Raid Limits

    The simplestatus doesn't seem to work. I have the white/grey "daily raids" UI instead of the simplestatus red one above health. I have the simplestatus plugin installed and up to date. Both simplestatus and "UI" are "enabled" in the config file. Am I doing something wrong?
  15. RustyB

    Rust GPT

    Is there a way to make it ignore commands from team chat and only reply to global chat?
  16. RustyB

    Raid Limits

    Hey I love this plugin concept. I'm running something like that manually with my community server, where I kick them when they try to start one raid too many. I'd love to replace it with your plugin, but I can't stop players from causing damage as it would be against community rules. However, kicking them automatically if they reach the damage threshold when they have no raid points left would be ok as it would make it an admin tool. Would you be able to add an option for kicking the player causing illegal damage instead of cancelling damages? I would be ok to pay more than the current price for this update.
  17. RustyB

    Player Ranks

    Oh I'm so impatient for that rewrite, I love your plugin! Regarding the unique name, wouldn't that create a new database for each wipe? I'd love to be able to display the stats for the current wipe (like I'm doing now) but also an "all time" stats page from a database that accumulate the data and doesn't get wiped. Basically one database with "WipeOnNewMap": true and one database with "WipeOnNewMap": false
  18. RustyB

    Player Ranks

    Hey Steenamaroo, I have 2 questions. Would it be possible to have resource stats per type? Like the amount of stone gathered, amount of metal, sulfur, wook, hqm? And , please, would it be possible to create 2 databases: - One that can be wiped with map change - A second one that doesn't wipe with map change and accumulates across wipes From what I understand, currently, it's one or the other (unless I've missed something?)
  19. RustyB

    Player Ranks

    I couldn't say, I'm not familiar enough to understand how it works, I'm just able to see it works with older version of MySQL and not the new ones haha I understand what you mean though Thanks for answering
  20. RustyB

    Player Ranks

    Hey @Steenamaroo Is there any chance you could update the SQL connection to be compatible with MySQL 8, please?
  21. RustyB

    Bit of trouble with mysql

    Trying to connect the plugin to a MySQL 8.4 server without success I can connect to it with all my tools/app except with PlayerRanks It was connecting without any issue to my free database on AWS which I think was MySQL 8 as well. I'm a bit lost here, and I can't downgrade to MySQL 5 Does the plugin need updating?
  22. RustyB

    Player Ranks

    Hello Steenamaroo! Ages ago, before I used your plugin, I made a less advanced version to track stats and display them on my site. I used to have a "Nemesis" category which basically was the name of the player who killed you the most in PvP (excluding your teammates) So if Player A got killed twice by Player B and 5 times by Player C, the stats were displaying Player C as his Nemesis. Do you think is this something you could add or is this too advanced?
  23. RustyB

    Player Ranks

    Hello Steenamaroo! Ages ago, before I used your plugin, I made a less advanced version to track stats and display them on my site. I used to have a "Nemesis" category which basically was the name of the player who killed you the most in PvP (excluding your teammates) So if Player A got killed twice by Player B and 5 times by Player C, the stats were displaying Player C as his Nemesis. Do you think is this something you could add or is this too advanced?

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
162.6k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.