Thread: [718]Sending items to interface

Results 1 to 5 of 5
  1. #1 [718]Sending items to interface 
    The Illest

    iitzTyson's Avatar
    Join Date
    May 2010
    Posts
    1,164
    Thanks given
    345
    Thanks received
    73
    Rep Power
    103
    How do I send an item to an interface? I know theres the SendItemOnIComponent, but what if I don't want the item on the component, what if I want it as a child, or overlay like clue scroll rewards for example. There are only 3 configs for that interface (364), how do I send the items to the interface?
    Reply With Quote  
     

  2. #2  
    Registered Member Sjonsen's Avatar
    Join Date
    May 2012
    Posts
    321
    Thanks given
    15
    Thanks received
    44
    Rep Power
    20
    Quote Originally Posted by Zephyrr View Post
    here : player.getPackets().sendItems(141, new Item[] {new Item(4151, 1), new Item(555, 1), new Item(995, Integer.MAX_VALUE), new Item(2140, 1)});
    will send a whip, a water rune, 2b coins, and cooked chicken into the interface. goodluck!
    Zephyrr posted this on your last thread, tested this and can confirm this works.



    Code:
    player.getPackets().sendItems(141, new Item[] {new Item(4151, 1), new Item(555, 1), new Item(995, Integer.MAX_VALUE), new Item(2140, 1)});
    				player.getInterfaceManager().sendInterface(364);
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Reply With Quote  
     

  4. #4  
    48 0x69

    Pax M's Avatar
    Join Date
    Oct 2013
    Posts
    2,008
    Thanks given
    36
    Thanks received
    488
    Rep Power
    2270
    Quote Originally Posted by Datbeastmayne View Post
    You do realize that he knows that he posted that, and there is no need for you to post that, even tho you're a posting whore.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by Pax M View Post
    You do realize that he knows that he posted that, and there is no need for you to post that, even tho you're a posting whore.
    I was posting it because what he was looking for was there.
    "Post whore"
    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

Similar Threads

  1. Replies: 0
    Last Post: 12-07-2013, 05:09 AM
  2. [718] Sending Items to Clue Scroll Interface
    By adiabeticbadger in forum Help
    Replies: 5
    Last Post: 09-16-2013, 07:56 AM
  3. [Matrix 718] Send Items on Death Problems
    By pistolpete332 in forum Help
    Replies: 3
    Last Post: 08-16-2013, 07:20 PM
  4. [718] Send text to file w/ command
    By Mayne in forum Help
    Replies: 1
    Last Post: 05-27-2013, 06:18 AM
  5. Items to Interface
    By pkd you5 in forum Help
    Replies: 0
    Last Post: 06-10-2011, 12:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •