Register for your free account! | Forgot your password?

You last visited: Today at 09:36

  • 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/15/2019, 21:27   #721

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Emixaa View Post
The Fiber bot dont sell **** when he is full, is it normal?
i think not maybe the same func is broken i will look and fix
NiliyaFlamme is offline  
Old 05/15/2019, 21:28   #722
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
Quote:
Originally Posted by NiliyaFlamme View Post
i think not maybe the same func is broken i will look and fix
Ok thanks you dude !
Emixaa is offline  
Old 05/15/2019, 22:06   #723
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
this script will sell or store your gold drops, you need to update the gwa2 file first
Quote:
Originally Posted by NiliyaFlamme View Post
A little patience, please, I'm working on a version that sells and identifies
i test it befor i upload

Vattir with sell and ident version :
i have test it he ident and sell items



Attention please read
if you have the gwtoolbox then go to your guild hall and seek out the id your merchant has since there is a vein id in every guild hall

Look at the picture there I have an example (red circled)

change that in the vattir script line 1511 Local $ lMerch = GoNPC (63) <- your npc number

then he should also go to the merchant and can sell

since the function:
GetAgentByName () is broken you have to change it until the new function is there

I would be happy about a click on the THANKS button
-If u want Non puplic bot so look in my BM link is in my signature


afmart is offline  
Old 05/15/2019, 22:17   #724
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
I just take the GWA2 from the file ?
Emixaa is offline  
Old 05/15/2019, 22:43   #725

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by afmart View Post
this script will sell or store your gold drops, you need to update the gwa2 file first
bro i sayd the GetAgentByName() is broken and have to update but so far it has not been found out

if you do what is there sold the vaettir goldis

Quote:
Originally Posted by Emixaa View Post
The Fiber bot dont sell **** when he is full, is it normal?

cant fix it atm cause to many funcs in gwa2 are broke so he dont sell
NiliyaFlamme is offline  
Old 05/15/2019, 22:48   #726
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
i just tested that, and it goes to the storage, the merchants and sells stuff

this works for me, did you update all the headers?
Code:
;~ Description: Returns agent by name.
Func GetAgentByName($aName)
	Local $lName, $lAddress

	For $i = 1 To GetMaxAgents()
		$lAddress = $mStringLogBase + 256 * $i
		$lName = MemoryRead($lAddress, 'wchar [128]')
		$lName = StringRegExpReplace($lName, '[<]{1}([^>]+)[>]{1}', '')
		If StringInStr($lName, $aName) > 0 Then Return GetAgentByID($i)
	Next

	DisplayAll(True)
	Sleep(100)
	DisplayAll(False)
	DisplayAll(True)
	Sleep(100)
	DisplayAll(False)

	For $i = 1 To GetMaxAgents()
		$lAddress = $mStringLogBase + 256 * $i
		$lName = MemoryRead($lAddress, 'wchar [128]')
		$lName = StringRegExpReplace($lName, '[<]{1}([^>]+)[>]{1}', '')
		If StringInStr($lName, $aName) > 0 Then Return GetAgentByID($i)
	Next
EndFunc   ;==>GetAgentByName
Quote:
Originally Posted by NiliyaFlamme View Post
bro i sayd the GetAgentByName() is broken and have to update but so far it has not been found out

if you do what is there sold the vaettir goldis
afmart is offline  
Old 05/15/2019, 23:01   #727

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by afmart View Post
i just tested that, and it goes to the storage, the merchants and sells stuff

