GW Working Bots 2019!

07/22/2019 10:43 Marcoskrome#1216
Quote:
Originally Posted by oneshout View Post
Search function work like a charm... for your requet try [Only registered and activated users can see links. Click Here To Register...] or update a old pogmei chest run bot by yourself like [Only registered and activated users can see links. Click Here To Register...]
Cheers ;)

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

Are they peoples who have try [Only registered and activated users can see links. Click Here To Register...] and can say me how it's working or how to do ??
a bit confuse about this one :confused: Tks in advance
Thanks! :)
07/22/2019 23:28 Tamina22300#1217
Hey guys,

I pass here to know if by chance someone would have a bot to do the norn, asuras, deldrimor title? Up to date or not.

Got my Dalada vainquish up to date, but not the rest :/

Have a good day,

Selene ~

PS : If by chance you've got an Iron farmer bot or something like that, i'm interesting too, I repost this VaettirSalvage bot not up to date, just need to include in it a fuction that solve the salvage problem, but don't know how to do that ♥

Thanks in advance !
07/23/2019 20:01 oneshout#1218
Don't forget the next event : [Only registered and activated users can see links. Click Here To Register...]

Quote:
The festivities will begin on July 24, at 12:00 p.m. Pacific (UTC -7) and end at 12:00 p.m. on July 31.
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]
07/24/2019 05:57 fivel_976#1219
Quote:
Originally Posted by maril15 View Post
Fixed the Kilroy bot (beaware that I didn't tested merch functions, it may be still buggy. Give me some feedbacks).

Changelog V1.5 (July the 18th 2019) by DeeperBlue :
- Fixed GW_OmniAPI :
- GWA2 (thanks to RiflemanX).
- GWA2 Headers.
many thanks running like a champ

Quote:
Originally Posted by oneshout View Post
Don't forget the next event : [Only registered and activated users can see links. Click Here To Register...]



[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]
is there a working polar bot?
07/24/2019 07:25 neymarkus#1220
You can only farm the Polar while Christmasdays.
07/24/2019 19:27 jokai93#1221
is it possible to add, in Dragon Moss BOT one fonction ?
like this :

The bot take all axe, sword, blade, dagger, Shield with only 1 bonus and salvage it for get Iron ?
Coz he get the fonction for the Bow

I think we just need to add more item but dont know where :s
07/24/2019 19:35 n0futur3#1222
Quote:
Originally Posted by jokai93 View Post
is it possible to add, in Dragon Moss BOT one fonction ?
like this :

The bot take all axe, sword, blade, dagger, Shield with only 1 bonus and salvage it for get Iron ?
Coz he get the fonction for the Bow

I think we just need to add more item but dont know where :s
I'm already working on it ;) i'll release when it's tested and working
07/25/2019 02:01 n0futur3#1223
Hi everyone,

i had a look at the Dragon Moss bot by NiliyaFlamme and added some stuff.

What's new?
  • Replaced the character name input with a dropdown menu for easier character selection.
  • Added a checkbox to use the merch at GH for selling, because you can't access the Kurzick merch if your guild is Luxon.
  • Bot now picks up some white weapons and salvages them to iron.

Except for the features listed above, all credits for this bot belong to NiliyaFlamme, great work!

Happy farming!
07/25/2019 02:09 Tamina22300#1224
Hey,

Got a problem with the Vaettir Basic bot up to date in the list. The bot kill the vaettir correctly but don't take the loot on the floor... I don't know why.

Thanks in advance
Selene ~
07/25/2019 02:50 RiflemanX#1225
Quote:
Originally Posted by Tamina22300 View Post
Hey,

Got a problem with the Vaettir Basic bot up to date in the list. The bot kill the vaettir correctly but don't take the loot on the floor... I don't know why.

Thanks in advance
Selene ~
Hello Selene. The Vaettir Basic is set-up to only pickup the event items. During certain holiday events this is more profitable then filling up with golds and zoning back to town for merch. Also, it keeps you safer by staying outside for much longer times.

If you would like, I will add a "Pickup Golds" function for you and everyone else.


Also, as a reminder to all, please be safe. There are multiple bots-reporting-bots that have been seen in the common farm areas.


Bots reporting bots Dwayna vs. Grenth via Reddit:
[Only registered and activated users can see links. Click Here To Register...]
07/25/2019 04:55 oneshout#1226
Quote:
Originally Posted by Tamina22300 View Post
Hey,

Got a problem with the Vaettir Basic bot up to date in the list. The bot kill the vaettir correctly but don't take the loot on the floor... I don't know why.

Thanks in advance
Selene ~
Edit "2019 Vaettir Basic.au3" script and look for :
Quote:
; Checks if should pick up the given item. Returns True or False
Func CanPickUp($aItem)
Local $lModelID = DllStructGetData(($aItem), 'ModelID')
Local $lRarity = GetRarity($aItem)
If $lModelID == 2511 And GetGoldCharacter() < 99000 Then Return True ; gold coins (only pick if character has less than 99k in inventory)
;If $lModelID > 21785 And $lModelID < 21806 Then Return True ; Elite/Normal Tomes
If $lModelID == $ITEM_ID_DYES Then ; if dye
Switch DllStructGetData($aItem, "ExtraID")
Case $ITEM_EXTRAID_BLACKDYE, $ITEM_EXTRAID_WHITEDYE ; only pick white and black ones
Return False
Case Else
Return False
EndSwitch
EndIf
If $lRarity == $RARITY_GOLD Then Return True; gold items
If $lModelID == $ITEM_ID_LOCKPICKS Then Return True ; Lockpicks
If $lModelID == $ITEM_ID_GLACIAL_STONES Then Return False ; glacial stones
; ==== Pcons ====
If $lModelID == $ITEM_ID_TOTS Then Return True
If $lModelID == $ITEM_ID_GOLDEN_EGGS Then Return True
If $lModelID == $ITEM_ID_BUNNIES Then Return True
If $lModelID == $ITEM_ID_GROG Then Return True
If $lModelID == $ITEM_ID_CLOVER Then Return True
If $lModelID == $ITEM_ID_PIE Then Return True
If $lModelID == $ITEM_ID_CIDER Then Return True
If $lModelID == $ITEM_ID_POPPERS Then Return True
If $lModelID == $ITEM_ID_ROCKETS Then Return True
If $lModelID == $ITEM_ID_CUPCAKES Then Return True
If $lModelID == $ITEM_ID_SPARKLER Then Return True
If $lModelID == $ITEM_ID_HONEYCOMB Then Return True
If $lModelID == $ITEM_ID_VICTORY_TOKEN Then Return True
If $lModelID == $ITEM_ID_LUNAR_TOKEN Then Return True
If $lModelID == $ITEM_ID_HUNTERS_ALE Then Return True
If $lModelID == $ITEM_ID_LUNAR_TOKENS Then Return True
If $lModelID == $ITEM_ID_KRYTAN_BRANDY Then Return True
If $lModelID == $ITEM_ID_BLUE_DRINK Then Return True
If $lModelID == $ITEM_ID_GHOST_IN_A_BOX Then Return True
If $lModelID == $ITEM_ID_SHAMROCK_ALE Then Return True

; If you want to pick up more stuff add it here
Return False
EndFunc ;==>CanPickUp
Change by False or True items you want to pickup or not (you can add lines of items you want if missing)

PS : In other way, You can use [Only registered and activated users can see links. Click Here To Register...] by NiliyaFlamme that pick up all event's items (what i'm using right now)

