Author Topic: "Buy X" Option in Shops  (Read 232 times)

Offline blade

  • Newbie
  • *
  • Posts: 7
  • Karma +0/-0
    • View Profile
"Buy X" Option in Shops
« on: January 16, 2012, 11:32:10 am »
Could you add a "Buy X" option to the shops? It's really hard buying runes/arrows/other stackable items because you can't buy 10 right after each other...for some reason you have to wait a second or two.

EDIT: Here's all the code you need to write, step by step to add this:

http://www.rune-server.org/runescape-development/rs2-server/snippets/338831-pi-buy-x.html
« Last Edit: January 16, 2012, 11:42:04 am by blade »

Share on Facebook Share on Twitter


Offline NiCeMaN

  • Junior
  • **
  • Posts: 11
  • Karma +0/-0
  • Location: EsToNiA
    • View Profile
Re: "Buy X" Option in Shops
« Reply #1 on: January 16, 2012, 03:14:42 pm »
But dude maybe he made tht like this -.- to make it harder.

Offline blade

  • Newbie
  • *
  • Posts: 7
  • Karma +0/-0
    • View Profile
Re: "Buy X" Option in Shops
« Reply #2 on: January 16, 2012, 04:33:04 pm »
Buying 10 at a time wouldn't be impractical if it actually allowed you to do so in a fast manner. For some reason, you have to wait a couple seconds in between each buy, which can get very tedious when buying arrows/bolts/runes.

Offline NiCeMaN

  • Junior
  • **
  • Posts: 11
  • Karma +0/-0
  • Location: EsToNiA
    • View Profile
Re: "Buy X" Option in Shops
« Reply #3 on: January 16, 2012, 04:51:08 pm »
OK yes i agree with you on that , should be like 50 times not 10 yeh.

Offline blade

  • Newbie
  • *
  • Posts: 7
  • Karma +0/-0
    • View Profile
Re: "Buy X" Option in Shops
« Reply #4 on: January 16, 2012, 08:17:08 pm »
Actually, after reading some of the posts in the thread I posted a link to, I advise you NOT to add that code. Just add a "Buy 50" or "Buy 100" option instead of it being "Buy 10". All you have to do is simply search (Ctrl + F) in rsInterface.itemActions[4] = "Buy 10"; the client and change the 10 to 50 or 100. :)