Thread: trading issues

Results 1 to 2 of 2
  1. #1 trading issues 
    Registered Member
    Join Date
    May 2012
    Posts
    109
    Thanks given
    8
    Thanks received
    2
    Rep Power
    11
    Alright so I am having trouble with my server trading. Everything in the system works fine except when I send a trade request. When clicking on the "playerName wish to trade with you" nothing happens and you end up following that player around until you click away again. The only way to actually open the trade screen is to right click the person that wants to trade you and click with with blabla.

    How can I make it so when you click on the "blabla wishes to trade with you" it opens up the trade screen?

    Thanks in advanced. Will rep and thank for help!
    Reply With Quote  
     

  2. #2  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    do this:

    Quote Originally Posted by Raverz View Post
    this is a fix for when clicking the pink text in the chatbox it wont follow but trade as its supose to do.

    its verry simple... in client.java replace
    Code:
    					if(l == 484) {
    						stream.createFrame(139);
    						stream.method431(playerIndices[j3]);
    					}
    with
    Code:
    					if(l == 484) {
    						stream.createFrame(39);
    						stream.method431(playerIndices[j3]);
    					}
    and done

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  3. Thankful user:



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. 2 Issues. [PI]
    By leroy-rsps in forum Help
    Replies: 8
    Last Post: 05-18-2012, 01:09 PM
  2. [Trading] Fiesta US Account For RS Account [Trading]
    By FreekySteve69 in forum Accounts
    Replies: 0
    Last Post: 05-15-2011, 03:06 PM
  3. 3 issues. Please help (:
    By Eclipse-Fire in forum Help
    Replies: 2
    Last Post: 07-27-2010, 05:56 AM
  4. 100% trading! + New trading screen
    By SWAT in forum Show-off
    Replies: 70
    Last Post: 07-19-2009, 10:41 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
  •