Results 1 to 2 of 2
  1. #1
    megamind27's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    1

    Heaving trouble with drinking pots

    var useitem = (UseItemPacket)Packet.Create(PacketType.USEITEM);

    do I use useItem.SlotObject.SlotId = someslotval

  2. #2
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    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

Similar Threads

  1. Having trouble with the latest hack
    By flytuff in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 01-11-2009, 06:16 PM
  2. For the people that are having trouble with the chams...
    By someguy876 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-31-2008, 10:57 PM
  3. having trouble with my sig
    By Paroxysm in forum Suggestions, Requests & General Help
    Replies: 6
    Last Post: 04-11-2008, 02:10 PM
  4. trouble with code
    By cool4345 in forum WarRock Korea Hacks
    Replies: 3
    Last Post: 05-28-2007, 11:36 AM