Thread: OSRS Data Dumper

Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 53
  1. #41  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Quote Originally Posted by Nhz RSPS View Post
    Hello stan hopefully you see this message. Is there any proper guides on how to Pack/Install the data?
    Posted a guide here (Can be used for other sources/clients aswell, not just Vencillio): https://www.rune-server.ee/runescape...o-121-2-a.html
    Reply With Quote  
     

  2. #42  
    Registered Member Anan's Avatar
    Join Date
    Oct 2008
    Posts
    408
    Thanks given
    5
    Thanks received
    27
    Rep Power
    15
    I might be wrong, but i think this dumper writes the obj.dat obj.idx for the items corrupted

    used all the data i dumped from this, but the items one seem to have an issue when dumping it doesnt match the readvalues in the client even though i set them up the same as the dumper
    Reply With Quote  
     

  3. #43  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Quote Originally Posted by Anan View Post
    I might be wrong, but i think this dumper writes the obj.dat obj.idx for the items corrupted

    used all the data i dumped from this, but the items one seem to have an issue when dumping it doesnt match the readvalues in the client even though i set them up the same as the dumper
    Load them from the cache folder instead.
    Code:
    stream = new Stream(FileOperations.readFile(Signlink.findCacheDir() + "/config/obj.dat"));
    final Stream stream = new Stream(FileOperations.readFile(Signlink.findCacheDir() + "/config/obj.idx"));
    Reply With Quote  
     

  4. #44  
    Registered Member Anan's Avatar
    Join Date
    Oct 2008
    Posts
    408
    Thanks given
    5
    Thanks received
    27
    Rep Power
    15
    Quote Originally Posted by Stan_ View Post
    Load them from the cache folder instead.
    Code:
    stream = new Stream(FileOperations.readFile(Signlink.findCacheDir() + "/config/obj.dat"));
    final Stream stream = new Stream(FileOperations.readFile(Signlink.findCacheDir() + "/config/obj.idx"));
    i want to load them from the cache too , might explaining why it wont work through the cache?
    Reply With Quote  
     

  5. #45  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Anan View Post
    I might be wrong, but i think this dumper writes the obj.dat obj.idx for the items corrupted

    used all the data i dumped from this, but the items one seem to have an issue when dumping it doesnt match the readvalues in the client even though i set them up the same as the dumper
    It's because this tool uses openrs to decode the item definitions. RuneScape added opcode 42 to their ItemDefintion encoder and it broke openrs from decoding it. This fix is simple all you have to do is add the new opcodes when RuneScape adds them.
    https://github.com/chadalen/OpenRS/b...Type.java#L158

    Quote Originally Posted by Stan_ View Post
    Load them from the cache folder instead.
    Code:
    stream = new Stream(FileOperations.readFile(Signlink.findCacheDir() + "/config/obj.dat"));
    final Stream stream = new Stream(FileOperations.readFile(Signlink.findCacheDir() + "/config/obj.idx"));
    Can you explain why you think this would be a good idea? If you pack them in the cache correctly you'll have no issues.
    Reply With Quote  
     

  6. #46  
    🎶 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 Freyr View Post
    It's because this tool uses openrs to decode the item definitions. RuneScape added opcode 42 to their ItemDefintion encoder and it broke openrs from decoding it. This fix is simple all you have to do is add the new opcodes when RuneScape adds them.
    https://github.com/chadalen/OpenRS/b...Type.java#L158



    Can you explain why you think this would be a good idea? If you pack them in the cache correctly you'll have no issues.
    I've seen random issues caused by loading them from the archive vs loading them from the cache dir. It's a fairly well-known fix to load them from the cache dir - even if you pack them correctly. I've packed them with Poesy's packer, your tool, Tom's suite and had random issues that were solved by just loading from cache dir. It doesn't make sense in theory but in practice it works. At the very least it eliminates a potential culprit of issues.
    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  
     

  7. #47  
    Owner of Ghreborn new and old.


    Join Date
    Nov 2009
    Posts
    916
    Thanks given
    47
    Thanks received
    155
    Rep Power
    273
    the jar broke with 138 heres one that works with 139+ https://www.dropbox.com/s/4ilknuiq4b...0TOOL.jar?dl=0
    Im back and working on reborn,
    Reply With Quote  
     

  8. Thankful user:


  9. #48  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    does anyone have this open source?

    EDIT; nvm decided not too be lazy
    Reply With Quote  
     

  10. #49  
    Banned
    Join Date
    May 2017
    Posts
    95
    Thanks given
    36
    Thanks received
    54
    Rep Power
    0
    Anyone have this working for 143? Willing to trade mapdata for the rest of the data
    Reply With Quote  
     

  11. #50  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by Skotizo View Post
    Anyone have this working for 143? Willing to trade mapdata for the rest of the data
    its broken due to opcode 249 in item defs

    Code:
    } else if(var2 == 249) {
                this.aClass133_2074 = Class73.method348(var1, this.aClass133_2074);
             }
    Code:
       static final Class133 method348(Class141_Sub17 var0, Class133 var1) {
          int var2 = var0.method835();
          int var3;
          if(var1 == null) {
             var3 = Class6.method32(var2);
             var1 = new Class133(var3);
          }
    
          for(var3 = 0; var3 < var2; ++var3) {
             boolean var6 = var0.method835() == 1;
             int var5 = var0.method839();
             Object var4;
             if(var6) {
                var4 = new Class141_Sub19(var0.method843());
             } else {
                var4 = new Class141_Sub23(var0.method840());
             }
    
             var1.method570((Class141)var4, (long)var5);
          }
    
          return var1;
       }
    also opcodes 82 and 249 added, opcode 60 was removed and is now opcode 82

    Code:
             } else if(var2 == 81) {
                this.anInt2145 = var1.method835() * 256;
             } else if(var2 == 82) {
                this.anInt2167 = var1.method837();
             } else if(var2 == 249) {
                this.aClass133_2194 = Class73.method348(var1, this.aClass133_2194);
             }
    https://mega.nz/#!3EMXRCoa!vtJb_-Yuz...rx7i0HO5OD96E4 working version with revision 143
    Last edited by Spooky; 06-05-2017 at 02:23 PM.
    Reply With Quote  
     

  12. Thankful users:


Page 5 of 6 FirstFirst ... 3456 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. OSRS Data Dumper
    By Poesy700 in forum Selling
    Replies: 2
    Last Post: 02-24-2016, 02:31 AM
  2. [REQ] OSRS Cache Dumper / Data
    By Ash Ketchum in forum Requests
    Replies: 4
    Last Post: 03-04-2015, 07:20 PM
  3. 521 map data dumper
    By iLL-ViZi0N in forum Requests
    Replies: 5
    Last Post: 11-13-2008, 05:24 AM
  4. 508 map data dumper...
    By Dragonking in forum Requests
    Replies: 5
    Last Post: 10-19-2008, 06:59 AM
  5. 512 Map Data Dumper
    By Vastiko in forum Downloads
    Replies: 13
    Last Post: 10-04-2008, 12:44 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •