GW Working Bots 2020

12/24/2020 20:57 ARJ#1261
Quote:
Originally Posted by melodida View Post
Probably not, i didn't add the char name

It seems like the bot cant find my Gw client. Can I enter the name in the script since there is no way to chose a char then running the bot. Or is that to difficult to write script wise?

It just keep telling me that "Guild Wars is not running" when i hit "Start"

I have searched the forum but no luck. And looking at the other bots is not helping since they all have a "chose char" roll down thing xD

Everything is running in "admin mode"
12/25/2020 01:28 Santa Clauz#1262
Quote:
Originally Posted by melodida View Post
Work like a charm for me after changing the lines above
We have a winner :bandit:
12/25/2020 01:32 phat34#1263
yeah ^ ^ ^ add the line...

Code:
#RequireAdmin
at the top of the bot and it will work fine after that @[Only registered and activated users can see links. Click Here To Register...]

...or you can right click the file and run as admin, same difference...
12/25/2020 04:36 strecky#1264
added feature for multiple accounts Character drop down
12/25/2020 17:06 AndaraX42#1265
with the last luxon bot which was posted in here i had some issues at the end. When the everything was cleared, the game crashed.

Does anyone have another luxon pts farm bot? :/
12/25/2020 18:04 phat34#1266
Happy Holidays / Merry Christmas everyone!!!

Here is a gift for everyone!

Change ---
Code:
_('ScanSalvageFunction:')
        ;AddPattern('33C58945FC8B45088945F08B450C8945F48B45108945F88D45EC506A10C745EC7E')
        AddPattern('33C58945FC8B45088945F08B450C8945F48B45108945F88D45EC506A10C745EC76') ; dec 18th, 2020 fix -P34
12/25/2020 18:27 zer0.de#1267
I fix the Spam Tonic issue and add a use party items.

hF.
12/25/2020 18:52 Gamerz1337#1268
Func GoToTown()
RndTravel($MAP_ID_GUUNAR)
RndSleep(1000)
$OutpostRegion = GetRegion()
EndFunc

what do I have to change so that the bot accidentally travels around the Eu District

The american asia dis is to much laggy
12/25/2020 19:56 zer0.de#1269
use this function instead of the original and use your settings

Code:
Func RndTravel($aMapID)
	Local $UseDistricts = 11
	; 7=eu, 8=eu+int, 11=all(incl. asia)
	; Region/Language order: eu-en, eu-fr, eu-ge, eu-it, eu-sp, eu-po, eu-ru, int, asia-ko, asia-ch, asia-ja
	Local $ComboDistrict[11][2]=[[2, 0],[2, 2],[2, 3],[2, 4], [2, 5],[2, 9],[2, 10],[-2, 0],[1, 0], [3, 0], [4, 0]]
	;Local $Region[11] = [2, 2, 2, 2, 2, 2, 2, -2, 1, 3, 4]
	;Local $Language[11] = [0, 2, 3, 4, 5, 9, 10, 0, 0, 0, 0]
	Local $Random = Random(0, $UseDistricts - 1, 1)
	MoveMap($aMapID, $ComboDistrict[$Random][0], 0, $ComboDistrict[$Random][1])
	WaitMapLoading($aMapID, 22000) ;Reduced loading times from 30 seconds down to 22 seconds.
	Sleep(GetPing() + 1000)
EndFunc ;==>RndTravel
btw: how can i set a key push, i want add it in the snowball bot. Just hit "X" key to change the view :D
12/25/2020 20:30 ARJ#1270
Quote:
Originally Posted by strecky View Post
added feature for multiple accounts Character drop down
Thx m8 u fixed all my problems <3
12/25/2020 21:44 Restia Ashdoll#1271
Quote:
Originally Posted by zer0.de View Post
use this function instead of the original and use your settings

Code:
Func RndTravel($aMapID)
	Local $UseDistricts = 11
	; 7=eu, 8=eu+int, 11=all(incl. asia)
	; Region/Language order: eu-en, eu-fr, eu-ge, eu-it, eu-sp, eu-po, eu-ru, int, asia-ko, asia-ch, asia-ja
	Local $ComboDistrict[11][2]=[[2, 0],[2, 2],[2, 3],[2, 4], [2, 5],[2, 9],[2, 10],[-2, 0],[1, 0], [3, 0], [4, 0]]
	;Local $Region[11] = [2, 2, 2, 2, 2, 2, 2, -2, 1, 3, 4]
	;Local $Language[11] = [0, 2, 3, 4, 5, 9, 10, 0, 0, 0, 0]
	Local $Random = Random(0, $UseDistricts - 1, 1)
	MoveMap($aMapID, $ComboDistrict[$Random][0], 0, $ComboDistrict[$Random][1])
	WaitMapLoading($aMapID, 22000) ;Reduced loading times from 30 seconds down to 22 seconds.
	Sleep(GetPing() + 1000)
EndFunc ;==>RndTravel
btw: how can i set a key push, i want add it in the snowball bot. Just hit "X" key to change the view :D
Try around with
Code:
Func ReverseDirection()
	Return PerformAction(0xB1, 0x1E)
EndFunc
12/25/2020 22:41 Yoshikawa91#1272
About Snowball Dominance guys, capture and add a pet to your Necro hero. It increases the success rate by around 10-15% in my case.

My 2 cents. ;)
12/26/2020 00:00 zer0.de#1273
Quote:
Originally Posted by Restia Ashdoll View Post
Try around with
Code:
Func ReverseDirection()
	Return PerformAction(0xB1, 0x1E)
EndFunc
this works, thx

any one has the Title Spam Bot?
12/26/2020 04:18 strecky#1274
Quote:
Originally Posted by zer0.de View Post
this works, thx

any one has the Title Spam Bot?

yes
12/26/2020 10:13 Nevan#1275
Hey, does anyone have Boreal Chest Bot with disconnection bug fixed?
I've tried many ways to stop it (rndTravel instead of resign, more waiting times etc) but couldn't even find out the root cause of the disconnections.