SCLT06

From SWGANH Wiki
Revision as of 22:30, 16 January 2007 by Schmunzel (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
ByteBuffer ZoneClient::TCLS_6(uint64 id){
	ByteBuffer packet;
	uint32 len;

	packet << (uint16) 0x0005;
	packet.opcode2(SMSG_OBJ_UPDATE);//0c5fa768
	
	packet << (uint64) id;//itemid
	
	packet << (uint32) 0x53434c54; //54 4c 43 53

	packet << (uint8) 0x06;        //  
	//kind = "";
	//dir = "";
	
	packet << (uint32) (14);//61	//bytecount rest Packet size
	packet << (uint16) 2;
	packet << (uint32) 0x87;	// float 1
			
	packet << (uint32) 0;		
	packet << (uint32) 0;//000000ff

		
	//12
//	packet << (uint8)0;
		
	return packet;