Показать сообщение отдельно
Непрочитано 21.09.2015, 19:18   #119
Пользователь

По умолчанию Re: Работа над Goddess of Destruction (part 7)

Hi, anybody have working the (PM, whisp, TELL)



i try to do it working but nothing. Im using this in the Say2 Packet

Код:
	protected final void writeImpl()
	{
		writeC(0x4A);
		writeD(_objectId);
		writeD(_type.ordinal());
		switch (_type)
		{
			case SYSTEM_MESSAGE:
				writeD(_sysString.getId());
				writeD(_systemMsg.getId());
				break;
			
			case TELL:
				writeS(_charName);
				writeElements();
				writeC(_mask);
				writeC(_charLevel);
				break;
			
			default:
				writeS(_charName);
				writeElements();
				break;
		}
	}
try puting a value in the writes
Код:
writeC(_mask);
writeC(_charLevel);
but its the same all in red and level 1 any help; thanks
Amadeo вне форума Ответить с цитированием