GW Working Bots 2020

05/07/2020 04:11 sadosan#331
Hey guys.

I was wondering if someone had an updated/working bot to salvage things like glacial stones?

much appreciated,

sado
05/07/2020 08:52 wearebor#332
Quote:
Originally Posted by zolf02 View Post
Hello !

This bot works just fine, i'd just like to know if its possible to auto-identify the looted items ?

I see your made an identify fonction, and another Global $MerchOpened = False, but i'm not sure what to modify to identify everything.



Thanks !
Once it fills up the inventory it starts identifying and then merching the items
05/07/2020 11:19 zolf02#333
Quote:
Originally Posted by wearebor View Post
Once it fills up the inventory it starts identifying and then merching the items
Ok ! I had'n undestood that and was identifying them myself ! thanks a lot !
05/07/2020 12:06 arno223#334
Hi

I've been working with gwa2 and gwca++ api for a while now with success.

Now there is one thing i'm still struggling with and that's the automated trading between 2 players.
I can send the correct packages for doing a request, offer and accept.
But even thought both clients are sending the correct packages, 1 client is staying in the "View/Decline" prompt and causes an error. If i manually click the "View" button the trade goes fine.

Any idea how I can fix this is or work around?
05/07/2020 12:28 n0futur3#335
Quote:
Originally Posted by sadosan View Post
Hey guys.

I was wondering if someone had an updated/working bot to salvage things like glacial stones?

much appreciated,

sado
No, because the last update broke the salvage function and noone fixed it public so far
05/07/2020 12:36 zolf02#336
Hello again i got a question,

I have seen this code :
Quote:
Do
Resign()
rndslp(2700)
Until GetIsDead(-2) = 1
rndslp(3800)
ReturnToOutpost()
WaitForLoad()
And i have some connexion issues, i got disconnected every 20mn while using this bot. and it looks like the bot spams "/resign", is it possible that could be the reason i got dc ?

thanks !
05/07/2020 12:46 SoulWaldi#337
Hey guys have anybody a working killroy bot for the title? thanks!
05/07/2020 13:22 zolf02#338
Hi again, i got an additionnal question : is possible to use the mod selection bot with the chest bot ? how can i include it in ?

Thanks guys ! :)
05/07/2020 13:50 Skipyh#339
Hello everyody,

I'm look for bot to farm the title point of Eyes of the Noth.

Anybody have ?

I don't need for Asura and Norn, i have the max title for it^^

Thanks you!
05/07/2020 13:50 Restia Ashdoll#340
Quote:
Originally Posted by SoulWaldi View Post
Hey guys have anybody a working killroy bot for the title? thanks!
List of currently working Bots (let me know if i missed some or they not working)

Disclaimer I havn't checked any bot posted here for maleware - please make sure to check it yourself if you plan on using the bots (i consider the bots i linked here trustworthy - but that is only my opinion.

[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...]

[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...]

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

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


I am just tired of seeing questions to already working bots cause people are to lazy to acctually read the posts
05/07/2020 15:02 smiley232#341
Quote:
Originally Posted by zolf02 View Post
Hello again i got a question,

I have seen this code :
Code:
Do
Resign()
rndslp(2700)
Until GetIsDead(-2) = 1
rndslp(3800)
ReturnToOutpost()
WaitForLoad()
And i have some connexion issues, i got disconnected every 20mn while using this bot. and it looks like the bot spams "/resign", is it possible that could be the reason i got dc ?

thanks !
the bot resigns roughly every 2.7 seconds until it's dead. this normally should not cause disconnects, still i would recommend to use the /resign command before the do loop. resign -> do sleep until dead -> return to outpost -> if load did not finish return to outpost again
05/07/2020 17:28 zolf02#342
Is this better ?
Quote:
Do
Resign()
Sleep(5000)
Until GetIsDead(-2) = 1
rndslp(3800)
ReturnToOutpost()
WaitForLoad()
05/07/2020 17:48 pereramole#343
anyone got a working follow bot? don't really need anyting fancy..just cspace...
05/07/2020 21:41 snowflavored#344
ReFeather doesnt seem to be working for me, only thing it does is fail to find the zone while in seitung and then tries to sell and ident golds i dont have in my inventory which then crashes the game.
05/08/2020 04:23 Magyander#345
Quote:
Originally Posted by zolf02 View Post
Is this better ?
I think something like this would be better


Resign()
Do
Sleep(500)
Until GetIsDead(-2)
rndslp(3800)
ReturnToOutpost()
WaitForLoad()