|
You last visited: Today at 12:42
Advertisement
GW working bots 2024
Discussion on GW working bots 2024 within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.
07/13/2024, 22:37
|
#46
|
elite*gold: 0
Join Date: Jun 2022
Posts: 41
Received Thanks: 71
|
Quote:
Originally Posted by dawnxo
does anyone have or know of a bot that automatically detects certain mods then salvage and stores them? would be interested to see how exactly its implemented
|
Look at the function GetModStruct(). Each Item has a Modstruct String and within this string unique substrings are present which represent an upgrade of the item. If you compare 2-3 items which have the same upgrade, you will see that one part of the whole ModStruct String is the same for every item. this is the string which represents the upgrade you are looking for.
|
|
|
07/16/2024, 19:03
|
#47
|
elite*gold: 0
Join Date: Jul 2012
Posts: 21
Received Thanks: 3
|
Hello, tell me has anyone tested the LSR vaettir recently? because I use it often and have never had a problem and now I just get disconnected.
|
|
|
07/23/2024, 21:36
|
#48
|
elite*gold: 0
Join Date: Jun 2012
Posts: 17
Received Thanks: 0
|
Hey,
anyone got the function to detect the dual vamp or the vamp OS (only -1) ? Because i got this function but i think it return always true when he detect the vamp mod alone
Because when the bot need to merchant he keep all vamp mono bonus same problem with zealous
Quote:
Func IsDualVamp($ModStruct)
Local $Vampiric3 = StringInStr($ModStruct, "00032825", 0 ,1)
Local $Vampiric5 = StringInStr($ModStruct, "00052825", 0 ,1)
Local $HealthRegen = StringInStr($ModStruct, "0100E820", 0 ,1) ; Health regeneration -1
If (($HealthRegen - $Vampiric3 - $Vampiric5) > 0) Then Return True
EndFunc
Func IsDualZealous($ModStruct)
Local $Zealous = StringInStr($ModStruct, "01001825", 0 ,1) ; Damage +15%
Local $EnergyRegen = StringInStr($ModStruct, "0100C820", 0 ,1) ; Energy regeneration -1
If (($EnergyRegen - $Zealous) > 0) Then Return True
EndFunc
|
|
|
|
07/24/2024, 17:06
|
#49
|
elite*gold: 0
Join Date: Jul 2016
Posts: 19
Received Thanks: 26
|
Quote:
Originally Posted by cyril392
Hey,
anyone got the function to detect the dual vamp or the vamp OS (only -1) ?
|
Code:
Func IsDualVamp($aModStruct)
; dual vamp base 14%/-1 & 15%/-1
If StringRegExp($aModStruct, '0[E-F]0038220100E820') Then Return True
Return False
EndFunc ;==>IsDualVamp
|
|
|
07/24/2024, 19:35
|
#50
|
elite*gold: 0
Join Date: Dec 2016
Posts: 127
Received Thanks: 72
|
$DV15 = StringInStr($ModStruct, "0F0038220100E820", 0, 1) ;DV15%
$DV14 = StringInStr($ModStruct, "0E0038220100E820", 0, 1) ;DV14%
$DZ15 = StringInStr($ModStruct, "0F0038220100C820", 0, 1) ;DZ15%
$DZ14 = StringInStr($ModStruct, "0E0038220100C820", 0, 1) ;DZ14%
|
|
|
07/25/2024, 10:32
|
#51
|
elite*gold: 0
Join Date: Jun 2012
Posts: 17
Received Thanks: 0
|
thanks guys !
|
|
|
07/27/2024, 22:17
|
#52
|
elite*gold: 0
Join Date: Dec 2023
Posts: 2
Received Thanks: 1
|
is there a bone farm bot existing?
|
|
|
07/28/2024, 06:55
|
#53
|
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
|
Quote:
Originally Posted by chief_
is there a bone farm bot existing?
|
I posted one in this thread on the page before this current page. Its 55 monk from bergen, farms bones and dust.
|
|
|
07/28/2024, 17:52
|
#54
|
elite*gold: 0
Join Date: May 2011
Posts: 9
Received Thanks: 0
|
Quote:
Originally Posted by chief_
is there a bone farm bot existing?
|
i would simply recommend the raptor bot.
Recycle the Saurian Bone and get 5-6 bones
|
|
|
07/28/2024, 23:19
|
#55
|
elite*gold: 0
Join Date: Jul 2024
Posts: 2
Received Thanks: 0
|
hello. I look for Build DoA Gemstones - Untested May 2024
for ranger / *** and heroes plz
|
|
|
07/30/2024, 17:58
|
#56
|
elite*gold: 0
Join Date: Jul 2024
Posts: 2
Received Thanks: 0
|
Quote:
Originally Posted by rereco
hello. I look for Build DoA Gemstones - Untested May 2024
for ranger / *** and heroes plz
|
PLZ ..................
|
|
|
07/31/2024, 15:27
|
#57
|
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
|
Quote:
Originally Posted by rereco
PLZ ..................
|
It autoloads all the builds.. for hero and your character, can also open the au3 and it's at the top... you're much better off at vaettir or WoC though.
|
|
|
08/02/2024, 18:53
|
#58
|
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
|
PSA, i have taken over the A chance Encounter hm bot by epvp, i made a post in the gwblack market thread if anyone is interested.
|
|
|
08/05/2024, 22:11
|
#59
|
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
|
Quote:
Originally Posted by AlienMan9696
PSA, i have taken over the A chance Encounter hm bot by epvp, i made a post in the gwblack market thread if anyone is interested.
|
Added Sin fighting function to the bot so now is usable with ranger, derv and sin.
|
|
|
08/14/2024, 18:13
|
#60
|
elite*gold: 0
Join Date: Apr 2024
Posts: 78
Received Thanks: 73
|
Gonna spend the coming w-e to update the main thread, haven't been very active on here.
|
|
|
All times are GMT +1. The time now is 12:42.
|
|