gw2 script writing

09/07/2016 11:52 Lfg For Ra#1
Hey guys,
i just got into programming with python and was wondering how people write bots for gw2. is there something like autoit that works with gw2?

or could i use certain packages for python to interact with the game onscreen? i am looking to create a simple script that will place buy orders from a script into the tp.

nothing fancy, i just want the script to check if an item is profitable atm (import info from gw2spidy) and place buy orders for me.

thanks for any answers
lfg for ra
09/07/2016 14:51 Sakus#2
I tested one tradebot and I had to locate everything on my screen.
So if you don't want to risk that you get banned use this because you are not accessing the game data only through pixel search.
But may there are better solutions, I don't know
05/24/2017 17:49 Icy1-0-6#3
Doing the same, all my scripts are C# Pixel based