InnovaV2 28 Posted January 26, 2019 Popular Post Report Share Posted January 26, 2019 Proof this is the latest source and not some 5 month old copy. ItemAssistant.java public boolean hasThreeRainbowPartyhats() { return playerHasItem(11863, 3); } public void makeBlackPartyhat() { deleteItem(11863, 1); deleteItem(11863, 1); deleteItem(11863, 1); addItem(11862, 1); c.getDH().sendStatement("You combine the three Rainbow partyhats and make a Black partyhat!"); } public boolean hasAllPartyhats() { return playerHasItem(1038, 1) && playerHasItem(1040, 1) && playerHasItem(1042, 1) && playerHasItem(1044, 1) && playerHasItem(1046, 1) && playerHasItem(1048, 1); } public void makeRainbowPartyhat() { deleteItem(1038, 1); deleteItem(1040, 1); deleteItem(1042, 1); deleteItem(1044, 1); deleteItem(1046, 1); deleteItem(1048, 1); addItem(11863, 1); c.getDH().sendStatement("You combine the partyhats and make a Rainbow partyhat!"); } Obviously i'm not lying ?♀️ Source/Client This is the hidden content, please Sign In or Sign Up Website: This is the hidden content, please Sign In or Sign Up 28 Link to comment Share on other sites More sharing options...
Juice 2,386 Posted January 26, 2019 Report Share Posted January 26, 2019 noob Link to comment Share on other sites More sharing options...
Guest Piracy Posted January 28, 2019 Report Share Posted January 28, 2019 Checked out as far as I can tell; run this at your own risk! Link to comment Share on other sites More sharing options...
DesolutionRS 6 Posted January 28, 2019 Report Share Posted January 28, 2019 Interesting. Link to comment Share on other sites More sharing options...
OG Zen 1,197 Posted January 29, 2019 Report Share Posted January 29, 2019 virus i think Link to comment Share on other sites More sharing options...
RIOTxRHINO 4 Posted January 29, 2019 Report Share Posted January 29, 2019 coolio Link to comment Share on other sites More sharing options...
leclerc 112 Posted January 29, 2019 Report Share Posted January 29, 2019 let's see what the hype was about. Link to comment Share on other sites More sharing options...
h20 24 Posted January 29, 2019 Report Share Posted January 29, 2019 ty Link to comment Share on other sites More sharing options...
Parano1a 559 Posted January 29, 2019 Report Share Posted January 29, 2019 Ty Link to comment Share on other sites More sharing options...
skies 3 Posted January 29, 2019 Report Share Posted January 29, 2019 ty Link to comment Share on other sites More sharing options...
Tonymndz 20 Posted January 29, 2019 Report Share Posted January 29, 2019 Thanks! Link to comment Share on other sites More sharing options...
Kevy 8 Posted January 29, 2019 Report Share Posted January 29, 2019 ty Link to comment Share on other sites More sharing options...
kyan 17 Posted January 29, 2019 Report Share Posted January 29, 2019 ty Link to comment Share on other sites More sharing options...
gagagaga 0 Posted January 29, 2019 Report Share Posted January 29, 2019 cool ty Link to comment Share on other sites More sharing options...
ProjectPrimal 5 Posted January 30, 2019 Report Share Posted January 30, 2019 interesting Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now