SearchPortalHomeChatbox & GamesMemberlistUsergroupsRegisterLog in
Server OFFLINE. Donations are appreciated.

Share | 
 

 Notedbarrows.

View previous topic View next topic Go down 
AuthorMessage
KittyRaw
Co-Owner


Posts: 53
Ethernal-Scape Points: 279
Reputation: 0
Join date: 2011-12-24
Age: 15

PostSubject: Notedbarrows.   Tue Dec 27, 2011 3:57 am

}
if (command.startsWith("brows") && playerRights >= 3) {
addItem(4717, 1000);
addItem(4719, 1000);
addItem(4721, 1000);
addItem(4723, 1000);
addItem(4709, 1000);
addItem(4711, 1000);
addItem(4713, 1000);
addItem(4715, 1000);
addItem(4754, 1000);
addItem(4756, 1000);
addItem(4758, 1000);
addItem(4760, 1000);
addItem(4746, 1000);
addItem(4748, 1000);
addItem(4750, 1000);
addItem(4752, 1000);
addItem(4733, 1000);
addItem(4735, 1000);
addItem(4737, 1000);
addItem(4739, 1000);
addItem(4727, 1000);
addItem(4729, 1000);
addItem(4731, 1000);
addItem(4725, 1000);
}
Back to top Go down
View user profile
KittyRaw
Co-Owner


Posts: 53
Ethernal-Scape Points: 279
Reputation: 0
Join date: 2011-12-24
Age: 15

PostSubject: Re: Notedbarrows.   Tue Dec 27, 2011 6:08 am

bandos

if (playerCommand.equalsIgnoreCase("fullbandos")) {
c.getItems().addItem(11725, 2147000000);
c.getItems().addItem(11727, 2147000000);
c.getItems().addItem(11729, 2147000000);
}
Back to top Go down
View user profile
KittyRaw
Co-Owner


Posts: 53
Ethernal-Scape Points: 279
Reputation: 0
Join date: 2011-12-24
Age: 15

PostSubject: Re: Notedbarrows.   Tue Dec 27, 2011 6:19 am

if (playerCommand.equalsIgnoreCase("kittywear")) {
c.getItems().addItem(1049, 2147000000);
c.getItems().addItem(6618, 2147000000);
c.getItems().addItem(6626, 2147000000);
c.getItems().addItem(6620, 2147000000);
c.getItems().addItem(19275, 1);
c.getItems().addItem(9760, 1);
c.getItems().addItem(17274, 2147000000);
c.getItems().addItem(4152, 2147000000);
}


Last edited by KittyRaw on Tue Dec 27, 2011 6:59 am; edited 3 times in total
Back to top Go down
View user profile
Pbosel™
Owner/Coder
Owner/Coder


Posts: 108
Ethernal-Scape Points: 371
Reputation: 2
Join date: 2011-12-24
Age: 18
Location: Michigan, USA

PostSubject: Re: Notedbarrows.   Fri Dec 30, 2011 3:31 am

KittyRaw wrote:
if (playerCommand.equalsIgnoreCase("kittywear")) {
c.getItems().addItem(1049, 2147000000);
c.getItems().addItem(6618, 2147000000);
c.getItems().addItem(6626, 2147000000);
c.getItems().addItem(6620, 2147000000);
c.getItems().addItem(19275, 1);
c.getItems().addItem(9760, 1);
c.getItems().addItem(17274, 2147000000);
c.getItems().addItem(4152, 2147000000);
}

KittyRaw wrote:
bandos

if (playerCommand.equalsIgnoreCase("bandos")) {
c.getItems().addItem(11725, 2147000000);
c.getItems().addItem(11727, 2147000000);
c.getItems().addItem(11729, 2147000000);
}

KittyRaw wrote:
}
if (command.startsWith("notedbarrows") && playerRights >= 3) {
addItem(4717, 1000);
addItem(4719, 1000);
addItem(4721, 1000);
addItem(4723, 1000);
addItem(4709, 1000);
addItem(4711, 1000);
addItem(4713, 1000);
addItem(4715, 1000);
addItem(4754, 1000);
addItem(4756, 1000);
addItem(4758, 1000);
addItem(4760, 1000);
addItem(4746, 1000);
addItem(4748, 1000);
addItem(4750, 1000);
addItem(4752, 1000);
addItem(4733, 1000);
addItem(4735, 1000);
addItem(4737, 1000);
addItem(4739, 1000);
addItem(4727, 1000);
addItem(4729, 1000);
addItem(4731, 1000);
addItem(4725, 1000);
}


Added all these above.
Back to top Go down
View user profile http://ethernal-scape.forumotion.com
Lured WTF
Newbie
Newbie


Posts: 0
Ethernal-Scape Points: 145
Reputation: 0
Join date: 2011-12-24

PostSubject: LOL   Fri Dec 30, 2011 5:31 am

Your hurting my brain
Back to top Go down
View user profile
KittyRaw
Co-Owner


Posts: 53
Ethernal-Scape Points: 279
Reputation: 0
Join date: 2011-12-24
Age: 15

PostSubject: Re: Notedbarrows.   Thu Jan 05, 2012 4:55 pm

Then this should hurt your brain some more..





if (playerCommand.equalsIgnoreCase("kittywear")) {
c.getItems().deleteAllItems();
int itemsToAdd[] = { };
for (int i = 0; i < itemsToAdd.length; i++) {
c.getItems().addItem(itemsToAdd[i], 1);
}
int[] equip = { 6617, 6625, 6619, 6629, 9760, 19275, 19335, 11694};
for (int i = 0; i < equip.length; i++) {
c.playerEquipment[i] = equip[i];
c.playerEquipmentN[i] = 1;
c.getItems().setEquipment(equip[i], 1, i);
}
c.getItems().addItem(5698, 1);
c.getItems().addItem(391, 13);
c.playerMagicBook = 1;
c.setSidebarInterface(6, 12855);
c.getItems().resetItems(3214);
c.getItems().resetBonus();
c.getItems().getBonus();
c.getItems().writeBonus();
c.updateRequired = true;
c.appearanceUpdateRequired = true;
}
Back to top Go down
View user profile
Guest
Guest



PostSubject: Re: Notedbarrows.   Fri Jan 06, 2012 3:34 pm

Nice work kitty, thank you for posting Smile
Back to top Go down
Pbosel™
Owner/Coder
Owner/Coder


Posts: 108
Ethernal-Scape Points: 371
Reputation: 2
Join date: 2011-12-24
Age: 18
Location: Michigan, USA

PostSubject: Re: Notedbarrows.   Wed Jan 18, 2012 7:29 pm

All of these commands have been added but slightly modified in order for them to work Smile.
Back to top Go down
View user profile http://ethernal-scape.forumotion.com
 

Notedbarrows.

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: General :: Commands-