Register for your free account! | Forgot your password?

You last visited: Today at 15:05

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

Advertisement



GW Working Bots 2019!

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

Reply
 
Old 05/22/2019, 13:36   #826
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
Hello, i wanna know something guys, is it possible to update this ? Its a patcher for all bots

Emixaa is offline  
Old 05/22/2019, 13:49   #827

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Emixaa View Post
Hello, i wanna know something guys, is it possible to update this ? Its a patcher for all bots

hope it works fine for u has been updated as far as I could
Attached Files
File Type: rar GwBotApiPatcher-master.rar (14.6 KB, 50 views)
NiliyaFlamme is offline  
Thanks
1 User
Old 05/22/2019, 15:16   #828

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by oneshout View Post
Celestial Weapons Farm (Mantids farm bot) original bot by

- GUI + Characterselection + Render Disabeling added by
- Pause Button doesn't work for the moment
- Headers and GWA2 updated (tested with +50 runs and working fine)



************************************************** *************************

2019 Boreal Chest v1.4a original bot by

- Open chest function now working after Update May, 1
- Headers and GWA2 updated (tested with +50 runs and working fine)


************************************************** *************************

Stygian Farmer (DoA) Me/R (work with R/Me)

- Headers and GWA2 updated
- Tested only on 13 runs / 0 fail / lot of golds items, normal tomes and 8 stygian gemstones
- Each run take 4.30 - 5.00 min

Boreal Chest: now i got the same problem he looks at the chest, but then he does not move for a very long time and stuck
NiliyaFlamme is offline  
Old 05/22/2019, 16:40   #829
 
elite*gold: 0
Join Date: Sep 2013
Posts: 36
Received Thanks: 0
Quote:
Originally Posted by oneshout View Post
why you don't read ???

Happened to me on v1.4a. it's rare, but it does happen.

All I did was move the character a bit and the bot continued working on its own, but this bot doesn't seem to be 100% AFK-able right now.
gimmehax is offline  
Old 05/22/2019, 16:41   #830
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by NiliyaFlamme View Post
Boreal Chest: now i got the same problem he looks at the chest, but then he does not move for a very long time and stuck
Dunno what happen, + 200 chests open since yesterday without problems.. I put in *Not Working* and delete the attachment; I Will look in when i'll have time for that.
oneshout is offline  
Old 05/22/2019, 16:45   #831

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
i dont know whats happen xD
NiliyaFlamme is offline  
Old 05/22/2019, 16:48   #832
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
Sup', was curious about the vaettirs bot, i tested it and there is two problems, it doesnt sell at guild hall and he picks up white and purple items
Emixaa is offline  
Old 05/22/2019, 17:11   #833
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by Emixaa View Post
Sup', was curious about the vaettirs bot, i tested it and there is two problems, it doesnt sell at guild hall and he picks up white and purple items
Check all the thread, :

- 2019 Vaettir Basic
- Vaettir+sell+ident version

For the second, edit and look at this lines; change by False or True for Items you want to pickup or not

Code:
; Checks if should pick up the given item. Returns True or False
Func CustomCanPickUp($aItem)
	Local $lModelID = DllStructGetData(($aItem), 'ModelId')
	Local $aExtraID = DllStructGetData($aItem, 'ExtraId')
	Local $lRarity = GetRarity($aItem)
	Local $Requirement = GetItemReq($aItem)
	If ($lModelID == 2511) Then
		If (GetGoldCharacter() < 99000) Then
			Return True	; gold coins (only pick if character has less than 99k in inventory)
		Else
			Return False
		EndIf
	ElseIf ($lModelID == $ITEM_ID_Mesmer_Tome)Then
		Return $PickUpTomes	; Mesmer Tomes
	ElseIf ($lModelID == $ITEM_ID_Dyes) Then	; if dye
		If (($aExtraID == $ITEM_ExtraID_BlackDye) Or ($aExtraID == $ITEM_ExtraID_WhiteDye)) Then ; only pick white and black ones
			Return True
		EndIf
	ElseIf ($lRarity == $RARITY_Gold) Then ; gold items
		Return True
	ElseIf ($lRarity == $RARITY_Purple) And $PickUpAll Then ; purple items
		Return True
	ElseIf ($lRarity == $RARITY_Blue) And $PickUpAll Then ; purple items
		Return True
	ElseIf($lModelID == $ITEM_ID_Lockpicks) Then
		Return True ; Lockpicks
	ElseIf($lModelID == $ITEM_ID_Glacial_Stones) Then
		Return True ; glacial stones
	ElseIf CheckArrayPscon($lModelID) Then ; ==== Pcons ==== or all event items
		Return True
	ElseIf CheckArrayMapPieces($lModelID) Then ; ==== Map Pieces ====
		Return $PickUpMapPieces
	ElseIf ($lRarity == $RARITY_White) And $PickUpAll Then ; White items
		Return True
	Else
		Return False
	EndIf
EndFunc   ;==>CustomCanPickUp
Cheers
oneshout is offline  
Old 05/22/2019, 17:31   #834
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
I tested both bots, so idk dude, the first one only pick up "cupcakes" and the second dont sell at gh
Emixaa is offline  
Old 05/22/2019, 18:54   #835

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Emixaa View Post
I tested both bots, so idk dude, the first one only pick up "cupcakes" and the second dont sell at gh
please look carefully what you have to do at the vaettir bot with sell funtion
NiliyaFlamme is offline  
Old 05/22/2019, 19:36   #836
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
How can i fix the sell function for so ?
Sorry i suck a lot for edit the bot ^^'
Emixaa is offline  
Old 05/22/2019, 19:40   #837

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Emixaa View Post
How can i fix the sell function for so ?
Sorry i suck a lot for edit the bot ^^'
Quote:
Attention please read info for vaettir bot !!!
everything is right there what to do is read it through

NiliyaFlamme is offline  
Thanks
1 User
Old 05/22/2019, 19:48   #838

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
chestrun Boreal guys try this Boreal chester
Attached Files
File Type: rar BORE CHEST.rar (41.9 KB, 129 views)
NiliyaFlamme is offline  
Thanks
6 Users
Old 05/22/2019, 20:49   #839
 
Coaxx123's Avatar
 
elite*gold: 0
Join Date: Mar 2019
Posts: 133
Received Thanks: 42
Quote:
Originally Posted by NiliyaFlamme View Post
chestrun Boreal guys try this Boreal chester
What you change on it out of interest?
Coaxx123 is offline  
Old 05/22/2019, 21:44   #840

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Coaxx123 View Post
What you change on it out of interest?
its just a bit older version of the bot
NiliyaFlamme is offline  
Reply


Similar Threads Similar Threads
Last Chaos GuardianS - New 2019 Server (Opening 12 January 2019)
01/27/2019 - Last Chaos Private Server - 180 Replies
https://www.youtube.com/watch?v=kCfwdUoPHu0 Website Coming Soon Server Information Start level :1 Max level:165 Experience:x2 Skill Points:x3
[Selling] Microsoft Office Professional Plus 2019 / Microsoft Office Home and Business 2019
12/05/2018 - Trading - 0 Replies
Topic Zahlung nur per PayPal. Angebote einfach unter dem Thread.



All times are GMT +2. The time now is 15:05.


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.