Thread: Blood Rune Fix?

Results 1 to 6 of 6
  1. #1 Blood Rune Fix? 
    isAwesome = true;
    Typhoeus's Avatar
    Join Date
    Nov 2008
    Posts
    815
    Thanks given
    18
    Thanks received
    13
    Rep Power
    246
    Does anyone have a link to a tutorial or know the fix to blood runes? I searched but can't find anything.

    The glitch is where when you remove blood runes from a bank, it removes them really slowly.
    Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction.
    - Albert Einstein

    It is one thing to show a man that he is in an error, and another to put him in possession of the truth.
    - John Locke
    Reply With Quote  
     

  2. #2  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    Nvm...Wrong source
    Reply With Quote  
     

  3. #3  
    Registered Member
    wouha's Avatar
    Join Date
    Feb 2008
    Age
    30
    Posts
    1,034
    Thanks given
    8
    Thanks received
    16
    Rep Power
    297
    in client.class change

    if (DataFiles.itemStackable[bankItems[fromSlot]+1]) {
    to

    if (DataFiles.itemStackable[bankItems[fromSlot]-1]) {
    .
    Reply With Quote  
     

  4. #4  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    31
    Posts
    3,113
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    i believe someone posted a fix on this...

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for http://www.rune-server.org/runescape...pve-based.html
    Reply With Quote  
     

  5. #5  
    Registered Member
    wouha's Avatar
    Join Date
    Feb 2008
    Age
    30
    Posts
    1,034
    Thanks given
    8
    Thanks received
    16
    Rep Power
    297
    Quote Originally Posted by Paul Griffiths View Post
    i believe someone posted a fix on this...
    yeah i just copied what he said lol
    .
    Reply With Quote  
     

  6. #6  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    31
    Posts
    3,113
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    ah. looked familiar

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for http://www.rune-server.org/runescape...pve-based.html
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •