soulsplitxd

Suggestions => In-Game Suggestions => Topic started by: blade on January 16, 2012, 11:32:10 am


Title: "Buy X" Option in Shops
Post by: blade 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 (http://www.rune-server.org/runescape-development/rs2-server/snippets/338831-pi-buy-x.html)
Title: Re: "Buy X" Option in Shops
Post by: NiCeMaN on January 16, 2012, 03:14:42 pm
But dude maybe he made tht like this -.- to make it harder.
Title: Re: "Buy X" Option in Shops
Post by: blade 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.
Title: Re: "Buy X" Option in Shops
Post by: NiCeMaN on January 16, 2012, 04:51:08 pm
OK yes i agree with you on that , should be like 50 times not 10 yeh.
Title: Re: "Buy X" Option in Shops
Post by: blade 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. :)