Can be hardware issue, best bet is to contact with someone that has same motherboard and seperately test your ram/cpu/gpu/psu on different motherboard.
GroundItem khaleesi= getGroundItems().closest(gI -> gI.getName().equals("Khaleesi") && gI.hasAction("Touch"));
WalkingEvent walkingEvent = new WalkingEvent(khaleesi);
walkingEvent.setBreakCondition(new Condition() {
@Override
public boolean evaluate() {
return myPlayer().getPosition().distance(khaleesi.getPosition()) <= 3;
}
});
execute(walkingEvent);
When doing above, it is not going to walk to the ground item but when i do following;
WalkingEvent walkingEvent = new WalkingEvent(khaleesi.getPosition());
walkingEvent.setBreakCondition(new Condition() {
@Override
public boolean evaluate() {
return myPlayer().getPosition().distance(khaleesi.getPosition()) <= 3;
}
});
execute(walkingEvent);
It does walk, so, any reason why WalkingEvent needs .getPosition() for GroundItems for it to walk to it ?
Well, if you're not planning to play more demanding games then sure, 750ti will work fine, though, if you want to get smoother gameplay, i'd recommend going for gtx 960, look at this video;