Jump to content

ZEODE

Creator
  • Posts

    1,615
  • Joined

  • Last visited

Everything posted by ZEODE

  1. Thank you, work has been crazy busy and also busy with the kids. But I will try and get on the test server this weekend and see if I can reproduce this and find the issue.
  2. Thanks, in future though, please don't copy and paste the config like this, simply just upload the config file in the thread. I'll look into this when I have time and update. Can you explain more who gets the wrong amount and when?
  3. please post your config file
  4. Would you be willing to send me a list of the plugins you use on here or in DM ?
  5. If you are using the latest of both then there shouldn't be any conflict because nivex accepted my patch to make both plugins compatible. Do you have any other plugins which control heli in any way?
  6. Hi, are you using Loot Defender? Are you using the most recent versions of my plugin and Loot Defender if using it?
  7. ZEODE

    Loot

    Changed Status from Pending to Closed
  8. Changed Status from Pending to Closed
  9. I haven't had any other reports like this, its also running on our servers just fine with no issues at all. What version of the plugin are you using? Please make sure you are using the latest version, also if you haven't already, try downloading a fresh copy and load that.
  10. Changed Status from Pending to Not a Bug
  11. Please see this:
  12. ZEODE

    heli damage

    Changed Status from Pending to Closed
  13. ZEODE

    heli damage

    The way the Rust game calculates heli HP and decides if it is killed or not depends on maths within the game code which is based on percentages of rotor health against overall HP. Try to use the default values as a guide to creating more reliable custom settings. For example, the default "Easy" heli in my plugin is the same as the vanilla patrol helicopter in the game. The vanilla HP stats are: 10000 Main heli HP 900 top rotor HP 500 tail rotor HP If we do the math: Top rotor: (900/10000) x 100 = 9% of total HP Tail rotor: (500/10000) x 100 = 5% of total HP For the heli damage to function as you expect you need to keep these % ratios, or the built in game code calculations are wrong, this is why you are seeing this discrepancy. So whatever you decide is your main HP is, let's say 100,000 as in your config. That means the main rotor HP should be 9% of that, which is 9000 and the tail rotor HP should be 5%, so 5000. I should probably add that info on the plugin page for everyone to know.
  14. ZEODE

    Heli Signals

    Yes, but on second look, I think a patch will be needed by nivex to Loot Defender. I'm looking into it now.
  15. ZEODE

    Heli Signals

    The plugin Loot Defender does that, but currently Loot Defender will ignore all Heli Signals helis. I will add a config option to allow Loot Defender to lock called helis, this will achieve what you want by using Loot Defender. This will be on the next update.
  16. ZEODE

    Brad Duping

    Do you have any other plugins which handle supply signals?
  17. Were you taking the heli or was it someone else's? Are you the server owner? If it fired rockets and then went away, that means it killed the player/team. If the player then respawned somewhere else it could fly to their new position (depending on how the server owner has the config). Also, in the config is an option to retire the heli on all team killed. There are a few variables which would cause this behaviour. Another reason is if the calling player remains hidden for too long and does not engage, the heli will either retire or go elsewhere.,
  18. ZEODE

    Not Loading on Server Restart

    Also getting the same:
  19. ZEODE

    Loot

    Hi, yeah you can add the items to any loot plugin that supports custom skins. Simply add the supply signal item to your loot table and use one of the custom skin ID as listed on the plugin page.
  20. ZEODE

    Heli Signals

    According to the Oxide coding rules, hooks of type Object should return either null or true. Hooks of type Bool can return either true, false or null. Therefore StackModifier is incorrect and the dev should fix that. Or you can change the return value within the "CanCombineDroppedItem " hook in StackModifier so that anytime it returns false, you change it to return true.
  21. ZEODE

    Bradley Drops

    Yes, add the custom skinned supply signals to the loot tables of your loot plugin
  22. ZEODE

    got this error

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  23. ZEODE

    Latest bug on console

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  24. ZEODE

    Monument Block

    Changed Status from Pending to Closed Changed Fixed In to Next Version
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

126.1k

Files Sold

Total number of files sold.

2.6m

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.