Register for your free account! | Forgot your password?

You last visited: Today at 03:00

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Guild Wars Botting API Patcher

Discussion on Guild Wars Botting API Patcher within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 04/16/2018, 02:14   #31
 
elite*gold: 0
Join Date: Mar 2018
Posts: 77
Received Thanks: 132
Quote:
Originally Posted by Psyk0z View Post
Hi people !

I'm from France and got some issues with english, so there are many things that I don't understand on this topic. It's about how to fix my bots with your work Rheek.
Today, I tried to start my Kilroy bot and obviously with the update, it didn't work so that's why I'm here.
I downloaded your patch, tried to follow your instructions but I guess my english isn't good enough to understand all of it.
I just wanted to ask you if you could maybe try to explain to me now that you know that I'm French.
Thank you so much for your time <3
You will find help in the readme file or on the github. Start with the TL;DR part and then the patching guide somewhere below that. For specific questions feel free to ask again.
rheek is offline  
Thanks
1 User
Old 04/16/2018, 08:22   #32
 
elite*gold: 0
Join Date: Feb 2018
Posts: 130
Received Thanks: 44
Just like to personally thank you on this, absolutely couldn’t have made it any easier to fix bots �� cracking work mate much appreciated.
Duffy722 is offline  
Thanks
1 User
Old 04/17/2018, 18:44   #33
 
elite*gold: 0
Join Date: Jan 2018
Posts: 11
Received Thanks: 1
I want to say the same thing a MASSIVE THANKS! to you and your work makes it so easy to keep em work! keep up the good stuff!
buffnar0 is offline  
Thanks
1 User
Old 04/21/2018, 11:52   #34
 
elite*gold: 0
Join Date: Dec 2017
Posts: 84
Received Thanks: 153
Thanks!

I used the patcher to patch an GWBIBLE based EOTN Runner Bot.

The gwa_missing_headers files shows 4 functions. I don't really know how to fix this and would appreciate some help.

Here are the functions:

Code:
Func AsuranRank()
	Local $lEffects = GetEffect(), $lAsuranOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Edification Then
			$lAsuranOn = True
			ExitLoop
		EndIf
	Next

	If Not $lAsuranOn Then SendPacket(0x8, 0x51, 0x26)
EndFunc   ;==>AsuranRank
Code:
Func NornRank()
	Local $lEffects = GetEffect(), $lNornOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Heart_Of_The_Norn Then
			$lNornOn = True
			ExitLoop
		EndIf
	Next

	If Not $lNornOn Then SendPacket(0x8, 0x51, 0x29)
EndFunc   ;==>NornRank
Code:
Func VanguardRank()
	Local $lEffects = GetEffect(), $lVanguardOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Rebel_Yell Then
			$lVanguardOn = True
			ExitLoop
		EndIf
	Next

	If Not $lVanguardOn Then SendPacket(0x8, 0x51, 0x28)
EndFunc   ;==>VanguardRank

Code:
Func UseSkillByID($lSkillID, $aTarget = -2, $lCallTarget = False)
	If IsDllStruct($aTarget) = 0 Then
		$lTargetID = ConvertID($aTarget)
	Else
		$lTargetID = DllStructGetData($aTarget, 'ID')
	EndIf
	Return SendPacket(0x14, 0x40, $lSkillID, 0, $lTargetID, $lCallTarget)
EndFunc   ;==>UseSkillByID
Thanks in advance!
uhlala2323 is offline  
Old 04/21/2018, 12:07   #35
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 328
Quote:
Originally Posted by uhlala2323 View Post
Thanks!

I used the patcher to patch an GWBIBLE based EOTN Runner Bot.

The gwa_missing_headers files shows 4 functions. I don't really know how to fix this and would appreciate some help.

Here are the functions:

Code:
Func AsuranRank()
	Local $lEffects = GetEffect(), $lAsuranOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Edification Then
			$lAsuranOn = True
			ExitLoop
		EndIf
	Next

	If Not $lAsuranOn Then SendPacket(0x8, 0x51, 0x26)
