viewing paste lol | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
if (countitem(914) > 99) {
                delitem 914,100; //Fluff
                if (countitem(7033) > 49) {
                    delitem 7033,50; //Poison_Spore
                    if (countitem(904) > 29) {
                        delitem 904,30; //Scorpion's_Tail
                        if (countitem(930) > 19) {
                            delitem 930,20; //Rotten_Bandage
                            if (countitem(1038) > 14) {
                                delitem 1038,15; //Petite_DiablOfs_Horn
                                if (countitem(7013) > 9) {
                                    delitem 7013,10; //Coral_Reef
                                }
                            }
                        }
                    }
                }
            }
Viewed 773 times, submitted by Guest.