August 8, 201510 yr I need a bit of help, i'm trying to add a killcounter to my script with: This is in onLoop: if(npc.getAnimation() == 836){ killCount ++; log("KC added"); } else { log("Something is wrong"); } In paint ive got: g.drawString("Kill Count: " + killCount, 320, 330); Any ideas how to get this working? If i run this at it is my whole CPU goes to osbot, taking all processing power.
August 8, 201510 yr Author How did you declare npc? NPC npc = npcs.closest(new Filter<NPC>() Edited August 8, 201510 yr by qverkk1
Create an account or sign in to comment