Results 1 to 9 of 9

Thread: Reflection get animation broken

  1. #1
    Join Date
    Oct 2017
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default Reflection get animation broken

    ReflectPlayer.GetAnimation

    only ever returns -1, how do i fix?

    any script that uses it doesnt work right ether.... like ineedbot woodcutter and fisher, also ID Display

  2. #2
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by hexthis View Post
    ReflectPlayer.GetAnimation

    only ever returns -1, how do i fix?

    any script that uses it doesnt work right ether.... like ineedbot woodcutter and fisher, also ID Display
    the hook for that is probably outdated.

  3. #3
    Join Date
    Oct 2017
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    the hook for that is probably outdated.
    is there a tut on how to update it yourself?

  4. #4
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by hexthis View Post
    is there a tut on how to update it yourself?
    it isn't simple at all. someone of benland's skill has to do it. @flight, @olly, @activeOldMembers would know more than me. I never dabbled in anything other than script writing here.

  5. #5
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    it isn't simple at all. someone of benland's skill has to do it. @flight, @olly, @activeOldMembers would know more than me. I never dabbled in anything other than script writing here.

    From:
    Simba Code:
    {Actor: by}
    Actor_Animation: THook =                          ['q', 598892947];


    To:
    Simba Code:
    {Actor: by}
    Actor_Animation: THook =                          ['bz', -1192012635];
    I am Ggzz..
    Hackintosher

  6. #6
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by Brandon View Post
    From:
    Simba Code:
    {Actor: by}
    Actor_Animation: THook =                          ['q', 598892947];


    To:
    Simba Code:
    {Actor: by}
    Actor_Animation: THook =                          ['bz', -1192012635];
    i think he was asking how to obtain the hooks himself...

  7. #7
    Join Date
    Oct 2017
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    i think he was asking how to obtain the hooks himself...

    yes this is what i want

  8. #8
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by hexthis View Post
    yes this is what i want
    @Brandon is leagues ahead of both of us... wish i had his knowledge in this area.

  9. #9
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by hexthis View Post
    yes this is what i want

    How to obtain hooks? You need an updater or you need to write one. Kyle publicized his updater and I kept mine private. After seeing how he released his and no one bothers to help maintain it or work on it, I decided to not release mine.

    Other than that, you will have to write your own or fix Kyle's updater: https://github.com/KyleHunter/Java-Class-Updater
    It's only broken slightly. If you fix it, then it will work just as well. It's better to learn how the client works first in order to fix it. You can learn at RS-Hacking and look at some refactors.

    I might be releasing one in the form of a plugin or python script in the future.
    Last edited by Brandon; 11-11-2017 at 04:31 PM.
    I am Ggzz..
    Hackintosher

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •