Thread: Money Pouch Dupes [REP]

Results 1 to 6 of 6
  1. #1 Money Pouch Dupes [REP] 
    Banned
    Join Date
    Oct 2010
    Posts
    224
    Thanks given
    2
    Thanks received
    17
    Rep Power
    0
    Alright there's a few money pouch dupes and i'm trying to fix them. If some1 can tell me a dupe they know would be great.
    Reply With Quote  
     

  2. #2  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Explain what these money bags are, and I could most likely tell you what the dupe is and how to fix it.

    If theres a tutorial for adding them, Then post it here.

    I strongly recommend rewriting this completely, Server-Side at least.
    It seems to have been done very sloppy and rushed.

    Problems I see with it are it doesn't check the players current inventory wealth, I.E a player could by accident, withdraw more than he can carry.

    I'm guessing its this tutorial I found, so go into your commands and replace it with this:
    Code:
    Nevermind.
    I will now look at the rest.

    ---
    I'd much rather rewrite it, If you wish for me to send me a PM.
    :indeed:
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2012
    Posts
    394
    Thanks given
    58
    Thanks received
    16
    Rep Power
    10
    Add 1 coin to the money pocuh then right click with draw and type -2000000000
    and it gives you 2b in your money pouch
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Oct 2010
    Posts
    224
    Thanks given
    2
    Thanks received
    17
    Rep Power
    0
    Yes i know it does that :L
    Reply With Quote  
     

  5. #5  
    ┌∩┐(◣_◢)┌∩┐

    Join Date
    Mar 2011
    Posts
    201
    Thanks given
    64
    Thanks received
    53
    Rep Power
    59


    Find In Commands.java:
    Code:
     if(playerCommand.startsWith("withdraw")) {
    In there somwhere add:
    Code:
     if (amount < 1) { 
    return; 
    }
    Fixed (;
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Oct 2010
    Posts
    224
    Thanks given
    2
    Thanks received
    17
    Rep Power
    0
    Already fixed it. I added a different pouch system. Will give anybody it for $3 lol.
    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. Money Pouch - 99%
    By TheLife in forum Tutorials
    Replies: 142
    Last Post: 12-21-2015, 11:47 AM
  2. [pi] money pouch help please
    By Preject Retribution in forum Help
    Replies: 4
    Last Post: 02-11-2012, 03:54 AM
  3. Money Pouch
    By coffee 708 in forum Help
    Replies: 4
    Last Post: 02-05-2012, 09:19 PM
  4. Need help fixing Money Pouch [PI]
    By Zaves in forum Help
    Replies: 0
    Last Post: 01-16-2012, 06:54 AM
  5. help with money pouch error.
    By puresdeath in forum Help
    Replies: 10
    Last Post: 01-10-2012, 10:02 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
  •