GW Working Bots 2020

10/28/2020 20:46 tunnelrat#1036
Quote:
Originally Posted by Restia Ashdoll View Post
No offense but wouldn't recommend download a bot by an user with 0 rep and a 3 day old acc --> rifleman has posted his own [Only registered and activated users can see links. Click Here To Register...] month ago enjoy people

Stay save
I managed to get this to run for a few days, but I'm having an issue and I can't seem to resolve it. I dug through the script and found nothing that's causing this. The bot will stop after a while. It's random as well... My characters will return to town with a full inventory to drop off items, but when he does, he doesn't return back to farming. He goes out, fills up inventory once, comes back to town, handles all the items appropriately, and will not run back out of Longeye's Ledge. I have to manually close and re-run the bot.

Right now I turned off the function for the bot to pick up all gold items and glacial stones, so he can just focus on the event items, black/white dyes, and lockpicks. Hopefully this will be a good temp fix for now.
10/28/2020 21:42 list comprehension#1037
Quote:
Originally Posted by Yoshikawa91 View Post
Man, I admire your tremendous patience. :handsdown:

70% of people posting here are just asking for free bot that are already there just few pages away and it gets me :mad:
Exact reason why this has always been a playground for account theft. People will not even read the post above theirs much less look at the open source scripts before running it.
10/29/2020 10:26 Restia Ashdoll#1038
Quote:
Originally Posted by tunnelrat View Post
I managed to get this to run for a few days, but I'm having an issue and I can't seem to resolve it. I dug through the script and found nothing that's causing this. The bot will stop after a while. It's random as well... My characters will return to town with a full inventory to drop off items, but when he does, he doesn't return back to farming. He goes out, fills up inventory once, comes back to town, handles all the items appropriately, and will not run back out of Longeye's Ledge. I have to manually close and re-run the bot.

Right now I turned off the function for the bot to pick up all gold items and glacial stones, so he can just focus on the event items, black/white dyes, and lockpicks. Hopefully this will be a good temp fix for now.
Code:
Func StoreItems()
	Out("Storing Items")
	Local $AITEM, $m, $Q, $lbag, $SLOT, $FULL, $NSLOT
	For $i = 1 To 3  ;<===============4 if using last bag=================
		$lbag = GetBag($i)
		For $j = 1 To DllStructGetData($lbag, 'Slots')
			$AITEM = GetItemBySlot($lbag, $j)
			If DllStructGetData($AITEM, "ID") = 0 Then ContinueLoop
			$m = DllStructGetData($AITEM, "ModelID")
			$Q = DllStructGetData($AITEM, "quantity")
			For $z = 0 To (UBound($Array_Store_ModelIDs) - 1)
				If (($m == $Array_Store_ModelIDs[$z]) And ($Q = 250)) Then
					Do
						For $BAG = 8 To 12
							$SLOT = FindEmptySlot($BAG)
							$SLOT = [MENTION=368499]Extended[/MENTION]
							If $SLOT <> 0 Then
								$FULL = False
								$NSLOT = $SLOT
								ExitLoop 2
							Else
								$FULL = True
							EndIf
							Sleep(400)
						Next
					Until $FULL = True
					If $FULL = False Then
						MoveItem($AITEM, $BAG, $NSLOT)
						Sleep(GetPing() + 500)
					EndIf
				EndIf
			Next
		Next
	Next
 EndFunc   ;==>StoreItems
Maybe wanna add something like this so if f.e. bot has less slots than 4 he goes to guild hall - stores the full stacks and returns to farm to prevent overflow. :)
10/30/2020 13:23 HippyHoppy#1039
Hey, is anyone having problems with the CoF dervish bot?

It zones into Doomlore, goes to the merchant and then deposits gold, however then it just does nothing. No crash, no error, nothing.

I have the quest that's required but not sure if i'm missing something else?

Anyone had this problem?
10/30/2020 13:32 Restia Ashdoll#1040
Quote:
Originally Posted by HippyHoppy View Post
Hey, is anyone having problems with the CoF dervish bot?

It zones into Doomlore, goes to the merchant and then deposits gold, however then it just does nothing. No crash, no error, nothing.

I have the quest that's required but not sure if i'm missing something else?

Anyone had this problem?
Bot works perfectly fine for me - which version are u using?

Is the GWA2 Updated?

Can you add a print - to see which action "stops" the bot ?
10/30/2020 15:34 HippyHoppy#1041
Hey,

I'm using [Only registered and activated users can see links. Click Here To Register...]
10/30/2020 16:10 Assasinns Cred#1042
Is there a public chest bot for Outcasts or Plagueborn?
Maybe for areas like Rheas, Undercity or pongmei?
10/30/2020 16:16 Restia Ashdoll#1043
Quote:
Originally Posted by Assasinns Cred View Post
Is there a public chest bot for Outcasts or Plagueborn?
Maybe for areas like Rheas, Undercity or pongmei?
Pongmei is public and needs to be updated rest is not public as far as i know but easily scriptable took me like ~10min to create plageborn and outcast since the runs are like ~1min long ea

you can find the pongmei one in the 2019 bot thread [Only registered and activated users can see links. Click Here To Register...]
10/30/2020 16:18 HippyHoppy#1044
Quote:
Originally Posted by Restia Ashdoll View Post
Bot works perfectly fine for me - which version are u using?

Is the GWA2 Updated?

Can you add a print - to see which action "stops" the bot ?
How/where do I add a print fuction to see where it stops?

I think the GWA2 is updated, at least from the post I took it from it says it was.
10/30/2020 16:29 Restia Ashdoll#1045
Quote:
Originally Posted by HippyHoppy View Post
How/where do I add a print fuction to see where it stops?

I think the GWA2 is updated, at least from the post I took it from it says it was.
Maybe try this one - with an OUT() func at the right place or a logfile :)
10/30/2020 22:55 HippyHoppy#1046
Hmm it gets stuck when it wants to switch mode to normal mode, because I don't have hardmode unlocked. Even if I remove Switchmode(), it still gets stuck.
10/31/2020 11:56 Restia Ashdoll#1047
Quote:
Originally Posted by HippyHoppy View Post
Hmm it gets stuck when it wants to switch mode to normal mode, because I don't have hardmode unlocked. Even if I remove Switchmode(), it still gets stuck.
you can't just Switchmode() set it to 0 to stay on nm or remove the complete line
11/01/2020 15:51 Gamerz1337#1048
out("Add Heros")
Sleep(500)
AddHero(8) ; Akolyth Sousuke
AddHero(26) ; vekk
AddHero(10) ;Zhed
AddHero(3) ; Thalkora
AddHero(7) ; Dunkoro
AddHero(1) ;Norgu
AddHero(24) ; Gwen

why i can change gwen for Razza ?
11/01/2020 18:10 ForgottenRelic#1049
Please send script that your wanting to switch out heroes and i will show you how to do it.

it's a simple fix.
11/01/2020 19:17 Restia Ashdoll#1050
Quote:
Originally Posted by Gamerz1337 View Post
out("Add Heros")
Sleep(500)
AddHero(8) ; Akolyth Sousuke
AddHero(26) ; vekk
AddHero(10) ;Zhed
AddHero(3) ; Thalkora
AddHero(7) ; Dunkoro
AddHero(1) ;Norgu
AddHero(24) ; Gwen

why i can change gwen for Razza ?
change the 24 to 15 and you got razah