ACTool Bots!

05/19/2012 12:15 kahuna34#1
Hi mates, i will share with you some little bots i made a couple of days ago.

For this, you will need an application called ACTool, for those who dont have it, google it, and download.. is free.

ok... here is the first one, is only for mini-game quarry; this is a really, really simple script that will help you pressing the "up" key so you only have to worry pressing "left" or "right" to smash the worms; with a little practice you can make easily lvl5,

Code:
// This line is necessary to select the proper window
SetActiveWindow NosTale
  Keys  {UP}
  Delay 100
try it, works perfect to me!

Now the seconf one; i really make this bot, for use it with a new pj (adventurer), just to get "seed of powers", but you can use it to level job; this bot fight, grab items and take recover for hp or mp when the bar is down.

For make this work, you need; to set you resolution to "1280x1024" in fullscreen, them put primary attack on "slot 1" and another... whatever you what on "slot 2"; "slot 8" is for hp recovery items; and "slot 9" for mp recover items... i suggest buy chocolate bars...

is just easy, right!?
important note; set always on "number of time to run" a 0 to get infinite loop.

Code:
// This line is necessary to select the proper window
SetActiveWindow NosTale

Procedure Attack
  Keys {SPACE}
  Keys {SPACE}
  Delay 1000
  Keys {SPACE}
  Keys 1
  Delay 1000
  Keys {SPACE}
  Keys 2
  Delay 1000
  Keys x
  Keys x
  Keys x
  delay 800
  Keys x
  Keys x
  Keys x
  delay 800
  Keys x
  Keys x
  Keys x  // Insert script commands here.  Use ":CALL Attack" to use.
End
Procedure MP
  Keys 9
  Delay 4000 // Insert script commands here.  Use ":CALL Chocotale Bar" to use.
End
Procedure HP
  Keys 8
  Delay 4000 // Insert script commands here.  Use ":CALL HP" to use.
End
IsBlack  140, 52
  Call MP// Do these commands if true
Else
  Call Attack // Do these commands if false
End
IsBlack  138, 33
  Call HP // Do these commands if true
Else
  Delay 500 // Do these commands if false
End
give it a try.. im just newbie in this stuff; but i always like to share... and theres a lot of work on this forum but the lenguage limit me to understand.

btw, my english is very bad... but at leat we can comunicate a little.
cheers!
05/19/2012 16:11 Supernuss#2
next time try AutoIt and use a loop for the attack part