Thread: Very easy shop question will rep++

Results 1 to 8 of 8
  1. #1 Very easy shop question will rep++ 
    Very easy shop question will rep++ Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    30
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    How do I make it so instead of buying 10 i can buy 50 when buying items from a shop. Will rep++ if it's understandable. Thanks.
     

  2. #2  
    Registered Member

    Join Date
    Sep 2007
    Age
    32
    Posts
    2,396
    Thanks given
    5
    Thanks received
    436
    Rep Power
    902
    looks for the packet where you click buy 10 and find the buyItem part and change the 10 to 50 in other words

    search buyitem(

    and where it has buyItem(itemId,10

    or something simlar change the 10 to a 50 simple lol
    Hyperion V2 Martin's Updates.

    Scar says:
    i hate it when it hits your face
     

  3. #3  
    Renown Programmer

    Nikki's Avatar
    Join Date
    Aug 2008
    Posts
    3,992
    Thanks given
    553
    Thanks received
    1,078
    Rep Power
    5000
    Easy, Look for your Buy 10 method In some place in your Client.java, I dont wanna look it up, But replace the ten with 50
     

  4. #4  
    Very easy shop question will rep++ Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    30
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    I need like a step by step method, and do I have to change it for every item...?
     

  5. #5  
    Registered Member

    Join Date
    Sep 2007
    Age
    32
    Posts
    2,396
    Thanks given
    5
    Thanks received
    436
    Rep Power
    902
    i just gave u the best step by step guide anyone is gona give u
    Hyperion V2 Martin's Updates.

    Scar says:
    i hate it when it hits your face
     

  6. #6  
    Very easy shop question will rep++ Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    30
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    mad turnip, is this right?

    Code:
    				sellItem(removeID, removeSlot, 50);
    			} else if (interfaceID == 3900) {
    				// Show value to buy items
    				buyItem(removeID, removeSlot, 50);
     

  7. #7  
    Registered Member

    Join Date
    Sep 2007
    Age
    32
    Posts
    2,396
    Thanks given
    5
    Thanks received
    436
    Rep Power
    902
    yes but you made it sell 50 as well but if u want to be able to sell 50 to shop then yes thats right

    hope i helped
    Hyperion V2 Martin's Updates.

    Scar says:
    i hate it when it hits your face
     

  8. #8  
    Very easy shop question will rep++ Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    30
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    You did sirr. lol. Repped mate.
     


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
  •