viewing paste Unknown #20919 | Athena

Posted on the
1 2 3 4 5 6 7 8
    OnSpecialMobKill:
        if(rand(101) <= @g_chance) {
            if(@g_amount_rand)
                getitem @g_item,rand(1,@g_amount);
            else getitem @g_item,@g_amount;
        }
        end;
 
Viewed 664 times, submitted by Guest.