this works for me, did you update all the headers?
Code:
;~ Description: Returns agent by name.
Func GetAgentByName($aName)
	Local $lName, $lAddress

	For $i = 1 To GetMaxAgents()
		$lAddress = $mStringLogBase + 256 * $i
		$lName = MemoryRead($lAddress, 'wchar [128]')
		$lName = StringRegExpReplace($lName, '[<]{1}([^>]+)[>]{1}', '')
		If StringInStr($lName, $aName) > 0 Then Return GetAgentByID($i)
	Next

	DisplayAll(True)
	Sleep(100)
	DisplayAll(False)
	DisplayAll(True)
	Sleep(100)
	DisplayAll(False)

	For $i = 1 To GetMaxAgents()
		$lAddress = $mStringLogBase + 256 * $i
		$lName = MemoryRead($lAddress, 'wchar [128]')
		$lName = StringRegExpReplace($lName, '[<]{1}([^>]+)[>]{1}', '')
		If StringInStr($lName, $aName) > 0 Then Return GetAgentByID($i)
	Next
EndFunc   ;==>GetAgentByName
if i try it he cant find name i got the same code in gwa2
NiliyaFlamme is offline  
Old 05/15/2019, 23:03   #728
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
Quote:
Originally Posted by NiliyaFlamme View Post

cant fix it atm cause to many funcs in gwa2 are broke so he dont sell
so the bot is not working totally, he runs but cant sell atm i think so
Emixaa is offline  
Old 05/15/2019, 23:06   #729

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Emixaa View Post
so the bot is not working i think so
ye not working i remove it cause he dont sell
NiliyaFlamme is offline  
Old 05/15/2019, 23:07   #730
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
Quote:
Originally Posted by NiliyaFlamme View Post
ye not working i remove it cause he dont sell
last question, you will work on it or not?
Emixaa is offline  
Old 05/15/2019, 23:11   #731

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by Emixaa View Post
last question, you will work on it or not?
i try my best to fix it but I can not promise anything

i try to fix chest bot atm and i need new TargetNextItem() function
NiliyaFlamme is offline  
Old 05/15/2019, 23:11   #732
 
elite*gold: 0
Join Date: Jun 2009
Posts: 94
Received Thanks: 66
Quote:
Originally Posted by NiliyaFlamme View Post
if i try it he cant find name i got the same code in gwa2
maybe its a specific guild hall issue

im pretty sure that data you want is already available somewhere but ill help
map "Hunter's Isle" Merchant id = 48
map "Wizard's Isle" Merchant id = 48
afmart is offline  
Old 05/15/2019, 23:24   #733

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by afmart View Post
maybe its a specific guild hall issue

im pretty sure that data you want is already available somewhere but ill help
map "Hunter's Isle" Merchant id = 48
map "Wizard's Isle" Merchant id = 48

ty for help <3
Isle of Meditation = 53
Imperial Isle = 63
Warrior's Isle = 48
Wizard's Isle = 48
Hunter's Isle = 48
Isle of the Dead = 60
Isle of Weeping Stone = ?
Corrupted Isle = ?
Isle of Solitude = ?
Isle of Wurms = ?
Uncharted Isle = ?
Isle of Jade = ?
Nomad's Isle = ?
Burning Isle = ?
Druid's Isle = ?
Frozen Isle = ?
NiliyaFlamme is offline  
Old 05/15/2019, 23:46   #734
 
oneshout's Avatar
 
elite*gold: 0
Join Date: Dec 2017
Posts: 385
Received Thanks: 294
Quote:
Originally Posted by NiliyaFlamme View Post
ty for help <3
Isle of Meditation = 53
Imperial Isle = 63
Warrior's Isle = 48
Wizard's Isle = 48
Hunter's Isle = 48
Isle of the Dead = 60
Isle of Weeping Stone = ?
Corrupted Isle = ?
Isle of Solitude = ?
Isle of Wurms = ?
Uncharted Isle = ?
Isle of Jade = ?
Nomad's Isle = ?
Burning Isle = ?
Druid's Isle = ?
Frozen Isle = ?
Isle of Solitude = 61
oneshout is offline  
Thanks
1 User
Old 05/15/2019, 23:50   #735

 
NiliyaFlamme's Avatar
 
elite*gold: 0
Join Date: Nov 2017
Posts: 179
Received Thanks: 130
Quote:
Originally Posted by oneshout View Post
Isle of Solitude = 61


ty pls change dragon moss to not working
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 09:36.


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.