in playerassistaant.java
Code:public void startTeleport(int x, int y, int height, String teleportType, boolean homeTeleport) {
find
change c.telegfx = 111; to whatever number of gfx u want or c.teleEndAnimation = 715; to whatever animation u wantCode:if (teleportType.equalsIgnoreCase("modern") || teleportType.equals("glory")) { c.startAnimation(714); c.teleTimer = 9; c.teleGfx = 111; c.teleEndAnimation = 715;



