mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Take players appearance
This commit is contained in:
@@ -48,6 +48,12 @@ public class BotHandler
|
|||||||
client.getPlayerAssistant().levelUp(i);
|
client.getPlayerAssistant().levelUp(i);
|
||||||
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
|
// Dress the bot the same as the player
|
||||||
i = 0;
|
i = 0;
|
||||||
for (int item_id : player.playerEquipment) {
|
for (int item_id : player.playerEquipment) {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user