Jump to content

RynShirayuki

Members
  • Joined

  • Last visited

  1. RynShirayuki replied to Zenpex's post in a topic in RSPS Tools Downloads
    Huge, thanks for this
  2. Do people still use frostys?
  3. RynShirayuki replied to Jack's post in a topic in OSRS
    Lets see
  4. RynShirayuki replied to Mrcastiel's post in a topic in Other (377-742)
    I remember playing this years ago
  5. RynShirayuki replied to Mrcastiel's post in a topic in OSRS
    Hm, let's see
  6. RynShirayuki replied to Origin's post in a topic in 317
    Looks good
  7. RynShirayuki replied to Jason's post in a topic in 317
    I can see a lot of people are using this now.
  8. If these are still downloadable, I'm going to use them for sure.
  9. You cannot download this anymore, it says it is not found on runeindex
  10. RynShirayuki replied to Juice's post in a topic in 317
    If this is still up, I'd love to look at it.
  11. RynShirayuki replied to OG Zen's post in a topic in RS3
    Hm, if this still works I'll look at it
  12. If the link still works, I'll try it out
  13. I'll give this a try for sure
  14. RynShirayuki changed their profile photo
  15. RynShirayuki posted a post in a topic in RS3
    public static boolean convertItems(Player player, Item item) { if (item.getDefinitions().containsOption("Convert")) { for (int i = 45405; i < Utils.getItemDefinitionsSize(); i++) { if (ItemDefinitions.getItemDefinitions(i).getName().equalsIgnoreCase(item.getName())) { item.setId(i); player.getInventory().refresh(); player.getPackets().sendGameMessage("You have converted your " + item.getName().toLowerCase() + " to a useable form."); break; } } return true; } return false; }
  16. The link doesn't work anymore.