Thread: trade dupe?

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 trade dupe? 
    Banned
    Join Date
    Aug 2012
    Posts
    153
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    Solved
    Reply With Quote  
     

  2. #2  
    Donator

    Michael's Avatar
    Join Date
    Nov 2010
    Age
    33
    Posts
    3,139
    Thanks given
    142
    Thanks received
    1,397
    Rep Power
    5000
    What the hell did you just say?
    Reply With Quote  
     


  3. #3  
    Banned
    Join Date
    Aug 2012
    Posts
    153
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    lol im saying theres a trade dupe say im trading you 100m and you have nothing and we both accept the first trade screen then in the second one you accept then i type in ::home and while right before i accept i hit enter but the trade gets accepted so you would have 100m and i would have 100m
    Reply With Quote  
     

  4. #4  
    Rune-Server Affiliate
    Genesis's Avatar
    Join Date
    Sep 2010
    Posts
    4,149
    Thanks given
    1,508
    Thanks received
    1,980
    Rep Power
    4944
    Go to your teleport method and do something like

    Code:
    if (c.inTrade) {
                c.sendMessage("You can't do this while in trade!");
                return;
            }
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Aug 2012
    Posts
    153
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    teleport method?
    Reply With Quote  
     

  6. #6  
    Rune-Server Affiliate
    Genesis's Avatar
    Join Date
    Sep 2010
    Posts
    4,149
    Thanks given
    1,508
    Thanks received
    1,980
    Rep Power
    4944
    Quote Originally Posted by pwnsrd View Post
    teleport method?
    Yeah, that's where you PM this user: View Profile: Method

    And ask him for a teleport....
    Reply With Quote  
     


  7. #7  
    Banned
    Join Date
    Aug 2012
    Posts
    153
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    alright
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Aug 2012
    Posts
    153
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    im still lost
    Reply With Quote  
     

  9. #9  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    player.java add
    Code:
    public long tradeDelay;
    TradeAndDuel.java in the fromTrade method at the bottom of it add
    Code:
    c.tradeDelay = System.currentTimeMillis();
    command.java below the void processPacket( add
    Code:
    if (System.currentTimeMillis() - c.tradeDelay < 3000) 
    return;
    Reply With Quote  
     

  10. #10  
    Banned
    Join Date
    Aug 2012
    Posts
    153
    Thanks given
    5
    Thanks received
    2
    Rep Power
    0
    iit doesnt seem to work
    Reply With Quote  
     

Page 1 of 4 123 ... 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. Trade Dupe [PI]
    By D G™ in forum Help
    Replies: 15
    Last Post: 06-11-2012, 11:50 PM
  2. [PI] X Dupe, Trade dupe, Duel Dupe.
    By AFGscape in forum Snippets
    Replies: 9
    Last Post: 05-29-2012, 10:26 PM
  3. [pi] Trade Dupe ?!?
    By ItsGoml in forum Help
    Replies: 2
    Last Post: 08-06-2011, 02:07 PM
  4. Trade dupe
    By Bruno in forum Help
    Replies: 7
    Last Post: 06-27-2009, 08:26 PM
  5. fix dupe delta trade dupe 100%
    By George in forum Snippets
    Replies: 8
    Last Post: 04-22-2009, 09:39 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
  •