Thread: 204 Data

Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 33
  1. #21  
    Registered Member
    Join Date
    Jul 2021
    Posts
    95
    Thanks given
    21
    Thanks received
    19
    Rep Power
    44
    Quote Originally Posted by Mark_ View Post
    I do ill post it tomorrow
    Thanks.
    Reply With Quote  
     

  2. #22  
    🖤RuneScape Veteran(2004)🖤 0117be's Avatar
    Join Date
    Jan 2012
    Posts
    136
    Thanks given
    1
    Thanks received
    18
    Rep Power
    1
    Quote Originally Posted by Mark_ View Post
    I do ill post it tomorrow
    POG af
    Reply With Quote  
     

  3. #23  
    Banned


    Join Date
    Jul 2020
    Posts
    157
    Thanks given
    100
    Thanks received
    166
    Rep Power
    0
    Quote Originally Posted by kippie View Post
    Thanks.
    Quote Originally Posted by 0117be View Post
    POG af


    Updated 1 new Texture added no new Areas (A few anims are broke but i will fix tomorrow as i need to get off)
    see main post for pics
    Reply With Quote  
     

  4. #24  
    Registered Member
    Join Date
    Jul 2021
    Posts
    95
    Thanks given
    21
    Thanks received
    19
    Rep Power
    44
    Quote Originally Posted by Mark_ View Post
    Updated 1 new Texture added no new Areas (A few anims are broke but i will fix tomorrow as i need to get off)
    see main post for pics
    Did u fix the anims yet?
    Reply With Quote  
     

  5. #25  
    Owner of Ghreborn new and old.


    Join Date
    Nov 2009
    Posts
    916
    Thanks given
    47
    Thanks received
    155
    Rep Power
    273
    Quote Originally Posted by HarveyPrice View Post
    Hi, I've tried updating the model decoder but on doing so I am hit with an out of bounds error:

    Code:
    java.lang.ArrayIndexOutOfBoundsException: 129
    	at com.client.ModelData.calculateVertexNormals(ModelData.java:2659)
    	at com.client.ModelData.toModel(ModelData.java:2770)
    	at com.client.definitions.ObjectDefinition.getEntity(ObjectDefinition.java:689)
    	at com.client.ObjectManager.renderObject(ObjectManager.java:582)
    	at com.client.ObjectManager.decodeLandscapes(ObjectManager.java:1328)
    	at com.client.Client.method22(Client.java:1479)
    	at com.client.Client.method54(Client.java:4292)
    	at com.client.Client.loadingStages(Client.java:4244)
    	at com.client.Client.mainGameProcessor(Client.java:4635)
    	at com.client.Client.processGameLoop(Client.java:3637)
    	at com.client.RSApplet.run(RSApplet.java:305)
    	at com.client.Client.run(Client.java:6978)
    	at java.lang.Thread.run(Thread.java:748)
    Here's my class:
    https://pastebin.com/raw/xX4nCfax



    Hi, I've tried updating the model decoder but on doing so I am hit with an out of bounds error:

    Code:
    java.lang.ArrayIndexOutOfBoundsException: 129
    	at com.client.ModelData.calculateVertexNormals(ModelData.java:2659)
    	at com.client.ModelData.toModel(ModelData.java:2770)
    	at com.client.definitions.ObjectDefinition.getEntity(ObjectDefinition.java:689)
    	at com.client.ObjectManager.renderObject(ObjectManager.java:582)
    	at com.client.ObjectManager.decodeLandscapes(ObjectManager.java:1328)
    	at com.client.Client.method22(Client.java:1479)
    	at com.client.Client.method54(Client.java:4292)
    	at com.client.Client.loadingStages(Client.java:4244)
    	at com.client.Client.mainGameProcessor(Client.java:4635)
    	at com.client.Client.processGameLoop(Client.java:3637)
    	at com.client.RSApplet.run(RSApplet.java:305)
    	at com.client.Client.run(Client.java:6978)
    	at java.lang.Thread.run(Thread.java:748)
    Here's my class:
    https://pastebin.com/raw/xX4nCfax
    replace this in you Buffer/Stream class
    Code:
        public int readSmart() {
            int value = payload[currentPosition] & 0xFF;
            if (value < 128) {
                return readUnsignedByte() - 64;
            } else {
                return readUShort() - 49152;
            }
        }
    Im back and working on reborn,
    Reply With Quote  
     

  6. #26  
    Banned


    Join Date
    Jul 2020
    Posts
    157
    Thanks given
    100
    Thanks received
    166
    Rep Power
    0
    Quote Originally Posted by kippie View Post
    Did u fix the anims yet?
    Yeh think they should be ok now give them a try and lmk
    Reply With Quote  
     

  7. #27  
    Banned


    Join Date
    Jul 2020
    Posts
    157
    Thanks given
    100
    Thanks received
    166
    Rep Power
    0
    Updated 404 to have the Easter event

    I will also from now on be using my website to post data updates automatically i will keep the tread updated with notifications :

    https://osrsquery.com/317
    Reply With Quote  
     

  8. #28  
    Registered Member
    Join Date
    Nov 2021
    Posts
    18
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by kippie View Post
    Same



    Any idea why I'm getting this:

    Attached image

    I do not have custom models with this id.
    Did you figure out the solution for this?
    Reply With Quote  
     

  9. #29  
    Registered Member
    Join Date
    Jul 2021
    Posts
    95
    Thanks given
    21
    Thanks received
    19
    Rep Power
    44
    Quote Originally Posted by HarveyPrice View Post
    Did you figure out the solution for this?
    Readvalues
    Reply With Quote  
     

  10. #30  
    Banned


    Join Date
    Jul 2020
    Posts
    157
    Thanks given
    100
    Thanks received
    166
    Rep Power
    0
    Quote Originally Posted by HarveyPrice View Post
    Did you figure out the solution for this?
    Read values or extend Resource count

    Updated - https://secure.runescape.com/m=news/beneath-cursed-sands?oldschool=1
    Reply With Quote  
     

Page 3 of 4 FirstFirst 1234 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. Packet Id's [202,203,204]
    By T X in forum Tutorials
    Replies: 11
    Last Post: 08-18-2008, 04:49 PM
  2. map data [untested]
    By joecool390 in forum Tutorials
    Replies: 22
    Last Post: 07-16-2008, 01:14 AM
  3. Loading NPC data through SQL
    By HcoFlame in forum Tutorials
    Replies: 15
    Last Post: 07-11-2008, 07:21 PM
  4. How to unpack the data files of your cache
    By Meanz in forum Tutorials
    Replies: 21
    Last Post: 05-24-2008, 07:24 PM
  5. What method loads the map Data
    By Clienthax in forum RS2 Client
    Replies: 2
    Last Post: 01-01-2008, 11:10 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
  •