Jump to content
Existing user? Sign In

Sign In



Sign Up

Innova CLEAN


InnovaV2

Recommended Posts

  • 2 months later...
  • Replies 86
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
  • 2 weeks later...
  • 1 year later...
On 1/26/2019 at 1:50 PM, InnovaV2 said:

This is the hidden content, please
 

 

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

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

 

Website:

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

ty

Link to comment
Share on other sites

  • 1 year later...
  • 6 months later...
  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

Contact

ltlimes

RSPS Partners

RedemptionRSPS

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...