Thread: omfg would be awesome

Results 1 to 4 of 4
  1. #1 omfg would be awesome 
    Member omfg would be awesome Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    could some 1 right me a void for a sendquest

    where i type

    c.sendQuest("1 ", 4151 , 8720);

    (8720 is the line its on)
    and it comes up on my interface saying

    1 (picture of whip)
    Reply With Quote  
     

  2. #2  
    Member omfg would be awesome Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    Displaying images is a packet (246), and can only be done on certain interfaces.

    Attached imageAttached image
    Reply With Quote  
     

  3. #3  
    Member omfg would be awesome Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    31
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    so how would i add? could u give me an example plz?
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jun 2008
    Posts
    913
    Thanks given
    30
    Thanks received
    94
    Rep Power
    0
    Code:
    public void sendFrame34(int frame, int item, int slot, int amount){
    	outStream.createFrameVarSizeWord(34);
    	outStream.writeWord(frame);
    	outStream.writeByte(slot);
    	outStream.writeWord(item+1);
    	outStream.writeByte(255);
    	outStream.writeDWord(amount);
    	outStream.endFrameVarSizeWord();
    }
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •