Thread: [PI] Fast accept/Logout dupe Cheap Fix

Results 1 to 9 of 9
  1. #1 [PI] Fast accept/Logout dupe Cheap Fix 
    Registered Member Eat Cocaine's Avatar
    Join Date
    Mar 2014
    Posts
    73
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Hello Everyone this is my first Tutorial so give me some slack if its bad or already been released, so on most PI sources there is the dupe where people use trade to dupe items as They both accept then on final screen they Accept and then logout really fast so what were going to be doing is adding a logout delay after you accept the trade this is cheap easy fast way to do it you can do it much better, but if you want to temp fix that will fix the problem follow this guide

    First you want to go to:
    Code:
    TradeandDuel.java
    Secend Serach:

    public void giveItems() {
    Right below public void giveItems() {

    Add:
    Code:
    c.logoutDelay = System.currentTimeMillis();
    So what your doing is basically adding the combat delay logout into when you confirm Trade, so if you want to change the "sendmessage" go to

    Client.java
    Serach:
    Code:
    public void logout() {
    then find:
    Code:
    sendMessage("You must wait a few seconds to logout
    Change it to how you want i changed mine to

    Code:
    sendMessage("You must wait a few seconds to logout after Trading and in Combat.");
    Done dupe should be fixed.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    Cool, using.



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  3. #3  
    Java Game Developer.
    Numeric's Avatar
    Join Date
    Apr 2014
    Posts
    45
    Thanks given
    1
    Thanks received
    9
    Rep Power
    5
    Good job
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Apr 2014
    Posts
    419
    Thanks given
    117
    Thanks received
    56
    Rep Power
    0
    Good job, Using.
    Reply With Quote  
     

  5. #5  
    Founder of Divine Services
    DivineServices's Avatar
    Join Date
    Jul 2013
    Posts
    320
    Thanks given
    8
    Thanks received
    41
    Rep Power
    27
    Good contribution. Not sure if already released though.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Apr 2014
    Posts
    869
    Thanks given
    515
    Thanks received
    202
    Rep Power
    0
    Nice, Gonna use
    Reply With Quote  
     

  7. #7  
    Founder of Centrodyn

    Join Date
    Nov 2013
    Age
    27
    Posts
    180
    Thanks given
    43
    Thanks received
    28
    Rep Power
    10
    Nice contribution. Already have this fixed, but it should help the people that need it.
    Reply With Quote  
     

  8. #8  
    hi


    Join Date
    Aug 2013
    Posts
    925
    Thanks given
    290
    Thanks received
    384
    Rep Power
    402
    Wouldn't work because the the logout delay is only called when a trade is complete. The actual dupe involves the user declining the trade in the process.
    Reply With Quote  
     

  9. #9  
    Registered Member Eat Cocaine's Avatar
    Join Date
    Mar 2014
    Posts
    73
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    That would be a different dupe them, you gotta i guess make it so it auto declines after other player logs out or different method.
    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. [PI] Fast accept-deline dupe
    By gomomo11 in forum Buying
    Replies: 16
    Last Post: 12-30-2011, 09:16 AM
  2. PI dupe Fast Accept/Decline
    By myK- in forum Help
    Replies: 46
    Last Post: 03-04-2011, 04:26 AM
  3. Delta Dupe Fix [Fast Accept/Decline]
    By digistr in forum Tutorials
    Replies: 9
    Last Post: 12-27-2010, 02:30 PM
  4. Replies: 7
    Last Post: 10-28-2009, 10:41 PM
  5. Fast accept/decline dupe fix
    By -steven- in forum Help
    Replies: 3
    Last Post: 09-13-2009, 12:43 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
  •