GW1 Bots working in July 2017

04/22/2018 22:01 cue990#1456
Quote:
Originally Posted by strecky View Post
Vaettire Bot CUPCAKES Counter
hey which start i have fehler code when i start strecky
04/22/2018 22:39 DerMoench14#1457
Versuchs mal auf deutsch xD
04/22/2018 23:26 cue990#1458
Quote:
Originally Posted by DerMoench14 View Post
Versuchs mal auf deutsch xD
Hähäääää wie ich jetzt lachen muss ja war vorhin bisl Stress ha und so ja weiß nicht ich finde kein gängigen Vaettir bot fürn Assa 😔 Cheers
04/23/2018 14:41 denyflbg0504#1459
Quote:
Originally Posted by cue990 View Post
hey which start i have fehler code when i start strecky

du musst line 1 editieren bei dem bot, bzw. entfernen, dann funktioniert es.

Mfg.
04/23/2018 17:09 LeeHarvey112263#1460
Raptor bot not picking up iced teas, party beacons, delicious cake

when I add them to the code it gives me a declared error I'm new to how these work. These are the ID numbers I pulled off this site

Global Const $ITEM_ID_Battle_Isle_Iced_Tea = 36682
Global Const $ITEM_ID_Party_Beacon = 36683
Global Const $ITEM_ID_Delicious_Cake = 36681

I tried to add these to the pcons and to the StackableReturnTrue($lModelID) function. But like I said it gives me a declared error.

If someone could point me in the right direction?
04/23/2018 18:18 zoidberg1337#1461
You have to add them first as a constant at the start of the script like:
Global Const $ITEM_ID_Battle_Isle_Iced_Tea = 36682

and also in the stackableretun like:
If $lModelID == $ITEM_ID_Battle_Isle_Iced_Tea Then Return True
04/23/2018 18:51 LeeHarvey112263#1462
Quote:
Originally Posted by zoidberg1337 View Post
You have to add them first as a constant at the start of the script like:
Global Const $ITEM_ID_Battle_Isle_Iced_Tea = 36682

and also in the stackableretun like:
If $lModelID == $ITEM_ID_Battle_Isle_Iced_Tea Then Return True
I got it. I guess capitalization is important

If anyone needs it this will pickup cakes,iced teas, and party beacons
04/23/2018 20:40 Lyssa12#1463
any vaettir bot which only picks up the event items you chose it to and nothing else?
04/23/2018 21:07 Jamamon#1464
Quote:
Originally Posted by Lyssa12 View Post
any vaettir bot which only picks up the event items you chose it to and nothing else?
Just find the location in the script where it's picking things up, and delete or comment out the other drops.
04/24/2018 00:06 Destructopuppy#1465
Hey guys, I've been farming using an updated version of the Kilroys bot and it's working fine, but it collects everything including worthless dyes.

The extra merch food is great but I can't seem to get the script to just sell the trash dyes to the merchant for 1g/ea. I've found the relevant bit of the script and played around with it a bit but I can't seem to get it to work.

Any pointers in the right direction would be appreciated.


Func CanSell($q, $m)
If $m = 0 OR $q > 1 Then
Return False
ElseIf $m = 146 OR $m = 22751 Then ;Dyes/Lockpicks
Return False
ElseIf $m = 2991 OR $m = 2992 Or $m = 2989 Or $m = 5899 Then ;ID/Salvage
Return False
ElseIf $m = $ALE OR $m = $AGED_ALE Then ;Dwarven Ale/Aged Dwarven Ale
Return False
ElseIf $m = 5594 OR $m = 5595 OR $m = 5611 OR $m = 5853 OR $m = 5975 OR $m = 5976 OR $m = 21233 Then
Return False
Else
Return True
EndIf
EndFunc
04/24/2018 00:52 goofyninja#1466
Quote:
Originally Posted by Destructopuppy View Post
Hey guys, I've been farming using an updated version of the Kilroys bot and it's working fine, but it collects everything including worthless dyes.

The extra merch food is great but I can't seem to get the script to just sell the trash dyes to the merchant for 1g/ea. I've found the relevant bit of the script and played around with it a bit but I can't seem to get it to work.

Any pointers in the right direction would be appreciated.


Func CanSell($q, $m)
If $m = 0 OR $q > 1 Then
Return False
ElseIf $m = 146 OR $m = 22751 Then ;Dyes/Lockpicks
Return False
ElseIf $m = 2991 OR $m = 2992 Or $m = 2989 Or $m = 5899 Then ;ID/Salvage
Return False
ElseIf $m = $ALE OR $m = $AGED_ALE Then ;Dwarven Ale/Aged Dwarven Ale
Return False
ElseIf $m = 5594 OR $m = 5595 OR $m = 5611 OR $m = 5853 OR $m = 5975 OR $m = 5976 OR $m = 21233 Then
Return False
Else
Return True
EndIf
EndFunc
If you want it to sell all dyes remove "$m = 146 OR"
04/24/2018 00:55 Destructopuppy#1467
Quote:
Originally Posted by goofyninja View Post
If you want it to sell all dyes remove "$m = 146 OR"
Yeah y'see here's the thing, that's what I thought, I tried that and it doesn't sell them! Am I going insane?
04/24/2018 00:58 DerMoench14#1468
Got more than 1 Dye of same Color? Because
Code:
If $m = 0 OR $q > 1 Then
Return False
04/24/2018 01:10 Jamamon#1469
Was there some sort of ban or suspension of botting accounts today?
04/24/2018 08:00 phenamenon#1470
Quote:
Originally Posted by Jamamon View Post
Was there some sort of ban or suspension of botting accounts today?
Nope, bots worked fine after a minute of the update.

the update was for fixing some lag issue, ping for me is better than before atm.