|
there is no real.Tutorial more than grabbing a bot and studyimg the code... it sucks and it takes a lot of.time but is not that duffucult.
as far as ive studied, it works like this....
AUTOIT works on a permaent loop, you need to acomodate your bot in a thread. most boya do that with a simple state machine.
GW2A is very simple to use, most important thing for that library to work is the headers, there are no publico headers, grab headers from varios bots and merge them, there are a few with good headers.
GW2A needs to subscribe or attach to a single process, all envirommet Will only.work for a single account per process.
every actuin in the game requires a dialog confirmatiin, most.dualogs are handled in code, some cant be done that way.
some actions requiere physical presence, like open a trade Window with a merchant, requires you to be talking to said merchant, openning chest requiere syountonbe in an outpost with a chest.
|