EndFunc   ;==>AsuranRank
Code:
Func NornRank()
	Local $lEffects = GetEffect(), $lNornOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Heart_Of_The_Norn Then
			$lNornOn = True
			ExitLoop
		EndIf
	Next

	If Not $lNornOn Then SendPacket(0x8, 0x51, 0x29)
EndFunc   ;==>NornRank
Code:
Func VanguardRank()
	Local $lEffects = GetEffect(), $lVanguardOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Rebel_Yell Then
			$lVanguardOn = True
			ExitLoop
		EndIf
	Next

	If Not $lVanguardOn Then SendPacket(0x8, 0x51, 0x28)
EndFunc   ;==>VanguardRank

Code:
Func UseSkillByID($lSkillID, $aTarget = -2, $lCallTarget = False)
	If IsDllStruct($aTarget) = 0 Then
		$lTargetID = ConvertID($aTarget)
	Else
		$lTargetID = DllStructGetData($aTarget, 'ID')
	EndIf
	Return SendPacket(0x14, 0x40, $lSkillID, 0, $lTargetID, $lCallTarget)
EndFunc   ;==>UseSkillByID
Thanks in advance!
Code:
If Not $lAsuranOn Then SendPacket(0x8, 0x5E, 0x26)
If Not $lNornOn Then SendPacket(0x8, 0x5E, 0x29)
If Not $lVanguardOn Then SendPacket(0x8, 0x5E, 0x28)
Return SendPacket(0x14, 0x4D, $lSkillID, 0, $lTargetID, $lCallTarget)
BTW: There's something better you can do than search the Effect-Array:
Code:
;~ Description: Returns the currently displayed Title.
Func GetDisplayedTitle()
	Local $lAgentPtr = GetAgentPtr(-2)
	Local $lLogin = MemoryRead($lAgentPtr + 384, 'long')
	Local $lOffset[5] = [0,0x18, 0x2C, 0x80C, 76 * $lLogin]
	Local $lPlayerArray = MemoryReadPtr($mBasePointer, $lOffset, 'Ptr')
	return MemoryRead($lPlayerArray[0] + 48, 'long')
EndFunc   ;==>GetDisplayedTitle
DerMoench14 is offline  
Thanks
2 Users
Old 04/21/2018, 12:09   #36
 
elite*gold: 0
Join Date: Mar 2018
Posts: 77
Received Thanks: 132
Quote:
Originally Posted by uhlala2323 View Post
Thanks!

I used the patcher to patch an GWBIBLE based EOTN Runner Bot.

The gwa_missing_headers files shows 4 functions. I don't really know how to fix this and would appreciate some help.

Here are the functions:

Code:
Func AsuranRank()
	Local $lEffects = GetEffect(), $lAsuranOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Edification Then
			$lAsuranOn = True
			ExitLoop
		EndIf
	Next

	If Not $lAsuranOn Then SendPacket(0x8, 0x51, 0x26)
EndFunc   ;==>AsuranRank
Code:
Func NornRank()
	Local $lEffects = GetEffect(), $lNornOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Heart_Of_The_Norn Then
			$lNornOn = True
			ExitLoop
		EndIf
	Next

	If Not $lNornOn Then SendPacket(0x8, 0x51, 0x29)
EndFunc   ;==>NornRank
Code:
Func VanguardRank()
	Local $lEffects = GetEffect(), $lVanguardOn = False

	For $i = 1 to $lEffects[0]
		If $lEffects[$i] = $Rebel_Yell Then
			$lVanguardOn = True
			ExitLoop
		EndIf
	Next

	If Not $lVanguardOn Then SendPacket(0x8, 0x51, 0x28)
EndFunc   ;==>VanguardRank

Code:
Func UseSkillByID($lSkillID, $aTarget = -2, $lCallTarget = False)
	If IsDllStruct($aTarget) = 0 Then
		$lTargetID = ConvertID($aTarget)
	Else
		$lTargetID = DllStructGetData($aTarget, 'ID')
	EndIf
	Return SendPacket(0x14, 0x40, $lSkillID, 0, $lTargetID, $lCallTarget)
