Thread: [PI] Found trade dupe, need help with fixing!

Results 1 to 8 of 8
  1. #1 [PI] Found trade dupe, need help with fixing! 
    Registered Member
    Join Date
    Nov 2010
    Posts
    33
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Source: Hybrid PVP

    You open trade, 1 guy spam clicking accept,
    you put stuff in and fast accep and accep and he have to click accept fast

    if you both click it fast, items are duped.

    who know how to fix this pm me, I can pay you for it
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2011
    Posts
    1,238
    Thanks given
    193
    Thanks received
    267
    Rep Power
    0
    You've already posted this thread once

    Anyways try this:

    In walking.java replace this:

    Code:
    if(c.inTrade) {
    c.getTradeAndDuel().declineTrade(true);
    }
    with this:

    Code:
    if(c.inTrade) {
    return;
    }
    Reply With Quote  
     

  3. #3  
    Registered Member
    gomomo11's Avatar
    Join Date
    May 2010
    Posts
    2,379
    Thanks given
    268
    Thanks received
    196
    Rep Power
    177
    Quote Originally Posted by Kryptonite View Post
    You've already posted this thread once

    Anyways try this:

    In walking.java replace this:

    Code:
    if(c.inTrade) {
    c.getTradeAndDuel().declineTrade(true);
    }
    with this:

    Code:
    if(c.inTrade) {
    return;
    }
    Idiot!, read carefully the thread next time, it doesnt have anything with walking.
    OT: Make a timer.
    Attached image
    no external links without affiliate
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2010
    Posts
    33
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    can u help me with timer?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2010
    Posts
    33
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Kryptonite View Post
    You've already posted this thread once

    Anyways try this:

    In walking.java replace this:

    Code:
    if(c.inTrade) {
    c.getTradeAndDuel().declineTrade(true);
    }
    with this:

    Code:
    if(c.inTrade) {
    return;
    }

    didnt helped, dupe still works
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2010
    Posts
    33
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    still need help with fix
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2010
    Posts
    33
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    still need help with fix
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Feb 2011
    Posts
    242
    Thanks given
    0
    Thanks received
    354
    Rep Power
    5000
    tell it more clear next time
    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: 06-05-2011, 06:50 PM
  2. Replies: 4
    Last Post: 05-27-2011, 01:53 PM
  3. Fixing trade dupe.
    By Origin's Bitch in forum Snippets
    Replies: 13
    Last Post: 06-23-2010, 04:51 PM
  4. Fixing the Dodian Trade Dupe
    By Dick2Deep in forum Tutorials
    Replies: 17
    Last Post: 08-10-2008, 02:41 AM
  5. Fixing the dupe in trade.
    By Anton in forum Tutorials
    Replies: 12
    Last Post: 05-26-2008, 03:26 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
  •