Page 1 of 1

Edit droprate

Posted: August 4th, 2016, 11:43 am
by lantistk
How can i edit item drop rate from unit ? , i can't see droprate in unit item

Re: Edit droprate

Posted: August 13th, 2016, 8:46 pm
by owner123
I don't know the map and don't feel like deobfuscating this, but in order to drop an item in JASS, you do something like this:

if(GetRandomReal(0,100)<=drop rate)then
call CreateItem(...)
endif

So look for something in this format.

Re: Edit droprate

Posted: August 14th, 2016, 11:09 am
by lantistk
thanks i'm solve it, it have one funtione name admin drop control drop rate