Register for your free account! | Forgot your password?

You last visited: Today at 08:46

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

Advertisement



[2021] Guild Wars Working Bots

Discussion on [2021] Guild Wars Working Bots within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 08/20/2022, 14:00   #406
 
elite*gold: 0
Join Date: Oct 2018
Posts: 2
Received Thanks: 0
Hey guys

can you tell me why my client is crashing when i start the bot with autoIT? The .exe does work ..
elvencedor7 is offline  
Old 08/20/2022, 15:21   #407
 
elite*gold: 0
Join Date: Jun 2017
Posts: 5
Received Thanks: 1
Quote:
Originally Posted by elvencedor7 View Post
Hey guys

can you tell me why my client is crashing when i start the bot with autoIT? The .exe does work ..
We need some more informations like, which error message.
k3nnydark is offline  
Old 08/20/2022, 15:31   #408
 
elite*gold: 0
Join Date: Dec 2010
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by elvencedor7 View Post
Hey guys

can you tell me why my client is crashing when i start the bot with autoIT? The .exe does work ..
I assume you are using the wrong AutoIt Version. You need 3.3.14.5 then it should work
MasterChief1996 is offline  
Old 08/20/2022, 15:47   #409
 
elite*gold: 0
Join Date: Oct 2018
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by MasterChief1996 View Post
I assume you are using the wrong AutoIt Version. You need 3.3.14.5 then it should work
Great thanks! Btw does anyone have working JQ Bot with Build?
elvencedor7 is offline  
Old 08/20/2022, 16:48   #410
 
elite*gold: 0
Join Date: Apr 2008
Posts: 108
Received Thanks: 35
hello,

i want keep rare skin on my bot and not just perfect item so :

someone got a Is Rare skin fonction for me please ?? i have the itemchecker file

i try to write it but don't work.

Func IsRareSkin($aItem)

Local $aRareSkin = GetItemByModelID($aItem)
Local $ModelID = DllStructGetData($aItem, "ModelID")

Switch $aRareSkin
Case 341 ,342, 344, 3270 ; magma shield/summit shield
Return True
EndSwitch
Return False
EndFunc
kevkiller320 is offline  
Old 08/20/2022, 18:27   #411
 
elite*gold: 0
Join Date: Dec 2010
Posts: 51
Received Thanks: 25
Code:
Func CanSell($aItem)
	Local $Rarity = GetRarity($aItem)
	If $Rarity == $RARITY_GOLD Then ;only saves gold Items
		Switch DllStructGetData($aItem, 'ModelID')
			Case  341, 342, 344, 3270, 778, 869, 944, 945, 946, 947, 949, 950, 951, 959, 960, 1320	;Echovald Shield, Gothic Defender
				If GetItemReq($aItem) <= 11 Then Return False	;only saves Q11 or lower
				Return True
					
		EndSwitch
	EndIf
	Return False
EndFunc	;==>CanSell
This works for me using a chest bot I had that need to be integrated into your sell function

Quote:
Originally Posted by kevkiller320 View Post
hello,

i want keep rare skin on my bot and not just perfect item so :

someone got a Is Rare skin fonction for me please ?? i have the itemchecker file

i try to write it but don't work.

Func IsRareSkin($aItem)

Local $aRareSkin = GetItemByModelID($aItem)
Local $ModelID = DllStructGetData($aItem, "ModelID")

Switch $aRareSkin
Case 341 ,342, 344, 3270 ; magma shield/summit shield
Return True
EndSwitch
Return False
EndFunc
corey54321 is offline  
Thanks
1 User
Old 08/20/2022, 20:02   #412
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 305
Received Thanks: 163
Quote:
Originally Posted by corey54321 View Post
Code:
Func CanSell($aItem)
	Local $Rarity = GetRarity($aItem)
	If $Rarity == $RARITY_GOLD Then ;only saves gold Items
		Switch DllStructGetData($aItem, 'ModelID')
			Case  341, 342, 344, 3270, 778, 869, 944, 945, 946, 947, 949, 950, 951, 959, 960, 1320	;Echovald Shield, Gothic Defender
				If GetItemReq($aItem) <= 11 Then Return False	;only saves Q11 or lower
				Return True
					
		EndSwitch
	EndIf
	Return False
EndFunc	;==>CanSell
This works for me using a chest bot I had that need to be integrated into your sell function


Code:
Func IsRareSkin($aItem)
	Local $ModelID = DllStructGetData($aItem, "ModelID")

	Switch $ModelID
    Case 399
	   Return True ; Crystallines
    Case 344
	   Return True ; Magmas Shield
    Case 603
	   Return True ; Orrian Earth Staff
    Case 391
	   Return True ; Raven Staff
    Case 926
       Return True ; Cele Scepter All Attribs
    Case 942, 943
	   Return True ; Cele Shields (Str + Tact)
    Case 858, 776, 789
	   Return True ; Paper Fans (Divine, Soul, Energy)
    Case 905
	   Return True ; Divine Scroll (Canthan)
    Case 785
	   Return True ; Celestial Staff all attribs.
    Case 1022, 874, 875
	   Return True ; Jug - DF, SF, ES
    Case 952, 953
	   Return True ; Kappa Shields (Str + Tact)
    Case 736, 735, 778, 777, 871, 872, 741, 870, 873, 871, 872, 869, 744, 1101
	   Return True ; All rare skins from Cantha Mainland
    Case 945, 944, 940, 941, 950, 951, 1320, 1321, 789, 896, 875
	   Return True ; All rare skins from Dragon Moss
    Case 959, 960
	   Return True ; Plagueborn Shields
    Case 1026, 1027
	   Return True ; Plagueborn Focus (ES, DF)
    Case 341
	   Return True ; Stone Summit Shield
    Case 342
	   Return True ; Summit Warlord Shield
    Case 1985
	   Return True ; Eaglecrest Axe
    Case 2048
	   Return True ; Wingcrest Maul
    Case 2071
	   Return True ; Voltaic Spear
    Case 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973
	   Return True ; Froggy Scepters
