GW Working Bots 2019!

05/15/2019 21:27 NiliyaFlamme#721
Quote:
Originally Posted by Emixaa View Post
The Fiber bot dont sell shit when he is full, is it normal?
i think not maybe the same func is broken i will look and fix
05/15/2019 21:28 Emixaa#722
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 !
05/15/2019 22:06 afmart#723
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

[Only registered and activated users can see links. Click Here To Register...]
05/15/2019 22:17 Emixaa#724
I just take the GWA2 from the file ?
05/15/2019 22:43 NiliyaFlamme#725
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 shit when he is full, is it normal?

cant fix it atm cause to many funcs in gwa2 are broke so he dont sell
05/15/2019 22:48 afmart#726
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
05/15/2019 23:01 NiliyaFlamme#727
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
05/15/2019 23:03 Emixaa#728
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
05/15/2019 23:06 NiliyaFlamme#729
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
05/15/2019 23:07 Emixaa#730
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?
05/15/2019 23:11 NiliyaFlamme#731
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
05/15/2019 23:11 afmart#732
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
05/15/2019 23:24 NiliyaFlamme#733
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 = ?
05/15/2019 23:46 oneshout#734
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 ;)
05/15/2019 23:50 NiliyaFlamme#735
Quote:
Originally Posted by oneshout View Post
Isle of Solitude = 61 ;)


ty pls change dragon moss to not working