Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • check if OTHER player has a skull


    RealEngine

    Recommended Posts

    The player settings to tell if I have a skull is 1075, just when its != -1

     

    But I cant find out how to tell if a DIFFERENT player is skulled. Been trying for an hour or so, any feedback or help is welcomed.

    Link to comment
    Share on other sites

    The player settings to tell if I have a skull is 1075, just when its != -1

     

    But I cant find out how to tell if a DIFFERENT player is skulled. Been trying for an hour or so, any feedback or help is welcomed.

    What is the code for player settings? You mean local player animation = 1075, its hard to help when we have to figure out everything ourselves to help you :P

    Link to comment
    Share on other sites

    I don't think there's a method for it atm in the API. if there was i'd imagine it would be in the Player class... 

    :unsure:

    You could maybe use some algorithim to  look for the skull image above the player's model (#Player.getBoundingBox())

    Link to comment
    Share on other sites

    Well This is as far as I got, if hes found out the id for skull on local player should be easy enough for other players.

     

            for(Player p : getPlayers().all()){
                
            }
    
    Link to comment
    Share on other sites

     

    Well This is as far as I got, if hes found out the id for skull on local player should be easy enough for other players.

     

     

            for(Player p : getPlayers().all()){
                
            }
    

    What is this ID you keep talking about? animation ID wont show that ur skulled... there maybe a setting for it but i dont think its hooked.

    Link to comment
    Share on other sites

    if u know how to use reflection, you can use the hook to get the skull icon. (Or just ask the devs to add it to the client)

     

     Field skullIcon identified as f.f with multiplier -104677673

     

    my updater might be broke so unsure if thats right...

    Link to comment
    Share on other sites

    What is this ID you keep talking about? animation ID wont show that ur skulled... there maybe a setting for it but i dont think its hooked.

    in OP he said he found it for localplayer... which is a player type so that would mean it could be found the same way but for other players as player type

    but he said he cant find it for another player so idk whats up with that

     

    which i've been trying to clarify how he found it for the player in the first place or if hes just reading the client debug

    Link to comment
    Share on other sites

    in OP he said he found it for localplayer... which is a player type so that would mean it could be found the same way but for other players as player type

    but he said he cant find it for another player so idk whats up with that

     

    which i've been trying to clarify how he found it for the player in the first place or if hes just reading the client debug

    so if you dont know about getting your own settings, than you will have no idea how to get other peoples settings

    What is the code for player settings? You mean local player animation = 1075, its hard to help when we have to figure out everything ourselves to help you :P

    as i said, settings are completely different from animations.

     

    Well This is as far as I got, if hes found out the id for skull on local player should be easy enough for other players.

     

     

            for(Player p : getPlayers().all()){
                
            }
    

    and this... wow :P

    Link to comment
    Share on other sites

    so if you dont know about getting your own settings, than you will have no idea how to get other peoples settings

    as i said, settings are completely different from animations.

    and this... wow :P

    thats what I am saying... I've never dealt with settings so he "found the setting as xxxx" but he didnt say how, he is in a scripting help thread, so I assumed he found some method in the api that found it.

     

    Then you

    foreach player p : getAllPlayers();

    FilterPlayerSetting(xxxx);

    then run whatever

     

    because localplayer is player type and other players would be player type

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.