Thread: No animations after packing

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 No animations after packing 
    Registered Member
    Join Date
    Jul 2019
    Posts
    48
    Thanks given
    31
    Thanks received
    4
    Rep Power
    39
    did everything this guy has done : https://www.rune-server.ee/runescape...tions-gif.html

    also added
    Code:
    if(onDemandData.dataType == 1 && onDemandData.buffer != null)
    Class36.load(onDemandData.ID ,onDemandData.buffer);
    into void processOnDemandQueue
    and called for getanimcount in startup but im still left with this. any ideas?

    Attached image

    Attached image
    Last edited by cumminskid; 08-10-2019 at 06:47 PM. Reason: cleaning thread.
    Reply With Quote  
     

  2. #2  
    Development Services

    Tutus Frutus's Avatar
    Join Date
    Feb 2018
    Posts
    466
    Thanks given
    228
    Thanks received
    217
    Rep Power
    687
    Quote Originally Posted by cumminskid View Post
    starting packing everything via Galkons index packing. this client was hardloading everything from the cache, which im trying to undo. after packing 634 and changing where files are being read from, im left with this, and these errors constantly spam the console. So I'm pretty stuck right now.

    Attached image

    Attached image
    If it hardloaded everything I might not've been suited for the revision... same with Ruse loading some 667 shit.
    Most likely are your Readvalues wrong/outdated, and are some methods outdated... not the expert client-sided but hope it points you anywhere.

    Attached image
    Attached image
    Reply With Quote  
     

  3. #3  
    '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
    You'd be better off using a more modern 317 refactor and starting from there. Those older clients are extremely clunky even by 317 standards.


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2019
    Posts
    48
    Thanks given
    31
    Thanks received
    4
    Rep Power
    39
    Quote Originally Posted by Tutus Frutus View Post
    If it hardloaded everything I might not've been suited for the revision... same with Ruse loading some 667 shit.
    Most likely are your Readvalues wrong/outdated, and are some methods outdated... not the expert client-sided but hope it points you anywhere.
    i used all read values from Ross's data releases. any actual ideas?

    Quote Originally Posted by A Mage View Post
    You'd be better off using a more modern 317 refactor and starting from there. Those older clients are extremely clunky even by 317 standards.
    thanks? i don't understand how this help's me in any way.
    Reply With Quote  
     

  5. #5  
    Development Services

    Tutus Frutus's Avatar
    Join Date
    Feb 2018
    Posts
    466
    Thanks given
    228
    Thanks received
    217
    Rep Power
    687
    Quote Originally Posted by cumminskid View Post
    i used all read values from Ross's data releases. any actual ideas?



    thanks? i don't understand how this help's me in any way.
    Use Runelite if you load OSRS data, if you load newer data you can take examples off released bases with that content in...
    He helps you by mentioning you are better off spending time on a different base, gives you thoughts for reconsideration...

    Attached image
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2019
    Posts
    48
    Thanks given
    31
    Thanks received
    4
    Rep Power
    39
    Quote Originally Posted by Tutus Frutus View Post
    Use Runelite if you load OSRS data, if you load newer data you can take examples off released bases with that content in...
    He helps you by mentioning you are better off spending time on a different base, gives you thoughts for reconsideration...
    so everytime you come into a snag, you go and start over? that was my point in questioning.. I've downloaded several clients loading the data I'm trying to load, and to no avail, I'm having no luck. I have an idea in mind, and I'm not going to just keep restarting with something different everytime I can't figure something out. nothing either of you said has been related to solving this issue. Please stop using my help thread for more post count. Thanks.

    Bump
    Reply With Quote  
     

  7. #7  
    '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 cumminskid View Post
    i used all read values from Ross's data releases. any actual ideas?



    thanks? i don't understand how this help's me in any way.
    Cus if you're using someone's regurgitated shit from years ago it's probably been messed around with a lot, not to mention most of it is unfactored so you have a fuck load of stuff like "anInt1545" and "aBoolean345" etc etc which does not help with your situation, especially with what you're trying to do. (Not to mention by the looks of it most of your methods aren't renamed either!)
    Look in the downloads section for a more recently refactored 317 client, could even be loading osrs data as at least variables will be renamed then, so you can figure out what you're doing easier.


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jul 2019
    Posts
    48
    Thanks given
    31
    Thanks received
    4
    Rep Power
    39
    Quote Originally Posted by A Mage View Post
    Cus if you're using someone's regurgitated shit from years ago it's probably been messed around with a lot, not to mention most of it is unfactored so you have a fuck load of stuff like "anInt1545" and "aBoolean345" etc etc which does not help with your situation, especially with what you're trying to do. (Not to mention by the looks of it most of your methods aren't renamed either!)
    Look in the downloads section for a more recently refactored 317 client, could even be loading osrs data as at least variables will be renamed then, so you can figure out what you're doing easier.
    Please stop commenting...
    Reply With Quote  
     

  9. #9  
    Super Donator

    StanDev's Avatar
    Join Date
    Apr 2014
    Posts
    660
    Thanks given
    82
    Thanks received
    255
    Rep Power
    592
    Can u post the method referenced in the stack-trace (that being Class36.method531)?
    Also can u point out what line is 161 in that method?

    Off-topic:

    I understand you’re frustrated by people telling you to
    simply switch clients, which for the inexperienced developer means also switching the server.
    However, if this project is in early stages and meant to be primarily educational than I highly discourage working with non-refactored clients. Primarily because it makes it very hard for other to help you and for you to understand wtf is going on.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jul 2019
    Posts
    48
    Thanks given
    31
    Thanks received
    4
    Rep Power
    39
    Quote Originally Posted by StanDev View Post
    Can u post the method referenced in the stack-trace (that being Class36.method531)?
    Also can u point out what line is 161 in that method?

    Off-topic:

    I understand you’re frustrated by people telling you to
    simply switch clients, which for the inexperienced developer means also switching the server.
    However, if this project is in early stages and meant to be primarily educational than I highly discourage working with non-refactored clients. Primarily because it makes it very hard for other to help you and for you to understand wtf is going on.
    El oh el @silly Goose derepping me. Everyone’s opinion varrys, however, telling someone to just start over, is not helping, it’s the polar opposite. I’ve been away from anything java related for about 5-6 years now, and am just trying to brush up from where I left off with a new idea in mind, from a base I know that’s been HEAVILY used as a starting point. No questions were asked about what i was using, just straight away ‘everything’s old start over’..and they both comment the same exact thing on almost every single help thread, “everything’s old and outdated”, so no, that’s not being helpful, that’s just commenting for postcount.. and no my client isnt completely refactored like galkon and such has released, but how did all clients start lol..? Just because all my classes/methods aren’t renamed, doesnt mean the same problems can occur, that’s my point , but one second, I’ll boot up my computer , I’m on my phone currently.
    Reply With Quote  
     

Page 1 of 2 12 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. [317] No Animations After Adding Models
    By Luke94 in forum Help
    Replies: 0
    Last Post: 01-15-2019, 01:48 PM
  2. Replies: 12
    Last Post: 02-09-2017, 08:02 PM
  3. Replies: 29
    Last Post: 08-15-2016, 10:15 AM
  4. No Godsword Anims after packing OSRS #70
    By Buckley19 in forum Help
    Replies: 5
    Last Post: 04-14-2016, 09:52 PM
  5. Replies: 3
    Last Post: 09-14-2013, 08: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
  •