I got these codes from the code maker on runelocus. Some are mod and admin only and i hope you like the idea.
::adminlegend make you have legends cape. that could be a realy good item in the game:
if (command.equalsIgnoreCase("adminlegend") && playerRights >= 2) {
addItem(8284, 1);
sendMessage("your the legendery admin. nice?");
}
::modmaster make you have a obsidian cape. like the legends cape i want it to be a good mod item in the game
if (command.equalsIgnoreCase("modmaster") && playerRights >= 1) {
addItem(6568, 1);
sendMessage("your a mod master. Brill -.-");
}
::yamom this one is a funny one for non staff. a zmbie head appears in your inventertory
if (command.equalsIgnoreCase("yamom") && playerRights >= 0) {
addItem(6722, 1);
sendMessage("ewwwww was she on crack?");
}
::wasyourmom is a good one because it puts a dwarf in your inventertory
if (command.equalsIgnoreCase("wasyourmom") && playerRights >= 0) {
addItem(7500, 1);
sendMessage("this was your mums head but a dinosaur err...");
}
::guthan008 can give you 3 broken guthan helmets
if (command.equalsIgnoreCase("guthan008") && playerRights >= 0) {
addItem(4908, 3);
sendMessage("guthan008\'s present to you!");
}
::kratos can give you a crate
if (command.equalsIgnoreCase("kratos") && playerRights >= 0) {
addItem(7630, 1);
sendMessage("you have the kratos crate!");
}
::mark gives you a symbol called the hazeel mark
if (command.equalsIgnoreCase("mark") && playerRights >= 0) {
addItem(2406, 1);
sendMessage("u have marks symbol the hazeel mark lol");
}
::guthancrack gives you 10 weed lol. Its my crack

_________________
yaay hope these are right this time i had to edit them because they were wrong

i added an extra one
_________________

-Guthan008 on the server[Admin]
HAPPY POSTING FTW!
remember i pwn
