Thread: [PI] Drop Dupe Fix Needed [PI]

Results 1 to 5 of 5
  1. #1 [PI] Drop Dupe Fix Needed [PI] 
    Registered Member

    Join Date
    Feb 2013
    Posts
    389
    Thanks given
    146
    Thanks received
    86
    Rep Power
    0
    This is how the dupe works.

    1. Open 2 clients up
    2. Log in your account.
    3. Go to rock crabs
    4. Make sure auto-retaliate is off
    5. Relog
    6. Drop an item and attack a rock crab
    7. quickly move away from the rock crab
    8. let the rock crab hit you 3 times
    9. x out of the client
    10. open client again
    11. log into a random account and then log out
    12. log back into your account
    13. you got item in inv and on the ground
    14. DUPED


    This is what I added to my client.java under: public void destruct() {

    Code:
    	PlayerSave.saveGame(this);
            if(disconnected == true) { //only add this statement if it isn't already there.
                saveCharacter = true;
            }
    Still does not fix the dupe. Anyone have an idea?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2012
    Posts
    467
    Thanks given
    216
    Thanks received
    79
    Rep Power
    0
    In your drop method under delete item add PlayerSave.saveGame(c);

    ^ It's not how you should be doing it though
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Feb 2013
    Posts
    389
    Thanks given
    146
    Thanks received
    86
    Rep Power
    0
    Quote Originally Posted by Kelly View Post
    In your drop method under delete item add PlayerSave.saveGame(c);

    ^ It's not how you should be doing it though
    done that as well. didnt work.
    Reply With Quote  
     

  4. #4  
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    just fix the xlog
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2013
    Posts
    389
    Thanks given
    146
    Thanks received
    86
    Rep Power
    0
    Quote Originally Posted by Bitj View Post
    just fix the xlog
    please tell me how?
    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. Drop Dupe Fix [PI]
    By Paradox_ in forum Snippets
    Replies: 15
    Last Post: 01-30-2014, 05:28 AM
  2. [dupe fix] pi [dupe fix] - need immediate help
    By KillaCali420 in forum Help
    Replies: 9
    Last Post: 01-30-2012, 12:41 AM
  3. [PI]Soulsplit source Drop Dupe fix
    By rexz0rd in forum Snippets
    Replies: 25
    Last Post: 12-14-2011, 12:30 AM
  4. [PI] Main Dupe Fixes
    By Division in forum Snippets
    Replies: 57
    Last Post: 02-28-2011, 12:33 AM
  5. Dupe Fixing Service [PI]
    By Arkadian in forum Requests
    Replies: 16
    Last Post: 07-31-2010, 10:36 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
  •