Thread: [PI] Click "___" Wishes to trade with you

Results 1 to 5 of 5
  1. #1 [PI] Click "___" Wishes to trade with you 
    Registered Member
    Join Date
    Jun 2009
    Posts
    254
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    I searched Rune-Server and googled for this solution but the main solution for this fix was switching:

    Code:
    packetId[139] = new FollowPlayer();
    		packetId[39] = new Trade();
    to

    Code:
    packetId[139] = new Trade();
    		packetId[39] = new FollowPlayer();
    When I tried this, it causes character to follow when I right click to trade someone, and when I click to trade, it causes my character to follow. Does anyone have a fix for this? or another way to click the "___" wishes to trade with you in the chat box?
    Reply With Quote  
     

  2. #2  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,277
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    i Was just about to make the same thread.

    When the purple "Haywire wishes to trade with you" shows up in the chat box i click it, but nothing happens....

    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2009
    Posts
    254
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    bump
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    make it send the correct packet client sided when clicking the purple text
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    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: 7
    Last Post: 01-23-2013, 07:32 PM
  2. Replies: 2
    Last Post: 01-14-2012, 06:39 PM
  3. Replies: 8
    Last Post: 07-13-2011, 08:11 PM
  4. Replies: 5
    Last Post: 01-29-2010, 05:09 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
  •