Ghreborn

Bring back memories since 2011.

Forums

Post Reply
Forum Home > Updates/Announcements > 317 present code

Jesse Whitley
Site Owner
Posts: 244

due to ppl asking what the rate of the luckys are i am going to relase the code

case 6542: // present for xmas event

int prsent = misc.random(401);

if(prsent == 100){

sendMessage("You just got an Lucky Saradomin Godsword!");

addItem(15340, 1);

PlayerHandler.messageToAll = "@[email protected]"+playerName+" Has Gotten an lucky sgs!";

}

else if(prsent == 200){

sendMessage("You just got an Lucky Armadyl Godsword!");

addItem(15341, 1);

PlayerHandler.messageToAll = "@[email protected]"+playerName+" Has Gotten an lucky ags!";

}

else if(prsent == 300){

sendMessage("You just got an Lucky Zamorak Godsword!");

addItem(15342, 1);

PlayerHandler.messageToAll = "@[email protected]"+playerName+" Has Gotten an lucky zgs!";

}

else if(prsent == 400){

sendMessage("You just got an Lucky Bandos godsword!");

addItem(15343, 1);

PlayerHandler.messageToAll = "@[email protected]"+playerName+" Has Gotten an lucky bgs!";

}

deleteItem(6542, getItemSlot(6542), 1);

break;


--

I Am Traxxas So Dont f*** with me =)


September 27, 2015 at 11:52 PM Flag Quote & Reply

99hisham
Member
Posts: 68

L000l i got Back to back lucky sgs and ags!

September 28, 2015 at 2:15 AM Flag Quote & Reply

You must login to post.