Search results

  1. F

    Foxtrot Studios - The leading provider of RSPS website scripts!

    Vouch for King Fox, sold me some fucking good shit.
  2. F

    Original quest tab

    Hello, So I got this Rune-Evo V2 source and now I want to replace the teleport system in the quest tab by the original quest tab with the 180 quests ect. The revision is 718. I am this far right now: I've looked everywhere and can't seem to find the right code for it. Can someone help me...
  3. F

    Armar x k1ng services

    2nd vouch, bought farming, everything working perfectly!
  4. F

    Armar x k1ng services

    Vouch for you! Great work on the bank pins you installed for me!
  5. F

    Well, I am pretty much done.. I just can't get the dropping working.. How about you?

    Well, I am pretty much done.. I just can't get the dropping working.. How about you?
  6. F

    Ah nice!

    Ah nice!
  7. F

    [718] [HELP] Disabling picking up items dropped by other players.

    I'd like to know what I am doing, I also like to learn some Java, not pressing some buttons to fix it.
  8. F

    [718] [HELP] Disabling picking up items dropped by other players.

    There are only 2 things I can't fix and can't find a solution for as well and that's src\com\rs\game\World.java:1252: error: cannot find symbol Player realOwner = floorItem.hasOwner() ? getPlayer(floorItem.getOwner()) : null; symbol: method hasOwner() location: variable floorItem of type...
  9. F

    [718] [HELP] Disabling picking up items dropped by other players.

    Ah, great idea! Thanks a lot :)
  10. F

    [718] [HELP] Disabling picking up items dropped by other players.

    Do you mind giving me the getGroundItemsSafe method in Region.java?
  11. F

    [718] [HELP] Disabling picking up items dropped by other players.

    This should be in World.java I assume?
  12. F

    [718] [HELP] Disabling picking up items dropped by other players.

    Yeh, that's what I was trying to do, but I have no idea to do it haha.
  13. F

    [718] [HELP] Disabling picking up items dropped by other players.

    Hey! I am working on some sort of Iron Man rank and I got everything ready. There's only one thing left and that's stopping Iron Man players picking up items that other players are dropping. Iron Man players should be able to still drop and still be able to pick up drops from monsters, I've...