Failed to call hook 'OnPlayerAttack' on plugin 'FancyDrop v2.6.14' (TargetException: Non-static field requires a target)
Spams the console
FancyDrop
Moved
Total Downloads: 18,016 - First Release: Jun 8, 2016 - Last Update: Apr 19, 2018
- 5/5, 56 likes
-
Really appreciate the work into this groovy piece of mod..
Console Spam Message:
Failed to call hook 'OnPlayerAttack' on plugin 'FancyDrop v2.6.14' (TargetException: Non-static field requires a target) -
-
getting this error since update
| Failed to call hook 'OnPlayerAttack' on plugin 'FancyDrop v2.6.11' (TargetException: Non-static field requires a target) -
-
I get the error also, Failed to call hook 'OnPlayerAttack' on plugin 'FancyDrop v2.6.14' (TargetException: Non-static field requires a target).
I think it only spams if an unclaimed airdrop is hanging around. I'll do some more testing.
I don't know if it matters, but I am running a linux server. -
I see now that the message happens on every bullet fired. I figured maybe it was a conflict with another plugin so I tried unload the majority of anything that I thought might use the same hook, but I couldn't fix the problem.
I was able to get one airdrop to land without any messages, and then the helicopter event started, and that seemed to start the error up.
Message me as GnR on slack if I can be of any help. -
-
Step-by-step.
1. Turn "Players can shoot down the drop" on
2. Called drop with /droptoplayer
3. Shoot it down
4. Wait till it'll get down and collect stuff
5. Each time I shoot I'm getting this error.
P.S. reloading plugins didn't help
P.P.S. setting "Players can shoot down the drop" to false solve this -
-
-
Ok, can anybody explain me how does itemDivider work actually? I can't find any information about it.
@Fujikura can you please update faq and owerview? It seems outdated. -
It is!! ...Problems with plugins is mostly, we invest our primary time into coding. A final info after intial publish is most well performed, but further managing after each update also the docs is kinda impossible to handle the same way...Thats why i did state on the page to crawl also through the update notes...there are all inportant changes or new features basically described.
-
-
FancyDrop for Rust - 2.4.0 | Oxide -
also - I have a strange problem. Supply drops called by supply signal drops from greater distance then normal drops. additionalheight in both are 0. What can it be? -
Code:
y = (TerrainMeta.HighestPoint.y * planeOffSetYMultiply) + (int)dropsettings["additionalheight"];
-
Hello, I have a simple question.
Can I customize the loot for a particular drop?
For instance, say someone is given VIP and in the VIP bundle your given a supply drop.
Can said VIP get a static item list for every time he/she buys a signal?
Your feedback is appreciated! -
Code:"vip_guns": { "itemDivider": 1, "itemList": { "rifle.lr300": 1, "ammo.rifle": 20, "pistol.m92": 1, "ammo.pistol": 30 } },
The actual prob would be, that none of the command sending drops to a player does support the input of a custom list name by console.
Currently it would work only with "ad.topos", when you got before the coordinates.
I would need to extend the commands over to player-support. -
Hi i would like to know if it is possible to remove clothes in drops, thanks in advance