Quote:
Originally Posted by Jamamon
This information is really helpful. It was like a breakthrough for me in terms of improving my script editing abilities. Got it to run in no time.
You're awesome! 
|
Thank you

Glad I could help you improving your skills and your scripts
Quote:
The bot I'm taking a look at right now is the vaettir 2 script located on the first page. I see that in the old script, there is code for "WinList" while in the new script, it is "ProcessList". I assume I don't need to change that? Otherwise it's gonna take me a while to get through that, lol. Any chance you could tell me what to look for in that script? I want to fix it myself but I don't really know where to start.
Thanks
edit: actually, I think I'm onto something now. I shall return to update later.
I got the vaettir fix 2 working. However, it told me that the code on line 3319 was a duplicate function so I just deleted it. I've been watching the bot attempt to run to the vaettirs but it keeps walking directly toward and dying on the first mob outside longeye's. I'm pasting the code below, because I'm not sure how it would affect anything.
Func SetDisplayedTitle($aTitle = 0)
If $aTitle Then
Return SendPacket(0x8, 0x50, $aTitle)
Else
Return SendPacket(0x4, 0x51)
EndIf
EndFunc ;==>SetDisplayedTitle
|
As you told me via PM that you've got it to work, I will not repeat myself too much here and just post answers to what wasnt answered before.
Line 3319 in gwa2 from that bot is Func GetEffectTimeRemaining. I dont find any duplicate definition of that anywhere in the files.
Line 3319 is the function you posted. Cant find that either as a duplicate in any of the files of the bot.
The function SetDisplayedTitle displays the title that you give as the parameter. This is needed to get set the title to Norn automagically to get the HP bonus. They contain calls to sendpacket, which contain headers.
This is indeed one of the two functions inside the main bot script, that crash the game.
Quote:
|
game update or is it becuse i updated windows
|
This shows you didnt read anything at all, because otherwise you would know that there was a bot-breaking game update. Try looking a few pages back to find your fix.
Quote:
|
well a few pages back someone said kilroys was still working jezz dont yell at me
|
If you would have read a little bit more than just that post, you would have understood the the Kilroy Bot works with the posted
updated version of gwa2.
Also, please dont get pissed off by answers pointing out your inability to read and understand the many obvious threads and posts about the bot related update.
Quote:
Originally Posted by fivel_976
91 pages is alot to read through! so is it that no bots are working atm?
|
So you still didnt take a look at some other threads other than this or pages before this?
There are no working bots posted ready for use. You will have to get the updated gwa2 that was posted, or change the headers yourself for modified versions of gwa2.
Then your exising bots will work again.