Changing Max DropItem

Maybe I can't really help that much but have you set the drop chance to those 135 weapons accordingly to the maximum amount of drops you want?

I'd put it like this:
135 weapons... the chance to get one of them, randomly would be 100%/135 = 0,74% drop chance to each weapon. Also be careful with the global drop factor... but I am sure that you're taking it into consideration...
 
I belive you are partly right.. chicorafael
Look into EventFunc.lua
"fItemDropRate"

If I am correctly the number you give there are +% of your maxdrop.
So if you have 4 in propmoverex
and 5000 in EventFunc
The maxdrop raise to 200.

I could be completely off-track on this.. But that is how I have come to understand it. Something to try out maybe :)
 
Back