Thread: [pi]214

Results 1 to 6 of 6
  1. #1 [pi]214 
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Code:
    stream.createFrame(214);
    stream.method433(anInt1084);
    stream.method424(j1);
    stream.method433(anInt1085);
    stream.method431(mouseInvInterfaceIndex);
    Equals

    Code:
    int window = stream.readUnsignedWordBigEndianA();
    // Not sure what content type 206 for interfaces is, but this changes to 1 if the content type is 206 otherwise its 0
    stream.readUnsignedByteC();
    int from = stream.readUnsignedWordBigEndianA();
    int to = stream.readUnsignedWordBigEndian();
    NOT

    Code:
    int somejunk = stream.readUnsignedWordA(); // junk
    int itemFrom = stream.readUnsignedWordA();// slot1
    int itemTo = (stream.readUnsignedWordA() - 128);// slot2
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,895
    Thanks given
    1,564
    Thanks received
    2,624
    Rep Power
    5000
    there is no junk sent in jagex packets
    Reply With Quote  
     

  4. #3  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    4,419
    Thanks given
    1,184
    Thanks received
    757
    Rep Power
    3098
    But the method it uses parameters are already identified, I think it's just laziness that it wasn't changed.

    Code:
    moveItems(final int from, final int to, final int moveWindow)
    Reply With Quote  
     

  5. #4  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by Dr House View Post
    But the method it uses parameters are already identified, I think it's just laziness that it wasn't changed.

    Code:
    moveItems(final int from, final int to, final int moveWindow)
    No, it causes a couple of issues. You can see the issues it causes when moving items past slot 128 of the bank. The item moves then goes back to its original slot as the to and from are in the - values, nearly every single server suffers from it, also the interface id is incorrect from it too, so don't forget to update those in the moveItems function.
    Reply With Quote  
     

  6. Thankful users:


  7. #5  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    the interface that uses content type 206 is the bank btw

    so 1 = bank

    0 = other
    Reply With Quote  
     

  8. Thankful user:


  9. #6  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    Yea i agree with 1776
    [email protected]
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    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. How does frame 214 work?
    By Abyssal Noob in forum Help
    Replies: 0
    Last Post: 09-17-2009, 09:30 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •