HelpHeaving trouble with drinking pots

Posts 12 of 2 · Page 1 of 1
Heaving trouble with drinking pots
var useitem = (UseItemPacket)Packet.Create(PacketType.USEITEM);

do I use useItem.SlotObject.SlotId = someslotval
You need to fill all the fields, not just SlotId.

Code:
USEITEM
	int time
	SlotObject slotObject
	Location itemUsePos
	int useType
	
SlotObject
	int objectId
	int slotId
	int objectType
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?