GW Working Bots 2020

07/08/2021 02:50 LAAAAAAAAAAME#2011
Quote:
Originally Posted by Nobody1993 View Post
Maybe anybody here who could tell me how to get the ID for "GetItemByModelID"?

For example in my script "GetItemByModelID(5975)" is a "Rampagers Insight", so how do I check if that ID didnt change yet? Maybe theres already a tutorial on that? But didnt find any.

Thank you!
If you download GWToolbox, you can use the "Info" dropdown menu and choose "Hovered Item" as long as you have the item in inventory. You can see what that looks like below.

[Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by KratosLegacy View Post
So, I'm taking a look at this file currently, as the one posted in this forum post as "JQ 2021" is literally just a rickroll, and I'm getting an error when running the script on line 872 of GWBible.au3 where it says a variable is used without being declared.

However, opening with SciTE I was hoping to locate the specific variable, but it gets hung up on every other variable that's called out, however they are declared in another previous file, the GWAddOns.au3 so it just kind of goes in circles, ugh.
You can try adding #include "GWAddOns.au3" to the top of the GWBible file. I wouldn't hold out too much hope of fixing that bot though, the last time those files were updated according to the RAR was 2017. They are likely broken beyond what you or anyone still active here can fix. PvP bots are also at the top of the list for bans and I for one just avoid them completely.
07/08/2021 16:08 Nobody1993#2012
Quote:
Originally Posted by LAAAAAAAAAAME View Post
If you download GWToolbox, you can use the "Info" dropdown menu and choose "Hovered Item" as long as you have the item in inventory. You can see what that looks like below.

[Only registered and activated users can see links. Click Here To Register...]

The ID didnt seem to change, to I guess the inventory check is kinda messed up over the patches... Gonna look for some tutorials to get a better look into that entire script and inject. Maybe theres some way.
07/10/2021 20:32 Dupljakus#2013
Someone got Ministerial Commendation bot? Or at least good working one that needs update,il gladly post updated version. And yes, i searched for old posts, and found some, but they are not worth of updating, to buggy. Need sin one.
07/14/2021 10:12 YueNiu#2014
I'm working on salvaging unidentified gold items and i've hit a snag. Does anyone know how do i send "Yes" to that pop up window or how to stop it from showing up?

Thanks in advance.
07/14/2021 11:27 Restia Ashdoll#2015
Quote:
Originally Posted by YueNiu View Post
I'm working on salvaging unidentified gold items and i've hit a snag. Does anyone know how do i send "Yes" to that pop up window or how to stop it from showing up?

Thanks in advance.
you can just salavage without paying to much attention to that no need to press yes bot just can salvage through that
07/14/2021 11:36 YueNiu#2016
Quote:
Originally Posted by Restia Ashdoll View Post
you can just salavage without paying to much attention to that no need to press yes bot just can salvage through that
I tried that, as i do not care about the mods, but i get disconnected as bot tries to salvage next time while the window is still up.
07/14/2021 11:58 Restia Ashdoll#2017
Quote:
Originally Posted by YueNiu View Post
I tried that, as i do not care about the mods, but i get disconnected as bot tries to salvage next time while the window is still up.
might wanna post your salavge-its generally no issue i leave the fields unchecked
07/15/2021 08:18 YueNiu#2018
Quote:
Originally Posted by Restia Ashdoll View Post
might wanna post your salavge-its generally no issue i leave the fields unchecked


Code:
Func StartSalvage($aItem, $aSalvageKitID)
	Local $lOffset[4] = [0, 0x18, 0x2C, 0x690]
	Local $lSalvageSessionID = MemoryReadPtr($mBasePointer, $lOffset)

	If IsDllStruct($aItem) = 0 Then
		Local $lItemID = $aItem
	Else
		Local $lItemID = DllStructGetData($aItem, 'ID')
	EndIf

	DllStructSetData($mSalvage, 2, $lItemID)
	DllStructSetData($mSalvage, 3, $aSalvageKitID)
	DllStructSetData($mSalvage, 4, $lSalvageSessionID[1])

	Enqueue($mSalvagePtr, 16)
EndFunc
I saw there is salvagematerials function as well but when i run that, gw crashes.

Code:
Func SalvageMaterials()
	Return SendPacket(0x4, 0x74)
EndFunc
07/16/2021 01:04 Nobody1993#2019
Quote:
Originally Posted by YueNiu View Post
Code:
Func StartSalvage($aItem, $aSalvageKitID)
	Local $lOffset[4] = [0, 0x18, 0x2C, 0x690]
	Local $lSalvageSessionID = MemoryReadPtr($mBasePointer, $lOffset)

	If IsDllStruct($aItem) = 0 Then
		Local $lItemID = $aItem
	Else
		Local $lItemID = DllStructGetData($aItem, 'ID')
	EndIf

	DllStructSetData($mSalvage, 2, $lItemID)
	DllStructSetData($mSalvage, 3, $aSalvageKitID)
	DllStructSetData($mSalvage, 4, $lSalvageSessionID[1])

	Enqueue($mSalvagePtr, 16)
EndFunc
I saw there is salvagematerials function as well but when i run that, gw crashes.

Code:
Func SalvageMaterials()
	Return SendPacket(0x4, 0x74)
EndFunc
Try
Code:
Func SalvageMaterials()
	Return SendPacket(0x4, 0x78)
EndFunc
instead of your SalvageMaterials().
07/16/2021 20:26 lemoutondu10#2020
hello guys so i found this old uw bot in bo thread . I was too lazy to update it all so i just updated the first room. It farm atxes and squele of irst room. Enjoy
if i find how to post a file on the forum
07/17/2021 04:46 LAAAAAAAAAAME#2021
Quote:
Originally Posted by lemoutondu10 View Post
hello guys so i found this old uw bot in bo thread . I was too lazy to update it all so i just updated the first room. It farm atxes and squele of irst room. Enjoy
if i find how to post a file on the forum
Here's something a little more thorough. I only tested one run and it was successful so there may be some broken elements somewhere that I didn't come across.
07/17/2021 08:03 Dragonel#2022
Working Pongmei Valley chest runner (salvage/selling might not work but all other functions do).
07/19/2021 09:33 alex197230#2023
Hello. does anyone have a worker cof bot?
07/25/2021 20:21 lemoutondu10#2024
Does the salvage function crash the game or is it just me using it wrong?
07/25/2021 20:35 natsilent#2025
Your function is probably not updated, there is actually no public version of GWA2 with working salvage.