Hello guys,
First of all I'm pretty sure no one has posted this yet.
I only have two reasons on releasing this tutorial:
1. For those people new to setting up bots with [AutoIt]
2. Just for my own reference because I forget what to do all the time =3=
______________
NOTE: I DO NOT KNOW HOW TO DO THIS IN WINDOWS MODE SO MAKE SURE YOUR ASS IS IN FULL SCREEN
Now that that is said lets get started:
Step1: Go to anywhere you'd like to set up the mouse positions such as the boat (clicking start) or the clear box (replay dungeon) I'll be doing replay dungeon.
Step2: Press "Print Screen" or CTRL+SHIFT+PRTSC
Step3: Go to pain which should be in Start->AllPrograms->Acc->Paint
Step4: Paste it
Step5: Move your mouse to where ever you want your coordinates to be. Like this!
Step6: Paste it in [AutoIT]
Personally I only know two ways to put it into auto it heres an example:
ControlClick("Vindictus", "", "", "left", 3, 271, 711)
OR
MouseClick("left",271,711,1)
*EDIT*
Thanks =)
Added by fright;4364464

Originally Posted by
fright
Here's a little script that uses tooltip to get the mouse pos.
Code:
While 1
$pos = mousegetpos()
ToolTip($pos[0] & "," & $pos[1],0,0)
WEnd
_____
I like the first one because you can use it with both mouse mode and keypad/board. I also find it really annoying having to switch every time I wanted to bot.
Anyways I hope I've helped.
PLEASE TAKE INTO CONSIDERATION THAT I WILL NOT BE HERE TO ANSWER ANY QUESTIONS BECAUSE I AM A LAZY FAT BOY WHO LIKES TO PLAY GAMES ALL DAY