Thread: [PI]Fixed Noted dupe

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 [PI]Fixed Noted dupe 
    Registered Member
    Kobra's Avatar
    Join Date
    Dec 2009
    Posts
    652
    Thanks given
    215
    Thanks received
    84
    Rep Power
    88
    Fixed it for offer 10 and spam click
    Open TradeandDuel.java

    Find this:
    Code:
            if (!c.inTrade || !c.canOffer) {
    			declineTrade();
    			return false;
    		}
    Above that add this
    Code:
    		if (c.getItems().getItemCount(itemID) < amount) {
    			amount = c.getItems().getItemCount(itemID);
    			if (amount == 0)
    			return false;
    		}
    Reply With Quote  
     

  2. #2  
    Austin_
    Guest
    Good job on this
    Reply With Quote  
     

  3. #3  
    Registered Member
    Kobra's Avatar
    Join Date
    Dec 2009
    Posts
    652
    Thanks given
    215
    Thanks received
    84
    Rep Power
    88
    Quote Originally Posted by Frostico View Post
    Good job on this
    Took me a minute i replaced and did off this stuff i said fuck it ill release my class
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Oct 2009
    Age
    26
    Posts
    1,579
    Thanks given
    4
    Thanks received
    23
    Rep Power
    0
    How about you actually post what you changed instead of giving your whole tradeandduel.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Division's Avatar
    Join Date
    Dec 2009
    Age
    26
    Posts
    2,208
    Thanks given
    41
    Thanks received
    78
    Rep Power
    97
    Quote Originally Posted by Mr. Tison View Post
    How about you actually post what you changed instead of giving your whole tradeandduel.
    Do that please, would be easier for people.
    Reply With Quote  
     

  6. #6  
    Registered Member Richie's Avatar
    Join Date
    Sep 2009
    Age
    25
    Posts
    791
    Thanks given
    81
    Thanks received
    18
    Rep Power
    6
    Nice already had tho
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Mar 2008
    Posts
    1,937
    Thanks given
    131
    Thanks received
    61
    Rep Power
    0
    most people have actually edited there classes like me, and i cannot just replace the whole class, just give the part you actually changed
    Reply With Quote  
     

  8. #8  
    Registered Member TMC07's Avatar
    Join Date
    Jul 2009
    Posts
    80
    Thanks given
    6
    Thanks received
    4
    Rep Power
    1
    thanks i guess...
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Feb 2009
    Age
    24
    Posts
    2,851
    Thanks given
    90
    Thanks received
    216
    Discord
    View profile
    Rep Power
    675
    Give your updates, not the whole class.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Kobra's Avatar
    Join Date
    Dec 2009
    Posts
    652
    Thanks given
    215
    Thanks received
    84
    Rep Power
    88
    No Problem guys
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •