Wow just figured it out. This was the problem:
BarsCrafted := LoadsDone*28 + tabBackPack.countBitmap(Tiara, 110) - InitialCount;
Changed it to this:
Type: Posts; User: dhbs
Wow just figured it out. This was the problem:
BarsCrafted := LoadsDone*28 + tabBackPack.countBitmap(Tiara, 110) - InitialCount;
Changed it to this:
Yep I was getting the same debug with that commented out.
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...
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...
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...
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
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...