I have no idea what to do actually, yes i'm more of a leecher.
I tried learning how to code but i just can't understand any of it.
Please take a look at the files attached. I included the GWA2, GWA2 headers, ToCbot and the Gwa_Missing_headers textfile.
(Guildwars crash when the bot tries to use a FoW scroll)
I hope some of you can give me some advice on what to do and how to do it.
My thanks in advance,
This is where i think the issue is. (gwa_missing_headers.txt)
I tried learning how to code but i just can't understand any of it.
Please take a look at the files attached. I included the GWA2, GWA2 headers, ToCbot and the Gwa_Missing_headers textfile.
(Guildwars crash when the bot tries to use a FoW scroll)
I hope some of you can give me some advice on what to do and how to do it.
My thanks in advance,
This is where i think the issue is. (gwa_missing_headers.txt)
Quote:
C:\Users\ToC Botv2.1.au3 (521):
C:\Users\ToC Botv2.1.au3 (522): Func UseItembyModelID($amodelid)
C:\Users\ToC Botv2.1.au3 (523): Local $lItem
C:\Users\ToC Botv2.1.au3 (524): For $lbag = 1 To 4
C:\Users\ToC Botv2.1.au3 (525): For $lslot = 1 To $bag_slots[$lbag]
C:\Users\ToC Botv2.1.au3 (526): $lItem = getitembyslot($lbag, $lslot)
C:\Users\ToC Botv2.1.au3 (527): If DllStructGetData($lItem, "ModelID") == $amodelid Then Return sendpacket(8, 119, DllStructGetData($lItem, "ID"))
C:\Users\ToC Botv2.1.au3 (528): Next
C:\Users\ToC Botv2.1.au3 (529): Next
C:\Users\ToC Botv2.1.au3 (530): Return False
C:\Users\ToC Botv2.1.au3 (531): EndFunc ;==>useitembymodelid