- Joined
- Jul 11, 2020
- Messages
- 0
- Reaction score
- 25
- Points
- 0
Also ich habe die EventAPI von Darkmagican in meinem Client eingebaut
Habe EventPreMotion und EventPostMotion auch, ich weiß nicht so wirklich ob ich es richtig benutze denn immer wenn ich auf poke.sexy bin werde ich geflaggt (das ich nicht auf den Gegner schaue) und der Villager auf dem Test server wird auch nicht getroffen
@EventTarget
public void eventPos(EventPostMotionUpdate event) {
mc.thePlayer.rotationYaw = yaww;
mc.thePlayer.rotationPitch = pitchh;
}
@EventTarget
public void eventPre(EventPreMotionUpdate event2) {
event2.yaw = yaww;
event2.pitch = pitchh;
}
Habe EventPreMotion und EventPostMotion auch, ich weiß nicht so wirklich ob ich es richtig benutze denn immer wenn ich auf poke.sexy bin werde ich geflaggt (das ich nicht auf den Gegner schaue) und der Villager auf dem Test server wird auch nicht getroffen
@EventTarget
public void eventPos(EventPostMotionUpdate event) {
mc.thePlayer.rotationYaw = yaww;
mc.thePlayer.rotationPitch = pitchh;
}
@EventTarget
public void eventPre(EventPreMotionUpdate event2) {
event2.yaw = yaww;
event2.pitch = pitchh;
}
Last edited by a moderator: