Thread: Full 131 Data with Maps

Page 3 of 12 FirstFirst 12345 ... LastLast
Results 21 to 30 of 112
  1. #21  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by i_pk_pjers_i View Post
    I see it just fine:
    and

    Perhaps try redownloading it or something?
    Models for claws are 32784 according to my dump.
    I don't see 32784.gz in the index1 folder.
    So weird..
    Reply With Quote  
     

  2. #22  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    Quote Originally Posted by Idiot Bird View Post
    Whats new in this batch.
    I believe raids tweaks, and a couple of new items.
    http://services.runescape.com/m=news...ol?oldschool=1


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  3. #23  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Quote Originally Posted by Professor Oak View Post
    Pretty much all items are working but Dragon claws. I can't even find the model in the index1 folder either, so I guess that's the problem.
    Could you maybe send me the model?
    Well, when you equip them, do you actually see the models ? Or it's just the inventory model ?

    Quote Originally Posted by i_pk_pjers_i View Post
    I see it just fine:
    and

    Perhaps try redownloading it or something?
    For me, the inventory models are invisible, but the actual models is there.
    Reply With Quote  
     

  4. Thankful user:


  5. #24  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    I dunno what to tell you guys. 13652 seems to be the ID for the newer dragon claws from what I have seen, the sprite matches the one on the OSRS Wikipedia:


    and I can wield them:


    If some models aren't in there perhaps my cache I downloaded was bad or something. Either way, I figure this release is better than nothing and seems to be perfect for me.

    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  6. #25  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by i_pk_pjers_i View Post
    I dunno what to tell you guys. 13652 seems to be the ID for the newer dragon claws from what I have seen, the sprite matches the one on the OSRS Wikipedia:
    and I can wield them:
    If some models aren't in there perhaps my cache I downloaded was bad or something. Either way, I figure this release is better than nothing and seems to be perfect for me.
    To sum it up:
    Equip model for claws works fine.
    It's just the inventory model which wasn't included in index1.

    Attached image

    The inventory model id for claws is 32784. If you could check your cache for it and share it, that'd be great.
    Nevertheless, thanks once more for the release.
    Reply With Quote  
     

  7. #26  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Quote Originally Posted by Professor Oak View Post
    To sum it up:
    Equip model for claws works fine.
    It's just the inventory model which wasn't included in index1.

    Attached image

    The inventory model id for claws is 32784. If you could check your cache for it and share it, that'd be great.
    Nevertheless, thanks once more for the release.
    Yeah I don't have anything beyond 32767, not sure what happened.
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  8. #27  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by i_pk_pjers_i View Post
    Yeah I don't have anything beyond 32767, not sure what happened.


    Well if you manage to find it, please shoot me a private message.
    Reply With Quote  
     

  9. #28  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Quote Originally Posted by Professor Oak View Post


    Well if you manage to find it, please shoot me a private message.
    I don't think it is my data that is the issue. 13652 does seem to be the new dragon claws, and 13652 works fine for me, both inventory model and wield model. Hell, even 20784 works fine for me for both inventory model and wield model.
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  10. #29  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by i_pk_pjers_i View Post
    I don't think it is my data that is the issue. 13652 does seem to be the new dragon claws, and 13652 works fine for me, both inventory model and wield model. Hell, even 20784 works fine for me for both inventory model and wield model.
    Yes, it seems that your client has all models, but this release obviously does not...

    You could simply dump index1 from your client.

    Code:
    public static enum Store {
    
    		ARCHIVE(0),
    
    		MODEL(1),
    
    		ANIMATION(2),
    
    		MUSIC(3),
    
    		MAP(4);
    
    		private int index;
    
    		private Store(int index) {
    			this.index = index;
    		}
    
    		public int getIndex() {
    			return this.index;
    		}
    
    	}
    
    public static void dumpCacheIndex(Client client, Store cacheIndex) { 
                try {
                      for (int i = 0;; i++) {
                            try {
                                  byte[] indexByteArray = client.indices[cacheIndex.getIndex()].decompress(i);
                                  if (indexByteArray == null) {
                                        System.out.println("Finished dumping index " + cacheIndex.getIndex()
                                                    + ", exiting dump operation.");
                                        break;
                                  }
                                  
                                  final File dir = new File("./dump" + cacheIndex.getIndex() + "/");
                                  
                                  if (!dir.exists()) {
                                	  dir.mkdirs();
                                  }
                                  
                                  BufferedOutputStream gzip = new BufferedOutputStream(new GZIPOutputStream(new FileOutputStream("./dump" + cacheIndex.getIndex() + "/" + i + ".gz")));
                                  
                                  if (indexByteArray.length == 0) {
                                        continue;
                                  } else {
                                        gzip.write(indexByteArray);
                                        System.out.println("Unpacked " + i + ".");
                                        gzip.close();
    
                                  }
                            } catch (IOException ex) {                              
                                  throw new IOException(
                                              "Error writing to folder. Ensure you have this directory created: '"
                                                          + "./dump"
                                                          + cacheIndex.getIndex() + "'");
                            }
                      }
                } catch (Exception e) {
                      e.printStackTrace();
                }
          }
    You can try packing this data into a different client and you will see that a lot of models are missing, including dragon claws inventory model.
    Just trying to help, not trying to diss this release or anything like that. I'm actually using it myself.
    Reply With Quote  
     

  11. Thankful user:


  12. #30  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Quote Originally Posted by Professor Oak View Post
    Yes, it seems that your client has all models, but this release obviously does not...

    You could simply dump index1 from your client.

    Code:
    public static enum Store {
    
    		ARCHIVE(0),
    
    		MODEL(1),
    
    		ANIMATION(2),
    
    		MUSIC(3),
    
    		MAP(4);
    
    		private int index;
    
    		private Store(int index) {
    			this.index = index;
    		}
    
    		public int getIndex() {
    			return this.index;
    		}
    
    	}
    
    public static void dumpCacheIndex(Client client, Store cacheIndex) { 
                try {
                      for (int i = 0;; i++) {
                            try {
                                  byte[] indexByteArray = client.indices[cacheIndex.getIndex()].decompress(i);
                                  if (indexByteArray == null) {
                                        System.out.println("Finished dumping index " + cacheIndex.getIndex()
                                                    + ", exiting dump operation.");
                                        break;
                                  }
                                  
                                  final File dir = new File("./dump" + cacheIndex.getIndex() + "/");
                                  
                                  if (!dir.exists()) {
                                	  dir.mkdirs();
                                  }
                                  
                                  BufferedOutputStream gzip = new BufferedOutputStream(new GZIPOutputStream(new FileOutputStream("./dump" + cacheIndex.getIndex() + "/" + i + ".gz")));
                                  
                                  if (indexByteArray.length == 0) {
                                        continue;
                                  } else {
                                        gzip.write(indexByteArray);
                                        System.out.println("Unpacked " + i + ".");
                                        gzip.close();
    
                                  }
                            } catch (IOException ex) {                              
                                  throw new IOException(
                                              "Error writing to folder. Ensure you have this directory created: '"
                                                          + "./dump"
                                                          + cacheIndex.getIndex() + "'");
                            }
                      }
                } catch (Exception e) {
                      e.printStackTrace();
                }
          }
    You can try packing this data into a different client and you will see that a lot of models are missing, including dragon claws inventory model.
    Just trying to help, not trying to diss this release or anything like that. I'm actually using it myself.
    Yup you're right, I'm on it. I'll fix the link in the OP once I fix the data and upload it. Nice catch. I'm adding you to the rep backlog, got quite a few people to rep first. Rep inc in 2-3 days.

    edit: I have identified the issue, currently testing the new models to see if they work. Once they do, I will recreate the archive file then upload and update the OP. Animations and maps seem to be unaffected, as do configs - it was just some models that were missing.

    edit2: I have updated the link in the OP - let me know if you are still having issues. The data should be 100% working now.
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  13. Thankful users:


Page 3 of 12 FirstFirst 12345 ... LastLast

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. Replies: 4
    Last Post: 09-15-2016, 05:31 PM
  2. Someone with map data knowledge
    By TheCrazy in forum Buying
    Replies: 4
    Last Post: 06-10-2014, 12:56 AM
  3. Replies: 1
    Last Post: 04-15-2011, 04:08 PM
  4. Help With Map Data
    By xsuperx in forum Help
    Replies: 0
    Last Post: 12-28-2010, 10:38 PM
  5. Replies: 25
    Last Post: 08-17-2010, 05:11 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
  •