;~     Case 1197, 1556, 1569, 1439, 1563, 1557
	Case 1197, 1556, 1569, 1439, 1563
	   Return True ; Elonian Swords (Colossal, Ornate, Tattooed, Dead, etc)
	Case 1589, 1469
		Return True ; Sea Purse Shield, Diamond Aegis
    Case 21439
	   Return True ; Polar Bear
    Case 1896
	   Return True ; Draconic Aegis - Str
    Case 36674
	   Return True ; Envoy Staff (Divine?)
    Case 1976
	   Return True ; Emerald Blade
    Case 1978
	   Return True ; Draconic Scythe
    Case 32823
	   Return True ; Dhuums Soul Reaper
    Case 208
	   Return True ; Ascalon War Hammer
    Case 1315
	   Return True ; Gloom Shield (Str)
    Case 1039
	   Return True ; Zodiac Shield (Str)
    Case 1037
	   Return True ; Exalted Aegis (Str)
    Case 1320
	   Return True ; Guardian Of The Hunt (Str)
    Case 956, 958
	   Return True ; Outcast Shield (Str) / (Tac)
    Case 336
	   Return True ; Shadow Shield (OS - Str)
;~     Case 120
;~ 	   Return True ; Sephis Axe (OS)
    Case 114
	   Return True ; Dwarven Axe (OS)
    Case 794
	   Return True ; Oni Blade
    Case 118
	   Return True ; Serpent Axe (OS)
    Case 795
	   Return True ; Golden Phoenix Blade (OS)
    Case 1052
	   Return True ; Darkwing Defender (Str)
    Case 2236
	   Return True ; Enamaled Shield (Tact)
	EndSwitch
	Return False
 EndFunc
Some additional skins
Restia Ashdoll is offline  
Thanks
1 User
Old 08/20/2022, 22:24   #413
 
elite*gold: 0
Join Date: Apr 2008
Posts: 108
Received Thanks: 35
corey, your function work perfectly thank's to you

Restia, thank's very much

This 2 combo-information is insane
kevkiller320 is offline  
Old 08/21/2022, 20:08   #414
 
elite*gold: 0
Join Date: Apr 2016
Posts: 122
Received Thanks: 9
hey anyone has a working follow bot ? looking for one but it seems there's none in this thread
random/ is offline  
Old 08/23/2022, 15:38   #415
 
elite*gold: 0
Join Date: Mar 2015
Posts: 4
Received Thanks: 1
Since a few days I have the problem that when using ANY of my bots my GW client crashes during/at the end of initializing. Some bots use different GWA2-Files so I doubt that this is the problem. I downloaded the newest autoit-version to be sure that's not the problem.
Couple days ago everything was running flawless... but obviously something changed.

Could this be a windows-issue or something?
Any suggestions were to look at?
scssuck is offline  
Old 08/23/2022, 15:49   #416
 
elite*gold: 0
Join Date: Jan 2019
Posts: 53
Received Thanks: 23
Quote:
Originally Posted by scssuck View Post
Since a few days I have the problem that when using ANY of my bots my GW client crashes during/at the end of initializing. Some bots use different GWA2-Files so I doubt that this is the problem. I downloaded the newest autoit-version to be sure that's not the problem.
Couple days ago everything was running flawless... but obviously something changed.

Could this be a windows-issue or something?
Any suggestions were to look at?
The newest version of autoit is the problem tho, it doesnt support negative hex numbers for some reason.

Use v3.3.14.5
FriendlyFarmer is offline  
Old 08/23/2022, 16:05   #417
 
elite*gold: 0
Join Date: Mar 2015
Posts: 4
Received Thanks: 1
gonna give that a try later but I kind of doubt that's the problem since I didn't upgrade to the newest version before I had the issues. And I was using 3.3.14.5 before

/Update: Found the issue. I had a crooked Function in GWA2 that was supposed to reorganize items if my storage was full & didn't realize it was full until now. Removed the function from all scripts and everything runs smoothe again. /facepalm
scssuck is offline  
Thanks
1 User
Old 08/25/2022, 11:44   #418
 
elite*gold: 0
Join Date: Oct 2020
Posts: 12
Received Thanks: 4
does anyone have a working disable render function?
hellokok is offline  
Old 08/28/2022, 03:52   #419
 
elite*gold: 0
Join Date: Jan 2020
Posts: 41
Received Thanks: 4
anyone have pre bot that does survivor?
OriginsEXE is offline  
Old 08/29/2022, 12:44   #420
 
elite*gold: 0
Join Date: Jun 2020
Posts: 54
Received Thanks: 3
So, i wanted to "create" my first working script.

i managed the char to travel to the desired outpost, and even to leave it.

but instead of attacking the foes, he keeps porting back to the outpost.

may somebody could explain what i'm doing wrong? (i took it from another working script, which i used before and changed the outpost,area, the area & outpost code and the map "GPS"-Data)

AndaraX42 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 +2. The time now is 08:46.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.