sweeper 2 Share Posted February 13, 2020 is there a way to detect what attack style another player is hitting me with ? Link to comment Share on other sites More sharing options...
Nuclear Nezz 2061 Share Posted February 13, 2020 animation prolly equipment checks (I believe it's player.getAppearance() or something) but each id in the appearance you have to shift by -512 if I remember right. Link to comment Share on other sites More sharing options...
sweeper 2 Author Share Posted February 13, 2020 Just now, Nuclear Nezz said: animation prolly equipment checks (I believe it's player.getAppearance() or something) but each id in the appearance you have to shift by -512 if I remember right. i cant find the getAppearnance in the api can u link me to to the method in the javadoc ? Link to comment Share on other sites More sharing options...
Nuclear Nezz 2061 Share Posted February 14, 2020 11 hours ago, sweeper said: i cant find the getAppearnance in the api can u link me to to the method in the javadoc ? Oh, I think it might be player.getComposite().getAppearance() my bad. Link to comment Share on other sites More sharing options...
sweeper 2 Author Share Posted February 14, 2020 Just now, Nuclear Nezz said: Oh, I think it might be player.getComposite().getAppearance() my bad. i gave up on that project but thank you anyway, might be helpfull in the future Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.