Take players appearance

This commit is contained in:
RedSparr0w
2019-11-23 11:17:40 +13:00
parent b940e8e859
commit d2cf6fac12
2 changed files with 6 additions and 0 deletions
@@ -48,6 +48,12 @@ public class BotHandler
client.getPlayerAssistant().levelUp(i);
i++;
}
// Take the appearance of the player
i = 0;
for (int id : player.playerAppearance) {
client.playerAppearance[i] = id;
i++;
}
// Dress the bot the same as the player
i = 0;
for (int item_id : player.playerEquipment) {