id);
$dressedItems = $di->getItemsInSlots();
for ($i = 1; $i <= 12; $i++) {
echo sprintf('
', $i);
if (!empty($dressedItems->$i)) {
if (!$isBattle && $isMain) {
echo sprintf('
',
mt_rand(), $i, $dressedItems->$i->image, $dressedItems->$i->name, $dressedItems->$i->name);
} else {
echo sprintf('
%s',
$dressedItems->$i->image, $dressedItems->$i->name, $dressedItems->$i->name);
}
} else {
echo sprintf('
', $i, $i);
}
echo sprintf('
', $i);
}
echo '';
if ($isBattle) {
echo sprintf('
%sУровень: %s
Сила: %s
Ловкость: %s
Интуиция: %s
Выносливость: %s
Интеллект: %s
Мудрость: %s',
$this->shadow, $this->login, $this->login, $this->level, $this->strength, $this->dexterity, $this->intuition, $this->endurance, $this->intelligence, $this->wisdom);
unset($sh);
} else {
echo '
';
}
echo '
';
}
private function UserInfoStats($isMainWindow = 0)
{
$captions = 'Уровень: