GW Working Bots 2020

05/25/2020 20:04 jokai93#511
someone know how to make a list of all free bot working atm ?

like the list for 2019 ^^
or update the list of 2019 for 2020 :)
05/25/2020 20:38 RDL420#512
Quote:
Originally Posted by jokai93 View Post
someone know how to make a list of all free bot working atm ?

like the list for 2019 ^^
or update the list of 2019 for 2020 :)
Most part of the 2020 public bots are listed in the Restia Ashdoll's post here:
[Only registered and activated users can see links. Click Here To Register...]
05/26/2020 04:50 snowflavored#513
Anybody have a Pongmei runner by chance that keeps certain reqs? I used to have one from an old site, but that was like 2 computer wipes ago :(
05/26/2020 10:56 LadyAstero#514
Good afternoon, does anyone have a working bot SoO , please?
05/26/2020 11:52 RDL420#515
Quote:
Originally Posted by LadyAstero View Post
Good afternoon, does anyone have a working bot SoO , please?
I don't think there is a SoO public bot in this thread. You can find one from n0futur3 in the black market:
[Only registered and activated users can see links. Click Here To Register...]
05/28/2020 14:49 zolf02#516
Hello guys, just a small feedback on the luxons farm :
I modified the team i use, and the bot now runs under 25mn, somewhere around 23/24 mn. Here is my team :
My N : OAVEMSxmeI9JcDGzgAUGUV55tFC
Olias : OAhkUsG5BFqTM7o+JQEDTpJ1+iB
Master : OANEUsl98JFzoAWygGUPEQY0M9B
Livia : OAhjUwGYoOxsjaGbYO5kmjzLGA
Norgu : OQNDAawDSMErAIgTA5Z9UIAZAA
zekk and Zhed OghjowMaIO0texswXgMimDTcBA
warrior : OQATERpW5ht4W4K1ltCc5vC7AA

Charge makes numerous round trips, go way faster.
Els : healing and massive zone burning, very efficient with fragility
Norgu : changing panic for massive zone based, low cost and recharg hexes is my best decision so far ! The instant rez and 5 mana costs hexes are not affecting the mana pool.

Nb : i use a lot of mantra of frosts because of bauges making a lof of frost damage.
05/29/2020 15:31 Aviola#517
Hi guys :), I hope all are healthy. I am looking for a Lightbringer/Sunspear title farmer. Could not find any working versions.
05/29/2020 15:59 gunta69#518
Quote:
Originally Posted by Aviola View Post
Hi guys :), I hope all are healthy. I am looking for a Lightbringer/Sunspear title farmer. Could not find any working versions.
Does this one work for you?
[Only registered and activated users can see links. Click Here To Register...]
05/29/2020 16:11 Aviola#519
Quote:
Originally Posted by gunta69 View Post
Does this one work for you?
[Only registered and activated users can see links. Click Here To Register...]
Ahh yes. Thanks for linking that one. Convenient!
05/31/2020 05:44 Firstnationzqc#520
Anyone got a Follower bot that working? cant find any that work
05/31/2020 11:25 FriendlyFarmer#521
Quote:
Originally Posted by zolf02 View Post
Hello guys, just a small feedback on the luxons farm :
I modified the team i use, and the bot now runs under 25mn, somewhere around 23/24 mn. Here is my team :
My N : OAVEMSxmeI9JcDGzgAUGUV55tFC
Olias : OAhkUsG5BFqTM7o+JQEDTpJ1+iB
Master : OANEUsl98JFzoAWygGUPEQY0M9B
Livia : OAhjUwGYoOxsjaGbYO5kmjzLGA
Norgu : OQNDAawDSMErAIgTA5Z9UIAZAA
zekk and Zhed OghjowMaIO0texswXgMimDTcBA
warrior : OQATERpW5ht4W4K1ltCc5vC7AA

Charge makes numerous round trips, go way faster.
Els : healing and massive zone burning, very efficient with fragility
Norgu : changing panic for massive zone based, low cost and recharg hexes is my best decision so far ! The instant rez and 5 mana costs hexes are not affecting the mana pool.

Nb : i use a lot of mantra of frosts because of bauges making a lof of frost damage.
I would suggest running this team instead:
[Only registered and activated users can see links. Click Here To Register...]

Pros:
  • More damage
  • More defense
  • More movement speed
  • Faster clears (talking about a few minutes faster)
06/01/2020 03:51 ooklaba#522
does anyone have an update for the trader sell function?

thank you!
06/01/2020 07:50 ottam#523
Updated follower bot with new gwa2.

Had to disable the fight function, something must have changed because it crashes every time with that on, anyone know a fix?

Code:
Func AggroMoveToEx2($x, $y, $s = "", $z = 1200)
	$random = 50
	$iBlocked = 0

	Move($x, $y, $random)

	$lMe = GetAgentByID(-2)
	$coordsX =DllStructGetData($lMe, "X")
	$coordsY = DllStructGetData($lMe, "Y")
	Do
		$oldCoordsX = $coordsX
		$oldCoordsY = $coordsY
		$nearestenemy = GetNearestEnemyToAgent(-2)
		$lDistance = GetDistance($nearestenemy, -2)

		If $lDistance < $z AND DllStructGetData($nearestenemy, 'ID') <> 0 Then
			Fight($z, $s)
			Move($x, $y, $random)
		EndIf
		$lMe = GetAgentByID(-2)
		$coordsX =DllStructGetData($lMe, "X")
		$coordsY = DllStructGetData($lMe, "Y")
;~ 		If $oldCoordsX = $coordsX AND $oldCoordsY = $coordsY Then
;~ 			$iBlocked += 1
;~ 			Move($coordsX, $coordsY, 500)
;~ 			RndSlp(350)
;~ 			Move($x, $y, $random)
;~ 		EndIf
	Until ComputeDistanceEx($coordsX, $coordsY, $x, $y) < 250 OR $iBlocked > 20
EndFunc


Func Fight($x, $s = "enemies")
	local $TimerToGetOut = TimerInit()
	Do
		$useSkill = -1
		$target = GetNearestEnemyToAgent(-2)
		$distance = GetDistance($target, -2)
		If DllStructGetData($target, 'ID') <> 0 AND $distance < $x Then
			ChangeTarget($target)
			RndSlp(150)
			CallTarget($target)
			RndSlp(150)
			Attack($target)
			RndSlp(150)
		ElseIf DllStructGetData($target, 'ID') = 0 OR $distance > $x Then
			exitloop
		EndIf

		For $i = 0 To $totalskills

			$targetHP = DllStructGetData(GetCurrentTarget(),'HP')
			if $targetHP = 0 then ExitLoop

			$distance = GetDistance($target, -2)
			if $distance > $x then ExitLoop

			$TargetAllegiance = DllStructGetData(GetCurrentTarget(),'Allegiance')
			if $TargetAllegiance = 0x1 OR $TargetAllegiance = 0x4 OR $TargetAllegiance = 0x5 OR $TargetAllegiance = 0x6 Then ExitLoop

			$TargetIsDead = DllStructGetData(GetCurrentTarget(), 'Effects')
			If $TargetIsDead = 0x0010 Then ExitLoop

			$TargetItem = DllStructGetData(GetCurrentTarget(),'Type')
			if $TargetItem = 0x400 then ExitLoop

			$energy = GetEnergy(-2)
			$recharge = DllStructGetData(GetSkillBar(), "Recharge" & $i+1)
			$adrenaline = DllStructGetData(GetSkillBar(), "Adrenaline" & $i+1)

			If $recharge = 0 And $energy >= $intSkillEnergy[$i] And $adrenaline >= ($intSkillAdrenaline[$i]*25 - 25) Then
				$useSkill = $i + 1
				$variabletosort = 0
				UseSkill($useSkill, $target)
				RndSlp($intSkillCastTime[$i]+500)
			EndIf
			$target = GetNearestEnemyToAgent(-2)
			Attack($target)
			RndSlp(150)
			if $i = $totalskills then $i = -1 ; change -1
		Next

		$TargetAllegiance = DllStructGetData(GetCurrentTarget(),'Allegiance')
		$TargetIsDead = DllStructGetData(GetCurrentTarget(), 'Effects')
		$targetHP = DllStructGetData(GetCurrentTarget(),'HP')
		$TargetItem = DllStructGetData(GetCurrentTarget(),'Type')
	Until DllStructGetData($target, 'ID') = 0 OR $distance > $x OR $TargetAllegiance = 0x1 OR $TargetAllegiance = 0x4 OR $TargetAllegiance = 0x5 OR $TargetAllegiance = 0x6 OR $TargetIsDead = 0x0010 OR $targetHP = 0 OR $TargetItem = 0x400 OR TimerDiff($TimerToGetOut) > 240000
EndFunc
06/01/2020 19:37 matx61971#524
Does Anyone happen to have a working vanguard Title farmer?
I have norn asura and Delmer just missing vanguard.
My half way working version crashes the client after 5 minutes everytime.

[Only registered and activated users can see links. Click Here To Register...]
06/01/2020 20:15 ooklaba#525
Quote:
Originally Posted by matx61971 View Post
Does Anyone happen to have a working vanguard Title farmer?
I have norn asura and Delmer just missing vanguard.
My half way working version crashes the client after 5 minutes everytime.

[Only registered and activated users can see links. Click Here To Register...]
the war supplies farmer is a good way to get your vanguard title
it's posted about 10-15 pages back in here, and it works perfectly

edit - you can find it [Only registered and activated users can see links. Click Here To Register...]

awards you 1.25k rep per run, should be able to complete runs in 6-10 min with proper gear. depending on profession (insignias and armor affect this a lot - i recommend brawler's insignias for most professions - for assassin nightstalker's, for warrior sentinel's). make sure to get vamp shortbow with brawn over brains and + 5 ar, place in slot 1. get keiran's bow from gwen with /dialog 0x0000008A, place in weapon slot 2.