-
Posts
1,886 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
With regards to CanCombineDroppedItem, my plugin is correct. The other plugins should not be returning false from this hook. The developers of those plugins should correct their code. If they are unsure they should check the Umod Rust API help pages. Hooks of type object should only return true or null. Hooks which return type Boolean can return true, false or null. CanCombineDroppedItem returns type Object, therefore my code is correct and that hook should never return false. You should report the issue with the other plugins developers. If they are still unsure they can also check that hook in the assembly. With regards to CanEntityTakeDamage, i am not at home until Monday, so will look into it when I get back. I’ve come across this before I think but I can’t remember what caused it in the end so I’ll get back to you. In the meantime you could a ee if you can notice when the message happens, perhaps when people are mining heli debris?
-
Changed Status from Pending to Work in Progress
-
Hi, thanks for reaching out. Yes, what you have found is intended behaviour. I should probably add this to the plugin page documentation to make it clearer to everyone. In fact, I probably should change it so that it just assigns the smallest cooldown time to save this happening in the future.
-
Please upload your config file. Are the players on the same team? The player that called the drop?
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
I was convinced I’d fixed this issue. It shouldn’t cause any issues. I’ll have to go back over it and try and find the issue.
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Work in Progress
-
So I just loaded the plugin with your config on out test server, and it works flawlessly. Fires rockets when its supposed to, and guns in between. I don't know how else to help since I cannot reproduce what you are saying. Have you tested this yourself on your own server, or are you just going by what the players say?
-
Did this fix your issue? Also, what version of LootDefender are you using? version 2.1.5 is compatible with HeliSignals so shouldn't lock them anyway.
-
https://github.com/WheteThunger/IODebug I recommend this plugin to troubleshoot and find issues with IO entities. There are known exploits which players go around to various servers and create loops which severely lag servers and IO devices in general by connecting certain IO entities in a certain way. This plugin will also detect these idiots as well as normal issues.
- 23 comments
-
Just create a new profile in the config by copying and pasting an existing profile. Then rename it, change the skin ID (all available skins are on the plugin page) and all settings, and to create multi heli just change the number of spawned helis to something above 1.
-
I haven't, I have been quite unwell with COVID and my mother has been sick in and out of hospital. This has taken a back seat for now, it will be looked at as soon as possible.
-
- 23 comments
-
How are you adding/removing the perms?
-
When the perms are removed the perks should always revert back to normal, when the perms are removed the plugin checks all IO entities owned by that person and reverts them. For it to stay for a few hours or days makes no sense. It's not possible.
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
Changed Status from Pending to Gremlins
-
I can only imagine that they killed the heli at the precise moment the heli retired, only a guess. There will be a new update tonight or tomorrow anyway with some bug fixes. So monitor it for now and see if it happens again after the update.
-
Where is Expert and Nightmare in the new config?
ZEODE replied to SunShine ツ's Support Request in Support
Changed Status from Pending to Closed -
Where is Expert and Nightmare in the new config?
ZEODE replied to SunShine ツ's Support Request in Support
By default its just Easy - Hard. I provided Expert and Nightmare icons/skins on request, but the default config does not contain those. Just add them in yourself by copying on of the existing profiles and rename it accordingly and edit skin ID and all other settings as you wish. -
Please upload your config file
-
I am not familiar with this Shop plugin, I don't know the significance of the hook value in the config UI. But this appears to be causing an issue. Try removing the |. Any other help with adding items to that shop plugin you should really clarify with the dev of that plugin as I have no idea how it should be set up properly.