Guild Wars Botting API Patcher

05/19/2018 16:20 Underavelvetmoon#76
Seems there is a problem with Xunlai/DepositGold or something. Ran the patcher but still getting crashes. Not a huge problem, I will just buy ecto instead of deposit gold :P

Checked over 6 accounts and the only one crashing was triggering Xunlai functions, so I am pretty confident it is that.
05/19/2018 23:45 axtonlopez#77
So I've been trying to update the MQVQ bot and I have been unable to get this working at all following using the patcher. Any Ideas??
05/20/2018 12:51 > brookfield#78
Hey,

is it possible that the call target header isn't right? It seems I can't get it to work since the update. Are there ressources how to find that header?
05/20/2018 13:13 xxsquall2#79
Quote:
Originally Posted by > brookfield View Post
Hey,

is it possible that the call target header isn't right? It seems I can't get it to work since the update. Are there ressources how to find that header?
I noticed an issue with this myself. My bot is no longer calling targets for combat which is slowing down vanquishes considerably.
05/20/2018 13:19 DerMoench14#80
Quote:
Originally Posted by xxsquall2 View Post
I noticed an issue with this myself. My bot is no longer calling targets for combat which is slowing down vanquishes considerably.
Header = 0x28
05/20/2018 13:38 > brookfield#81
Quote:
Originally Posted by DerMoench14 View Post
Header = 0x28
Any hint on how to fix it ourself?
05/20/2018 13:41 rheek#82
Fixed the call header now on github.

Quote:
Originally Posted by > brookfield View Post
Any hint on how to fix it ourself?
Open gwa2_headers and search for "call". It will jump at you.
05/20/2018 22:43 Gnevar#83
Hey, I'm brand new here and know nothing about scripting. Just trying to run a bot, but when I run the GwBotApiPatcher (I think I read I have to do this to update the files?), and I click on the main bot file, it just says "No files were found."
05/22/2018 10:47 > brookfield#84
Quote:
Originally Posted by rheek View Post
Fixed the call header now on github.



Open gwa2_headers and search for "call". It will jump at you.
That's not what I meant.

Is there maybe a tutorial/guide out there with information on how to scan for headers and the assmbl adresses? I'd like to be able to find the headers myself and offer help to others too.
05/22/2018 12:50 rheek#85
Quote:
Originally Posted by > brookfield View Post
That's not what I meant.

Is there maybe a tutorial/guide out there with information on how to scan for headers and the assmbl adresses? I'd like to be able to find the headers myself and offer help to others too.
Yes, there is a thread about it in the discussion/question area.
06/03/2018 18:28 uhlala2323#86
Hey there,
after patching another script of mine, i still get this old bug where you get an error message when you want to start a bot on a client, which had the same or different bot running on it before.

I remember that this was an common error message of gwa2 at around ~10th of may.

Where is the origin of this bug?
Is it something that can/could/should be included into the patcher?

Original Script (Before patching):
[Only registered and activated users can see links. Click Here To Register...]

Thanks in advance!!


Error Message is attached:
06/05/2018 19:57 sool a#87
Same error anyone help ?
06/05/2018 20:23 rheek#88
I didnt get this error so far, so I dont really know how to fix it.

There are some threads that have solutions for this and other errors that throw a similar error.

//edit:
[Only registered and activated users can see links. Click Here To Register...]

This should give you some indications on what you might want to try.

IDK how safe it is to make the patcher detect these malfunctioning lines in older gwa2 version and apply the fixes, therefore I didnt include them so far. Should be definetly possible though to include stuff like this in the patcher. Would be a ton of work for me, but definetly possible.
06/05/2018 22:26 DerMoench14#89
This might help you:

Code:
$lTemp = GetScannedAddress('ScanLoadFinished', -0x48)
SetValue('LoadFinishedStart', '0x' & Hex($lTemp, 8))
SetValue('LoadFinishedReturn', '0x' & Hex($lTemp + 5, 8))

_('ScanLoadFinished:')
AddPattern('90558BEC83EC1053578BD9')
The Function is @[Only registered and activated users can see links. Click Here To Register...]7D61E6 (atm).
06/13/2018 21:02 Stary Pen'#90
Code:
_('ScanLoadFinished:')
AddPattern('8D0C383BCB761E8D14183BD776176871010000BAD80D9D00B9D403A300E85C')
Like so