I've been digging through this thread and attempting to find similar fixes among other threads as well.. I can't seem to get my Gigi Vaettir script to work.
I've updated the GWA2.au3 file to the most recent. At first I got an error saying:
--------------------------------------------------------------------------
Line 3322 (File <File location of VaettirComboRunv3.0.au3>):
Func SetDisplayedTitle($aTitle=0)
Error: Duplicate function name.
--------------------------------------------------------------------------
After digging through my VaettirComboRunv3.0.au3 file, I couldn't spot any duplicate lines, so I just deleted Line 3322. The bot was able to open and detect the game and account(s). Then I selected the account and Longeye's as my starting location and I got the following message:
--------------------------------------------------------------------------
Line 275 (File <File location of VaettirComboRunv3.0.au3>):
If Initalize($CharName, True, True, False) = False Then
If ^ ERROR
Error: Incorrect number of parameters in function call.
--------------------------------------------------------------------------
I'm now lost. I'm going to keep digging as I like to figure things like this out myself, but I won't complain if you beat me to it. I've been at this for days.
Quote:
Originally Posted by smiley232
and to gain some readability:
If Initialize($CharName, True) = False Then
to
If Not Initialize($CharName, True) Then
|
So... ignore my last post. This post was in front of my face the whole time. Fixed it for me. Thank you so much. Just in time to help populate the community with cupcakes.