#(Ven) Any good replacement for PandeLoot?
13 messages · Page 1 of 1 (latest)
(Ven) Any good replacement for PandeLoot?
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
I mean, there’s always the denizen route? Other than that, this one here looks interesting: https://modrinth.com/plugin/customdrops/versions
hmm, it doesn't seem to support mythicmobs, sorry, should have specified more a little, but I was looking for per-player drops and that it works with mythicmobs, maybe I will have to go the denizen route?
sounds a bit hard to do but it's definitely possible
What features are you looking for specifically? doesn't seem that hard to do with Denizen
When players kill the said mob, I calculate the percentage of damage that each player dealt and rank them 1-3 , I give them their deserved drops, (1st place obviously gets better loot than the 2nd and 3rd)
- Damage event - flag the mob with the total damage each player delt to it
- Death event - get that flag, sort from highest to lowest, get first 3 players, grab items from some data script or something and
givethem to each player
Should be as simple as that, unless I'm missing something