How to include using AP on bots

Posts 16 of 6 · Page 1 of 1
How to include using AP on bots
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
VERY useful, this is actually the method I was thinking of putting into v3. of my bots (yeah, I'm working on multiple versions at once :P my brain's like a processor, I've got threads running xD )
hmm i confused on the purpose of this script D:
the script doesn't run on it's own,

it's an addition to other botting scripts so AP wouldn't be wasted
Hey sorry for the noob question.... (781, 573) This value is the screen resolution correct? But what is this (164, 218)? or do we not worry about that.
Quote Originally Posted by aquablazer8 View Post
Hey sorry for the noob question.... (781, 573) This value is the screen resolution correct? But what is this (164, 218)? or do we not worry about that.
Those are both X-Y co-ordinates for your mouse to go to.

And dumblet, I've put a much more advanced version of a skill spending automation into my bot, preparing for the v2.2 release.
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?