Search:

Type: Posts; User: dhbs

Search: Search took 0.00 seconds.

  1. Wow just figured it out. This was the problem: ...

    Wow just figured it out. This was the problem:



    BarsCrafted := LoadsDone*28 + tabBackPack.countBitmap(Tiara, 110) - InitialCount;


    Changed it to this:
  2. Yep I was getting the same debug with that...

    Yep I was getting the same debug with that commented out.
  3. I didn't know the etiquette about asking a...

    I didn't know the etiquette about asking a question and then posting a bunch of random code so I avoided doing that. Here's the whole script:



    program DamianTiaras;
    {$DEFINE SMART}
    {$i...
  4. gametab.openTab(2) problem after opening bank screen

    I have a tiara making script that uses the Lumbridge furnace and am having a problem after I click the bank chest. Every time the bank screen opens, my mouse hovers over the area where the backpack...
  5. Thanks a lot for the quick reply. I just started...

    Thanks a lot for the quick reply. I just started coding with Simba last night and am not familiar with much of the built-in procedures/functions yet. I will utilize tabBackpack because I want to keep...
  6. Thanks a lot that worked for me. The pixel shift...

    Thanks a lot that worked for me. The pixel shift value I used was 300. If it was less than 300 I would go to the chopping procedure. Idle for me was anywhere between 150 and 300.

    Hunter
  7. How do I know when my character is done woodcutting?

    Hello everyone. I wrote my first script to chop some teaks on my account and am having hard time writing the woodcutting procedure. Right now I have it setup to click at random times on the tree and...
Results 1 to 7 of 7