Jump to content

Featured Replies

  • Replies 87
  • Views 12.1k
  • 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:

partyhatcombo.gif.0781c2a4d64ed28ea68bf4 

 

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