osDude Posted April 28, 2018 Share Posted April 28, 2018 Hi, I'm trying to buy a shark but for +5% or 1 up arrow click. But I was curious if there was an easier/cleaner method besides doing the math 20x and saving it in different variables? Or do I have to do this for every item I have? Right now I have, buySharksPrice = sharksPrice + (sharksPrice * .05); getGrandExchange().buyItem(sharkID, "Shark", buySharksPrice, 1); Quote Link to comment Share on other sites More sharing options...
Chris Posted April 28, 2018 Share Posted April 28, 2018 make your own buy item method using the GE API Quote Link to comment Share on other sites More sharing options...
Team Cape Posted April 28, 2018 Share Posted April 28, 2018 1 hour ago, osDude said: Hi, I'm trying to buy a shark but for +5% or 1 up arrow click. But I was curious if there was an easier/cleaner method besides doing the math 20x and saving it in different variables? Or do I have to do this for every item I have? Right now I have, buySharksPrice = sharksPrice + (sharksPrice * .05); getGrandExchange().buyItem(sharkID, "Shark", buySharksPrice, 1); just click on the up arrow widget lol 1 Quote Link to comment Share on other sites More sharing options...