Quote:
Global $Array_pscon[39]=[910, 5585, 6366, 6375, 22190, 24593, 28435, 30855, 31145, 35124, 36682, 6376, 21809, 21810, 21813, 36683, 21492, 21812, 22269, 22644, 22752, 28436,15837, 21490, 30648, 31020, 6370, 21488, 21489, 22191, 26784, 28433, 5656, 18345, 21491, 37765, 21833, 28433, 28434]
Quote:
; 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_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 False
ElseIf ($lRarity == $RARITY_Purple) And $PickUpAll Then ; purple items
Return False
ElseIf ($lRarity == $RARITY_Blue) And $PickUpAll Then ; purple items
Return False
ElseIf($lModelID == $ITEM_ID_Lockpicks) Then
Return True ; Lockpicks
ElseIf($lModelID == $ITEM_ID_Glacial_Stones) Then
Return False ; 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 False
Else
Return False
EndIf
EndFunc ;==>CustomCanPickUp
07/25/2019 06:22 burningghost#1227
Quote:
Global Const $ITEM_ID_Eggnog = 6375
Global Const $ITEM_ID_Snowman_Summoner = 6376
Global Const $ITEM_ID_Fruitcake = 21492
Global Const $ITEM_ID_CC_Shard = 556
Global Const $ITEM_ID_Frosty_Tonic = 30648
Global Const $ITEM_ID_Mischievious_Tonic = 31020
Item codes for 2019 Vaettir bot if anyone is missing them

(shards not available this event)
07/25/2019 07:18 adoreadork#1228
Which vaettir basic bot should i be using to only pick up event items? I got the one from the post but it actually ignores all event items and just picks up gold items. Thanks.
07/25/2019 07:20 oneshout#1229
Quote:
Originally Posted by adoreadork View Post
Which vaettir basic bot should i be using to only pick up event items? I got the one from the post but it actually ignores all event items and just picks up gold items. Thanks.
;)
Quote:
Originally Posted by oneshout View Post
PS : In other way, You can use [Only registered and activated users can see links. Click Here To Register...] by NiliyaFlamme that pick up all event's items (what i'm using right now)
07/25/2019 14:06 kEsarkEs#1230
Quote:
Originally Posted by oneshout View Post
you will find TOC bot [Only registered and activated users can see links. Click Here To Register...] ;)
In fact, I've tried to run it and doesn't work...
I've also tried to upgrade headers and GW crashes constantly no matter what i try.

Does anyone know why?

Thanks!