EndFunc   ;==>UseSkillByID
Thanks in advance!
Looks like an easy fix. I will fix it later today and pm you once I uploaded the update.

The lines that DerMoench14 posted will fix those functions manually. I will still upload a fix, so the patcher will find more headers.

Your choice now. Either fix them now yourself with the lines from DerMoench14 or wait for my fix.

Edit:
Uploaded the fix now
rheek is offline  
Thanks
2 Users
Old 04/21/2018, 12:40   #37
 
elite*gold: 0
Join Date: Dec 2017
Posts: 84
Received Thanks: 153
Awesome! Thanks to both of you guys! It's working!
uhlala2323 is offline  
Old 05/01/2018, 11:20   #38
 
elite*gold: 0
Join Date: Dec 2017
Posts: 84
Received Thanks: 153
new header file available yet?
uhlala2323 is offline  
Old 05/01/2018, 12:08   #39
 
elite*gold: 0
Join Date: Mar 2018
Posts: 77
Received Thanks: 132
Quote:
Originally Posted by uhlala2323 View Post
new header file available yet?
Yes. Just uploaded it.

Thanks to tjubutsi for fixing most of the headers I needed yesterday. Integrated them into my file and added the ones that his gwa2 version does not use.
rheek is offline  
Thanks
7 Users
Old 05/01/2018, 13:35   #40
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
Oof, swapping some headers someone else worked for gets more thanks than the actual work D:
tjubutsi is offline  
Thanks
3 Users
Old 05/01/2018, 14:12   #41
 
elite*gold: 0
Join Date: Oct 2017
Posts: 19
Received Thanks: 0
Do i just replace the header file with new one? I've tried it with several bots and I get the same error.
Lyssa12 is offline  
Old 05/01/2018, 14:51   #42
 
elite*gold: 0
Join Date: Feb 2018
Posts: 130
Received Thanks: 44
Quote:
Originally Posted by Lyssa12 View Post
Do i just replace the header file with new one? I've tried it with several bots and I get the same error.
Download the new files he uploaded and then read the readme like stated.
Duffy722 is offline  
Old 05/01/2018, 17:35   #43
 
elite*gold: 0
Join Date: Oct 2017
Posts: 19
Received Thanks: 0
Quote:
Originally Posted by Duffy722 View Post
Download the new files he uploaded and then read the readme like stated.
I did read and follow it. But i still keep getting error.
Lyssa12 is offline  
Old 05/02/2018, 01:04   #44
 
elite*gold: 0
Join Date: Mar 2018
Posts: 77
Received Thanks: 132
Quote:
Originally Posted by Lyssa12 View Post
I did read and follow it. But i still keep getting error.
If you used the patcher on your bot, you would only have to exchange the headers file. Worked for me for all the bots I use currently.

Quote:
Originally Posted by Lyssa12 View Post
Do i just replace the header file with new one? I've tried it with several bots and I get the same error.
This information does not really enable to me help you. I have no idea what bots youre using, what exactly you did with them, and what exactly isnt working. What error messages do you see? Are the bots crashing at specific points? Is anything working at all?
rheek is offline  
Thanks
1 User
Old 05/02/2018, 16:04   #45
 
elite*gold: 0
Join Date: Mar 2018
Posts: 56
Received Thanks: 0
i repeated it like last time, but now it isnt working.
i just download the @
tjubutsi Typo
GWA2.au3

file and then put this in the bot and delted the old filges GWa2 and headers.

then i runed zour bot and no the bot dsont start.
I think i made a mistake >&
Retlaw123 is offline  
Reply


Similar Threads Similar Threads
WTS Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys for sale
02/19/2013 - Guild Wars Trading - 4 Replies
Hi, i want to sell Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys.If someone is interested , you can email me and add my msn. We can talk details there. I will give u a low price of Guild Wars Gold,Guild Wars Ectos,Guild Wars Zaishen Keys including weapons. I am serious. Email:[email protected] MSN:[email protected] Thank you for reading my post.



All times are GMT +1. The time now is 03:00.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.