Hello, new in gw boting, some questions...

11/04/2009 17:11 Mavygr#1
First of all great forum and nice job making these bots to help ppl farm :)

My question is if there are tutorial posts about how to use and code bots in english (because the ones I found in sticky threads are in german and my german are weak :() and if there are bots uploaded by english speaking users so that the code inside is in english..

Thx for your attention :)
11/06/2009 22:07 Just for fun#2
Hi,

At the beginning, I had the same kind of issues as you, and I learnt German inbetween ;-)
You can found some interesting informations on how to use cheat engine on following forum :
[Only registered and activated users can see links. Click Here To Register...]

As soon as you have understand how to get the right memories to do what you want, just take the famous "NomadMemory.au3".
Here, an example on how to use this (you can found thousands of examples on this forum) :

#include "nomadmemory.au3"
Const $mem_cam = IniRead("adresse.ini",'MEM Section',"CAM_H","Not found")
Global $gw = "Guild Wars"
Global $PID = WinGetProcess($gw)
Global $Prcs = _MemoryOpen($PID)
Global $Hwnd1 = WinGetHandle($gw)

$cam = _memoryread($mem_cam,$Prcs,'float')

After that, the help of AutoIt is your friend !

If I can give you just 1 hint, start coding yourself as soon as possible. Learning by doing is the best ;-)
11/06/2009 23:14 SuneC#3
You may want to take a look at my API for Guild Wars:
[Only registered and activated users can see links. Click Here To Register...]

It's all english and gives you a whole lot more options than anything else you might find; not much help to new people though, but it's easy to get a grasp of it and start making bots in no time!

So aslong as you're familiar to AutoIt, you shouldn't have much reason not to get started.
11/10/2009 18:25 Mavygr#4
Thx a lot for the answers, I think I will be learning german also from now on :) I did start to use some bots efficiently and the next step is trying to make one, as u mentioned... :O