Thread: [667] trade gltich

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [667] trade gltich 
    learning java
    alon's Avatar
    Join Date
    May 2013
    Posts
    1,209
    Thanks given
    202
    Thanks received
    62
    Rep Power
    15
    The problem is: when you get to the secound trade screen and step on top of the otherplayer and click accept 2 times in a fast manner it accepts fromboth players

    i tried to find the problem in google but i couldnt find a fix fo this :/

    any1 help me please
    Quitted RSPS AND RS
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2010
    Posts
    2,218
    Thanks given
    170
    Thanks received
    262
    Rep Power
    0
    ...........................

    Simple fix..

    Look at the packet for the minimap which registers movement. Add a if statement such as.. if the player contains an interface and they use the walking packet to close it.. really simple man.
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Jul 2013
    Posts
    1,233
    Thanks given
    1
    Thanks received
    493
    Rep Power
    0
    Quote Originally Posted by Teek View Post
    ...........................
    Instead of being an idiot with ur facepalm why dont u just help? pretty useless tbh
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Mar 2010
    Posts
    2,218
    Thanks given
    170
    Thanks received
    262
    Rep Power
    0
    Quote Originally Posted by 423 Million View Post
    Instead of being an idiot with ur facepalm why dont u just help? pretty useless tbh
    Because i'm not going to feed leechers like yourself.
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Jul 2013
    Posts
    1,233
    Thanks given
    1
    Thanks received
    493
    Rep Power
    0
    Quote Originally Posted by Teek View Post
    Because i'm not going to feed leechers like yourself.
    It's not feeding, its educating. I don't understand where your logic comes from tbh.
    Reply With Quote  
     

  6. #6  
    Registered Member _Andy's Avatar
    Join Date
    May 2013
    Age
    28
    Posts
    643
    Thanks given
    224
    Thanks received
    111
    Rep Power
    4
    Quote Originally Posted by Teek View Post
    Because i'm not going to feed leechers like yourself.


    this is the help section, but you're not being very helpful at the moment

    ot:
    provide code perhaps?
    else check the trade event for any loopholes
    quit
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2013
    Posts
    815
    Thanks given
    111
    Thanks received
    109
    Rep Power
    14
    Reply With Quote  
     

  8. Thankful user:


  9. #8 here ya go 
    Registered Member elfranger243's Avatar
    Join Date
    Jul 2010
    Posts
    66
    Thanks given
    1
    Thanks received
    4
    Rep Power
    1
    I don't know if this will solve you problem but this will prevent people from trading while ontop of eachother.

    Code:
    if (trader.getLocation().getX() == partner.getLocation().getX() && trader.getLocation().getY() == partner.getLocation().getY()) {
    	    trader.getInterfaceManager().sendInterface(182);
    	    trader.sendMessage("Cant trade in this position");
    “It is common sense to take a method and try it. If it fails, admit it frankly and try another. But above all, try something.”

    - Franklin D. Roosevelt.
    Reply With Quote  
     

  10. #9  
    Registered Member
    Join Date
    Nov 2013
    Posts
    815
    Thanks given
    111
    Thanks received
    109
    Rep Power
    14
    Quote Originally Posted by elfranger243 View Post
    I don't know if this will solve you problem but this will prevent people from trading while ontop of eachother.

    Code:
    if (trader.getLocation().getX() == partner.getLocation().getX() && trader.getLocation().getY() == partner.getLocation().getY()) {
    	    trader.getInterfaceManager().sendInterface(182);
    	    trader.sendMessage("Cant trade in this position");
    Incorrect, while in a trade a player can move ontop of the other person. My post has a link to fixing it
    Reply With Quote  
     

  11. #10  
    Registered Member Sjonsen's Avatar
    Join Date
    May 2012
    Posts
    321
    Thanks given
    15
    Thanks received
    44
    Rep Power
    20
    Quote Originally Posted by elfranger243 View Post
    I don't know if this will solve you problem but this will prevent people from trading while ontop of eachother.

    Code:
    if (trader.getLocation().getX() == partner.getLocation().getX() && trader.getLocation().getY() == partner.getLocation().getY()) {
    	    trader.getInterfaceManager().sendInterface(182);
    	    trader.sendMessage("Cant trade in this position");
    I don't think that would fix it. The way he was explaining it, they would trade, but clicking on the minimap wouldn't close the trade.
    But what Teek said should do the trick.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. 667 Trade Fix
    By maffia-rpg in forum Requests
    Replies: 6
    Last Post: 05-26-2013, 05:14 AM
  2. 667 Trade close
    By Konceal in forum Help
    Replies: 4
    Last Post: 05-11-2012, 04:29 AM
  3. [667] Trade
    By Zond in forum Help
    Replies: 4
    Last Post: 05-05-2012, 10:31 PM
  4. 667 Trade Fix
    By thatsgodzkill in forum Help
    Replies: 4
    Last Post: 03-25-2012, 09:40 PM
  5. [667] Trade senditems key not working
    By Makar in forum Help
    Replies: 27
    Last Post: 02-28-2012, 02:43 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
  •