CoF Working Bot

06/27/2018 07:12 GrimRevenge#1
Is there a working CoF bot script available? I downloaded the script in the "bots working as of 2017" file but keep getting errors. I have been working through them (got the updated GWA2 file, got the bot to use skills) but i don't have much experience with coding outside of my experience with d2 botting years ago and wanted to see if there were any updated scripts i missed on the forum before i do 100 trial and errors to try and fix myself.

thanks for the help!
06/27/2018 10:09 OneStrangeGuy#2
The original GWA2 file may contain some customized functions that are not present in the new one.
You have 2 path, open the bot file, figure which function is missing in the new GWA2 and copy it directly to the bot file (also need to control what is used in those function is present in the new GWA2) , this gives you a new clean bot and easy to update.

The fast way is to update the old bot with the GW API Patcher by rheek and modify the GWA2 with the new patterns you can find in the "Some Fixes" post by DerMoench14.

I'm only common sense guy and not a programmer so if i miss something or worse messed up plz correct me.

cheers.
06/28/2018 01:04 GrimRevenge#3
That did the trick! Thank you much - saved me countless of my summer hours.
06/28/2018 10:13 OneStrangeGuy#4
Happy to hear that, be aware that you can get banned.
Even if it's not happened in the last year or two some devs have still love for our game and they stated last month that bots are a problem they want somehow deal with, so use it more wise as you can.
Stay up 6/8 hours instead of h24, use empty districts, if you can change your ip now and then, stay away from pvp bots (my personal opinion) and so on.... Better option is a secondary account which you don't care too much.

Have a great summer ^^
06/29/2018 02:02 GrimRevenge#5
Appreciate the heads up! Hope you enjoy your summer as well!
07/22/2018 15:14 esotericcc#6
I tried it once and it worked for like 30 minutes. I restarted the bot and then I get the "LoadFinishedReturn not provided" error before it does anything now.
07/22/2018 15:45 ff15ffs#7
Quote:
Originally Posted by esotericcc View Post
I tried it once and it worked for like 30 minutes. I restarted the bot and then I get the "LoadFinishedReturn not provided" error before it does anything now.
Restart your GW client then restart the script. Did you really not try this?
07/22/2018 23:50 OneStrangeGuy#8
Edit the gwa2 file and change the old patterns with the new ones, as shown in the post "Some Fixes" by DerMoench14.

This are the new values to get rid of that error:

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

_('ScanLoadFinished:')
AddPattern('90558BEC83EC1053578BD9')