Hi!
I want to create a box or egg that gives 1 item from a 10 item pool with adjustable percentage chance.
This is the closest script that I've found from the forum, script is commented back in 2014.
switch(rand(0,3)){ // 4 choices: no bonus, Mask, Glove, Belt
case 1:if(rand(0,100) < 15) getitem 5482,1; break; // player will get Dark Knight Mask. but, 15% chance (random, 0~99. if number is < 15, get)
case 2:if(rand(0,100) < 5) getitem 2780,1; break; // player will get