[2022/2023] Guild Wars working bots

10/04/2023 08:23 tortuse#376
Quote:
Originally Posted by Scythe X View Post
[Only registered and activated users can see links. Click Here To Register...]

Step 7 outlines how to get coordinates, but i am not sure about getting coordinates based off the location of your cursor. If you are using GWtoolbox you can see your character's current coordinates in real time.
Thanks, I will try ;)
10/04/2023 18:39 mertvychuvak#377
Quote:
Originally Posted by sky51100 View Post

Derv Bot by The Sav3r ==> Fully working
Build : iboga > Ogajgop5qSmXqiENAAsXAAAAAAA
kebob > Ogek8Jp4Kzqk513m2Vz1AGC0MJ7F
salad > Ogajgop5qSmXqiENAAsXAAAAAAA
cof > OgCjkqqLrSihdftXYijhOXhX0kA (
I don't know if it's normal that the bot only takes care of making the 1st group)
build for iboga is doubled in this post. what is the skale farm build?
10/04/2023 23:55 Real Name Hidden#378
How does one install these bots?
10/05/2023 01:07 reaverseath1#379
you need to download and instal autoit-v3.3.14.5-setup this version exactly
10/05/2023 03:57 ک‎ㅌrㅁ#380
how to make that a bot stack Elite Tomes and normal from Bag to Inventory?
10/05/2023 10:13 sky51100#381
Quote:
Originally Posted by mertvychuvak View Post
build for iboga is doubled in this post. what is the skale farm build?
Hi the build to farm iboga is >>> Ogajgop5qSmXqiENAAsXAAAAAAA
for salad >>> OgCjkirMrOm3v93n9CAAAAAAAA

I updated the initial post
10/07/2023 02:54 Zeus1571#382
I'm just coming back to the game after quite some time off. I've got this old rit dust farm bot, but I'm unsure what's wrong with it. It seems like it doesn't inject properly, in that I can choose the character I want to use for the farm, and the GUI updates as if the bot has started, but the character doesn't move, and there are no error messages for me to work from.

I don't know much about coding/writing scripts, but I'm super willing to learn if someone wants to help me out.

Thanks in advance!
10/07/2023 08:59 TheChocoGuy#383
Hey everyone
Does anyone have an interruption bot for mesmer
10/09/2023 00:22 Olddadz#384
jade bot not working sets in initializeing
10/09/2023 14:52 Mrjambix#385
Quote:
Originally Posted by Zeus1571 View Post
I'm just coming back to the game after quite some time off. I've got this old rit dust farm bot, but I'm unsure what's wrong with it. It seems like it doesn't inject properly, in that I can choose the character I want to use for the farm, and the GUI updates as if the bot has started, but the character doesn't move, and there are no error messages for me to work from.

I don't know much about coding/writing scripts, but I'm super willing to learn if someone wants to help me out.

Thanks in advance!
Try this and let me know! I couldn't test it myself since i don't have a character that can do this farm.

*Edit* Removed Attachment, just Check Post Below
10/10/2023 03:16 Xebor#386
Quote:
Originally Posted by Mrjambix View Post
Try this and let me know! I couldn't test it myself since i don't have a character that can do this farm.
Has an error, Pingsleep. Bot stops as soon as zoned in.

Here's a working tested version (Dust Farm-2023). I added load skill bar too.
10/10/2023 08:10 Chuga#387
can someone help me fix this salvage bot.

error is line 142

duplicate function, but I only see it once.
10/10/2023 12:22 Razerb#388
Quote:
Originally Posted by Chuga View Post
can someone help me fix this salvage bot.

error is line 142

duplicate function, but I only see it once.
you can just put a (-) in front of the line or delete it, and it should work
10/10/2023 13:03 tellmarch#389
Hi, i have a little question about the vaettir bot on the first page.

Does this part work ?
vaettir-v0.3.au3 -> 1265

Code:
Func CanSell($aItem)

	Local $LMODELID = DllStructGetData($aItem, "ModelID")

	Local $LRarity = GetRarity($aItem)
	; Local $Requirement = GetItemReq($aItem)

    Local $IsCaster = IsPerfectCaster($aItem)
    Local $IsStaff  = IsPerfectStaff($aItem)
    Local $IsShield = IsPerfectShield($aItem)
    Local $IsRune   = IsRareRune($aItem)
    Local $Type     = DllStructGetData($aItem, "Type")


    Local $NiceMod  = IsNiceMod($aItem)

    If $lModelID == $Item_ID_Glacial_Stones Then Return False

    Switch $IsRune
    Case True
        Return False
    EndSwitch
10/10/2023 14:50 Chuga#390
Quote:
Originally Posted by Razerb View Post
you can just put a (-) in front of the line or delete it, and it should work
tried to ; the lines but in doing so it make the bot run and do nothing.