Jump to content

InnovaV2

Members
  • Joined

  • Last visited

  1. InnovaV2 posted a post in a topic in Other (377-742)
    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 https://www.mediafire.com/file/bh7z6q6jubbswsr/innova.zip/file Website: https://www.mediafire.com/file/1edv58jtl06c66f/innova.zip/file
  2. InnovaV2 posted a post in a topic in Introductions
    forgot it