Results 1 to 2 of 2

Thread: count item in bank

  1. #1
    Join Date
    Feb 2012
    Posts
    224
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default count item in bank

    this is for my runecraft script.

    1) i want to show in my proggy how many pure ess left in bank. how i do that?

    i used getbankitemamount function but i think i dont use it right

    in my bank procedure i added the line :
    Simba Code:
    PureEss := GetBankItemAmount(1,0);

    and in my proggy the line is :
    Simba Code:
    writeln('Pure ess left: ' + IntToStr(PureEss));

    but its always 0 even if i have 10k p ess in bank......why?

  2. #2
    Join Date
    Feb 2012
    Posts
    224
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    nvm i figured out lol
    Last edited by ogustuce; 04-09-2012 at 02:01 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •