Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Bots
You last visited: Today at 04:46

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

Advertisement



Kurzick Bot Updating

Discussion on Kurzick Bot Updating within the GW Bots forum part of the Guild Wars category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2012
Posts: 46
Received Thanks: 16
Kurzick Bot Updating

Hello there guys.

right so some know I'm trying to update the Kurzick bot by mrcrew, I'll be totally honest I'm no where near a standard of scripting that I can actually do this by myself.

The bot is here with Edits I have put in



The edits are pretty simple once I've put in including nearly all the new GWA2 that was out a few weeks ago

another thing I slotted into the code was....

Code:
	Update("Taking blessing")
	$deadlock = 0
	Do
	GoNearestNPCToCoords(-12909, 15616)
	Dialog(133)
	RndSleep(1000)
	Dialog(134)
	RndSleep(1000)
	$deadlock+=1
	Until DllStructGetData(geteffect(593), 'skillid') = 593 or $deadlock = 10
	AdlibRegister ("DeathCheck",1000)
also put in a few different map markers

Code:
	$enemy = "14"
	AggroMoveToEx(-4447, 1055, $enemy,3000)

	$enemy = "15"
	AggroMoveToEx(-3832, -586, $enemy,3000)

	$enemy = "16"
	AggroMoveToEx(-3143, -2203, $enemy,3000)

	$enemy = "missing"
	AggroMoveToEx(-5780, -4665, $enemy,3000)
Now guys onto the only problems left with the script that i cant seem to get my head around

First one is not important, it does not trace points earned in the VQ.

Second is a little bit more, once the VQ is done it return's a error with line 6601

here's the code to EndFunc and error



Code:
	If GUICtrlRead($cbxBacktrack) = $GUI_CHECKED Then
		For $i = $coordscount - 1 To 0 Step -1
			AggroMoveToEx($VQcoordsX[$i], $VQcoordsY[$i], "backtracking", 4000)
			If GetAreaVanquished() = True Then ExitLoop
		Next
	EndIf
	If GetAreaVanquished() Then
		ConsoleWrite("Run successful" & @CRLF)
	Else
		If GUICtrlRead($cbxManuallyFinish) = $GUI_CHECKED Then
			WinActivate("Guild Wars")
			MsgBox(0,"Error","Get missing spawn" & @CRLF & "Press Ok to continue ")
			;Exit
		Else
			ConsoleWrite("Run failed" & @CRLF)
		EndIf
	EndIf
	RndSleep(500)
	$dCoords[0]=0
	$dCoords[1]=0
	AdlibUnRegister("DeathCheck")
	RndSleep(250)
	TravelTo($townHzH)
EndFunc
And for who cares heres the entire VQ code


So the question is, Can i have help fixing it as my scripting know how is very very limited (though learning as i go)
solidsteve is offline  
Old 06/06/2015, 00:24   #2
 
elite*gold: 0
Join Date: Jun 2015
Posts: 7
Received Thanks: 0
Where is $cbxBacktrack declared? is it even declared at all? Looks like it may not exist.
SqMalen is offline  
Old 06/06/2015, 17:55   #3
 
elite*gold: 0
Join Date: Jun 2012
Posts: 46
Received Thanks: 16
Quote:
Originally Posted by SqMalen View Post
Where is $cbxBacktrack declared? is it even declared at all? Looks like it may not exist.
The only $cbxBacktrack there is the coding at 6601

Code:
	If GUICtrlRead($cbxBacktrack) = $GUI_CHECKED Then
		For $i = $coordscount - 1 To 0 Step -1
			AggroMoveToEx($VQcoordsX[$i], $VQcoordsY[$i], "backtracking", 4000)
			If GetAreaVanquished() = True Then ExitLoop
		Next
	EndIf
How'd I go about declaring it?
solidsteve is offline  
Old 06/06/2015, 18:44   #4
 
elite*gold: 0
Join Date: Jun 2015
Posts: 7
Received Thanks: 0
It looks like it "was" a GUI Item and it should be a backtrack loop.

Add me on skype: and I will fix it for you.
SqMalen is offline  
Old 06/06/2015, 21:02   #5
 
elite*gold: 0
Join Date: Jun 2012
Posts: 46
Received Thanks: 16
Quote:
Originally Posted by SqMalen View Post
It looks like it "was" a GUI Item and it should be a backtrack loop.

Add me on skype: and I will fix it for you.
Okay will do
solidsteve is offline  
Old 06/14/2015, 03:08   #6
 
Kalaid's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 2
Received Thanks: 0
Has there been any updates on this? There are literally no working Kurzick faction farming bots at the moment.
Kalaid is offline  
Old 06/14/2015, 20:28   #7
 
elite*gold: 0
Join Date: Jun 2012
Posts: 46
Received Thanks: 16
Quote:
Originally Posted by Kalaid View Post
Has there been any updates on this? There are literally no working Kurzick faction farming bots at the moment.
There's been nothing

it works in a way but i needs resetting after each run so its working but not
solidsteve is offline  
Old 06/28/2015, 23:40   #8
 
lorthan118's Avatar
 
elite*gold: 0
Join Date: May 2015
Posts: 19
Received Thanks: 0
Is it possible to just loop the run with a while loop?
While
(run)
Endwhile


Also, I want to add that the link provided takes me to without downloading, but I still have the one from the previous post
lorthan118 is offline  
Old 06/30/2015, 13:56   #9
 
elite*gold: 0
Join Date: Jun 2012
Posts: 46
Received Thanks: 16
Quote:
Originally Posted by lorthan118 View Post
Is it possible to just loop the run with a while loop?
While
(run)
Endwhile


Also, I want to add that the link provided takes me to without downloading, but I still have the one from the previous post
Not sure what was wrong with Mega yesterday when i checked, it was doing what the bot wasn't, as in looping

I'll replace that with the loop and see what happens

also link is fixed

solidsteve is offline  
Old 08/28/2015, 14:46   #10
 
elite*gold: 0
Join Date: Aug 2015
Posts: 2
Received Thanks: 0
Hi,
This is an amazing bot, thanks for sharing.
I've made some improvements on the script, which I'll share when everything is ok. Now, I need some help for looping. In my opinion, the problem comes from this part :
Code:
If GUICtrlRead($cbxBacktrack) = $GUI_CHECKED Then
		For $i = $coordscount - 1 To 0 Step -1
			AggroMoveToEx($VQcoordsX[$i], $VQcoordsY[$i], "backtracking", 4000)
			If GetAreaVanquished() = True Then ExitLoop
		Next
	EndIf

	If GetAreaVanquished() Then
		ConsoleWrite("Run successful" & @CRLF)
	Else
		If GUICtrlRead($cbxManuallyFinish) = $GUI_CHECKED Then
			WinActivate("Guild Wars")
			MsgBox(0,"Error","Get missing spawn" & @CRLF & "Press Ok to continue ")
			;Exit
		Else
			ConsoleWrite("Run failed" & @CRLF)
		EndIf
	EndIf
	RndSleep(500)
	$dCoords[0]=0
	$dCoords[1]=0
	AdlibUnRegister("DeathCheck")
	RndSleep(250)
	TravelTo($townHzH)
that checks if the run is finished. But it crashes before executing "TravelTo($townHzH)". Can someone help me ?
Note: it's possible that the problem comes from other sub-functions like GetAreaVanquished()
dvdrww is offline  
Old 09/09/2015, 22:47   #11
 
elite*gold: 0
Join Date: Aug 2015
Posts: 2
Received Thanks: 0
to solve the problem just turn in comments this parts :
It should work !
dvdrww is offline  
Old 09/12/2015, 16:29   #12
 
elite*gold: 0
Join Date: May 2011
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by dvdrww View Post
to solve the problem just turn in comments this parts :
It should work !
Can you post the working bot please?

Thanks
nigropls is offline  
Reply


Similar Threads Similar Threads
UPDATED kurzick bot
03/15/2015 - GW Exploits, Hacks, Bots, Tools & Macros - 1 Replies
UPDATED kurzick bot fixed all errors https://mega.co.nz/#!b9BwHRpJ!QIo-eCi99WhJ7X06ng4 p4kyuuARCb_7ewSSHDRw3aqA
*Neu Kurzick / Luxon Bot
07/17/2011 - GW Bots - 64 Replies
hallo ich bin gerade dabei nen guten Kurzick / Luxon Bot zu schreiben (mit Mem). dieser wird später von mir puplic gestellt.. aber da dieser bot der erste mit mem ist, brauch ich kurz hilfe: $Health_Check = ; Lebenspunkte $Travel_Check = 0x00D288F0 ; 0=Stadt, 1=Instanz, 2=Laden $Death_Check = ; 1=Tod $NPC_Check = 0x00D284E0 ; NPC ID (Auswahl)
Kurzick/Luxon Bot
02/06/2010 - GW Bots - 4 Replies
Hi, gibts eigentlich keinen Kurzick/Luxon Bot der immer wieder ein bestimmtes Gebiet plättet? Mir geht die DTSC/MQSC so langsam auf die Nervern. Greetz Demo
Kurzick JQ bot!
11/21/2009 - GW Bots - 4 Replies
This would be perfect :) Kurzick JQ bot with Combat quest on/off. This would be fun... some Zkeys and alot of Title :P fk yeah :P well for example you can take sycons Luxon JQ bot wich works perfect ^^ Have fun!
Hfff Kurzick 4er Bot
08/27/2008 - GW Exploits, Hacks, Bots, Tools & Macros - 0 Replies
hat sich erledigt.



All times are GMT +1. The time now is 04:48.


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.