GW1 Bots working in July 2017

04/24/2018 17:36 Nowlan702#1471
Okay so i am currently returning from a couple of month break from GW. I know a little about coding but i am beyond puzzled on why when i try to start up vaettir bot it crashes. I have used the updater and updated the gwAPI and still no luck. I am wondering if one of the updates maybe changed the header?

I have compressed the files due to not fully understanding how to upload au3 files onto this.

Any tips?


EDIT: After much research and digging i was able to get a working gwa2 version of Vaettir. As well as learn that NOT to use API anymore. Will still be learning more into GWA2.
04/25/2018 00:43 4D1#1472
gwAPI can be updated fine with rheeks updater, i only did slight modifications and it was able to update all files at once even

gwAPI is a bit messy but it is much more efficient than GWA2, GWA2 does so many inefficient things that only really pop up as major issues once you start running bots by dozens
04/25/2018 05:02 eliteboye#1473
Anyone else have trouble with the Mount Qinkai VQ? I'm using the file from the first page with an updated GWA2. The bot farms and trades for jade correctly, but when "Donate" is selected, it goes to the Cavalon Faction Rewards guy and just sits at the menu without selecting donate.

These are the donatefaction function and lines if it helps:

Quote:
$DonateFactionHeader = 0x3C
Func DonateFaction($aFaction)
If StringLeft($aFaction, 1) = 'k' Then
Return SendPacket(0x10, $DonateFactionHeader, 0, 0, 0x1388)
ElseIf StringLeft($aFaction, 1) = 'Luxon' Then
Return SendPacket(0x10, $DonateFactionHeader, 0, 0, 0x1388)

EndIf
EndFunc ;==>DonateFaction
Quote:
Func TurnInFaction()

TravelTo(193)
WaitForLoad()
CurrentAction("grabbing")
GoNearestNPCToCoords(9076, -1111)

$beforedone = GetLuxonFaction()

If BitAND(GUICtrlRead($Donate), $GUI_CHECKED) = $GUI_CHECKED Then
Do
CurrentAction("Donate")
DonateFaction('Luxon')
RndSleep(250)
GetLuxonFaction()
Until GetLuxonFaction() < 5000
Else
CurrentAction("Grabbing Jade Shards")
Dialog(131)
RndSleep(500)
$temp = Floor(GetLuxonFaction() / 5000)
$id = 8388609 + ($temp * 256)
Dialog($id)
EndIf
RndSleep(500)
;$luxon_title_at_begining = $beforedone - GetLuxonFaction()
$after_donate = GetLuxonFaction()
$what_we_donate = $beforedone - $after_donate + $what_we_donate
RndSleep(500)
TravelTo(389)
WaitForLoad()
EndFunc
04/25/2018 10:09 DerMoench14#1474
Change
Code:
$DonateFactionHeader = 0x3C
Func DonateFaction($aFaction)
If StringLeft($aFaction, 1) = 'k' Then
Return SendPacket(0x10, $DonateFactionHeader, 0, 0, 0x1388)
ElseIf StringLeft($aFaction, 1) = 'Luxon' Then
Return SendPacket(0x10, $DonateFactionHeader, 0, 0, 0x1388)

EndIf
EndFunc ;==>DonateFaction
to

Code:
$DonateFactionHeader = 0x3C
Func DonateFaction($aFaction)
    If StringLeft($aFaction, 1) = 'k' Then
        Return SendPacket(0x10, $DonateFactionHeader, 0, 0, 0x1388)
    Else
        Return SendPacket(0x10, $DonateFactionHeader, 0, 1, 0x1388)
    EndIf
EndFunc ;==>DonateFaction
04/25/2018 10:35 kagawah#1475
Hello. I've trying to use the vaettir bot, but as soon as I start it, gw crashes. The console says that running to jaga ... but it seems that my bot can't reach it. 10 mins of waiting and console says still that Running to jaga. Any advice?
04/25/2018 11:33 aimlesschibbi#1476
Quote:
Originally Posted by kagawah View Post
Hello. I've trying to use the vaettir bot, but as soon as I start it, gw crashes. The console says that running to jaga ... but it seems that my bot can't reach it. 10 mins of waiting and console says still that Running to jaga. Any advice?
You can try this.. it worked for me for days on end. it only picks up the event items tho! you can edit the 'canpickup' to make it pick up more.
04/25/2018 22:38 Retlaw123#1477
Is there any Luxon or Kurzick Farm bot, which can be run on multiple accounts at the same time?
04/26/2018 01:13 LeeHarvey112263#1478
I'm trying to edit the raptor bot to store unid golds but having no luck in doing so. I have took everything out related to a merchant just don't know how to make it go to the chest
04/26/2018 03:52 goofyninja#1479
Quote:
Originally Posted by 4D1 View Post
gwAPI can be updated fine with rheeks updater, i only did slight modifications and it was able to update all files at once even

gwAPI is a bit messy but it is much more efficient than GWA2, GWA2 does so many inefficient things that only really pop up as major issues once you start running bots by dozens
Would you suggest cleaning up gwAPI and converting bots to use it when using multiple gw clients?
04/26/2018 09:05 tjubutsi#1480
I suggest using gwa2, I don't see how "much more efficient". gwapi is a bloated piece of shit with too much customised crap.

And it's working fine with multiple accs.
04/26/2018 11:18 Jack559#1481
Quote:
Originally Posted by eliteboye View Post
Anyone else have trouble with the Mount Qinkai VQ? I'm using the file from the first page with an updated GWA2. The bot farms and trades for jade correctly, but when "Donate" is selected, it goes to the Cavalon Faction Rewards guy and just sits at the menu without selecting donate.

These are the donatefaction function and lines if it helps:
Does your Bot Work now? can you share it with us? Cheers!
04/26/2018 20:47 zoidberg1337#1482
working lux bot hf
04/27/2018 06:31 criticalism#1483
Any working Pongmei chestrunning bot?
04/27/2018 09:14 dertypohne#1484
Quote:
Originally Posted by criticalism View Post
Any working Pongmei chestrunning bot?
Yep.
04/27/2018 11:11 schwammm#1485
New JQ Bot out ?