Thread: World 8 Fix Simple

Results 1 to 5 of 5
  1. #1 World 8 Fix Simple 
    Registered Member
    Join Date
    Aug 2008
    Age
    28
    Posts
    323
    Thanks given
    0
    Thanks received
    5
    Rep Power
    21
    100% creds to Edge
    [Only registered and activated users can see links. ]

    Found this when searching for world eight source,
    it was in an archive of rune-server,
    so i dont know if it is still in any other posts
    just posting if anyone need (i did not make)

    -------------------------------------------------

    Ok for your client:
    Code:
    In client.java Search for
    
    Code:
    World-" + (anIntArray826[j] - 9);
    You will see something like this:
    Code:
    if(anIntArray826[j] == 0)
    class9.aString248 = "@[email protected]";
    else
    if(anIntArray826[j] == anInt957)
    class9.aString248 = "@[email protected]" + (anIntArray826[j] - 9);
    else
    class9.aString248 = "@[email protected]" + (anIntArray826[j] - 9);
    class9.anInt217 = 1;
    }
    Replace all that with:
    Code:
    if(anIntArray826[j] == 1)
    class9.aString248 = "@[email protected]";
    else
    if(anIntArray826[j] == anInt957)
    class9.aString248 = "@[email protected]";
    else
    class9.aString248 = "@[email protected]";
    class9.anInt217 = 1;
    return;
    }
    Hope this helps :s
    Last edited by thatwasonce; 03-15-2009 at 05:05 PM. Reason: [code]
    sigs annoy people
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2007
    Posts
    1,406
    Thanks given
    37
    Thanks received
    79
    Rep Power
    0
    somebody already made a better tut about this and i think you leached it
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2008
    Age
    28
    Posts
    323
    Thanks given
    0
    Thanks received
    5
    Rep Power
    21
    Quote Originally Posted by AKA Carlos View Post
    somebody already made a better tut about this and i think you leached it
    wow you cannot read can you?
    i didnt make i found in rune-server archives
    thught if somene was looking for it, then this would make easier to find

    btw
    its not leech if i take no credit
    sigs annoy people
    Reply With Quote  
     

  4. #4  
    P I M P 3 D Tut
    Guest
    Use code tags,
    And thanks.
    Reply With Quote  
     

  5. #5  
    Registered Member AcHoZeN™'s Avatar
    Join Date
    Oct 2008
    Posts
    684
    Thanks given
    0
    Thanks received
    7
    Rep Power
    47
    code tags please, thanks btw
    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

Tags for this Thread

View Tag Cloud

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