Page 7 of 7

Re: Rock5's BuyFromItemShop userfunction

Posted: Sun Aug 17, 2014 1:27 pm
by rock5
It sure sounds like changing the tab was fixing it but I can't explain why. I certainly don't need to change tab for it to work. What page does your item shop start at when you open it? Mine starts on the Diamond tab. When you open the item shop manually for the first time, before you change any tabs, does it show items?

Re: Rock5's BuyFromItemShop userfunction

Posted: Fri Sep 12, 2014 6:05 am
by Desmond
that needs to be done if there are not charges then a boat them will buy?

Re: Rock5's BuyFromItemShop userfunction

Posted: Fri Sep 12, 2014 6:23 am
by rock5
If you are having the same problem as Rickster try his fix. I don't know if it will fix it because I still don't understand the problem, it shouldn't be happening.

Re: Rock5's BuyFromItemShop userfunction

Posted: Fri Sep 12, 2014 6:34 am
by Desmond
rock5 wrote:If you are having the same problem as Rickster try his fix. I don't know if it will fix it because I still don't understand the problem, it shouldn't be happening.
I understood you, there is such code

Code: Select all

  
function buycharges()       
            if getAcc() == 6 then
             BuyFromItemShop(2759, "account 6 secondary password")
         else
             BuyFromItemShop(2759, "account 7 secondary password")
         end
      end