Thread: nevermind im dumb

Results 1 to 3 of 3
  1. #1 nevermind im dumb 
    The best fighter is never angry
    Andreas's Avatar
    Join Date
    Dec 2015
    Posts
    110
    Thanks given
    51
    Thanks received
    14
    Rep Power
    9
    nevermind
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2017
    Posts
    196
    Thanks given
    15
    Thanks received
    22
    Rep Power
    11
    Did you even try? There guides around on the forum

    Then just tell us what you have problem with
    Reply With Quote  
     

  3. #3  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Step 1:
    Place the index1, index2 and index4 folder in your cache folder.
    Search in your Client.java for: repackCacheIndex(
    Then uncomment it and make it repackCacheIndex(1), run you client once, change it to 2, run again, change to 4, run again, and then comment it again. (Or just run all 3 at once)

    Step 2:
    Place the obj.dat & obj.idx in your cache folder.

    Step 3:
    Open your cache with tom's cache suite, click on "View/Edit JaGeX Archives", and then "config.jag".
    Replace all the configs with the new data. (npc, loc, seq, spotanim, varbit). If you don't see varbit.dat in the list, that's the number -514869585.
    Every time after you replace a file, click the button "Repack archive".

    Step 4:
    Click on "View/Edit JaGeX Archives", and then "versionlist.jag", replace "map_index" with the new one.

    Step 5:
    In your server sided data, look for your maps folder. Replace the loc files, the map_index, and all the files from the index4 folder.

    Step 6 (If you don't have this yet):
    Go in your ItemDef.java in your client, and search for obj.dat or obj.idx.
    Replace 2 the lines loading those 2 files with this:
    stream = new Stream(FileUtility.readFile(Signlink.findcachedir( ) + "obj.dat"));
    Stream stream = new Stream(FileUtility.readFile(Signlink.findcachedir( ) + "obj.idx"));
    Reply With Quote  
     

  4. Thankful users:



Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. wrong section
    By Andreas in forum Help
    Replies: 0
    Last Post: 03-30-2017, 01:03 AM
  2. Replies: 5
    Last Post: 08-16-2014, 10:11 AM
  3. Replies: 1
    Last Post: 07-21-2013, 02:06 AM
  4. Replies: 6
    Last Post: 01-30-2013, 02:13 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •