I just recently figured out a nice way to use AP while botting,
Instructions:
1. Put 1 AP on skills you want to max out
2. Check the "Trained Skills only" on your Skills Window
3. Edit the script to fit on your resolution/computer (because it requires pixel checking, use au3_info thingie)
4. Copy and Paste this script on your bot ( put it directly above the "press the start button" command on your bot)
5. GG Sir
Code:
ControlSend("Vindictus", "", "", "v") ;Make sure you have trained skills checked
sleep(1000) ;Also make sure to put atleast 1 AP on the skills you want to train
$maxButton = PixelGetColor (781, 573) ;check for max+ button.
If $maxButton = 0x440D00 Then ;if the max+ button is there then.
ControlClick("Vindictus", "", "", "left", 3, 781, 573) ;click max+ button.
Else ;if not (meaning ur skill is maxed out)
ControlClick("Vindictus", "", "", "left", 3, 164, 218) ;click on a new skill then
Sleep(100)
ControlClick("Vindictus", "", "", "left", 3, 781, 573) ;click max+ button.
EndIf
Credits to Dank/Nunya for his old super Bloodlord script
NOTE: you can't make it stop at a certain point like heavy armor mastery to rank 9 only or what not