sweeper 2 Posted February 13, 2020 is there a way to detect what attack style another player is hitting me with ?
Nuclear Nezz 2108 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.
sweeper 2 Author 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 ?
Nuclear Nezz 2108 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.
sweeper 2 Author 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.