115116117118119120121122
_activeChar.sendStatusUpdate(true, StatusUpdate.KARMA); } // Проверка тайтла if(_title == null && _activeChar.getTitle() != null || _title != null && !_title.equals(_activeChar.getTitle())) { _activeChar.broadcastPacketToOthers(new NickNameChanged(_activeChar)); } }
272829303132333435
this.setTitle("HP " + (int) this.getCurrentHpPercents()); } else { this.setTitle("HP " + (int) newHp); } this.broadcastPacket(new NickNameChanged(this)); } super.checkHpMessages(currentHp, newHp); }