Jump to content
View in the app

A better way to browse. Learn more.

RuneSuite RSPS Development

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Replies 87
  • Views 12.2k
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
  • 1 year later...
comment_71571
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

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

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.