[2022/2023] Guild Wars working bots

01/02/2023 13:15 jokai93#31
here working dragon Moss,

But he's not perfect,
For be better just need to add,

Take good loot like Shield, sword, everything who give Iron
and salvage it

if someone know how to imput this,
Need this in every script, salvage Iron is not an option ^^
01/05/2023 10:26 joeko#32
does anybody have a working salvage vaettire bot? or am i overlooking that option in the one in the post?
01/05/2023 17:10 sam791#33
here is a prefarmer that works. attached
01/06/2023 02:44 monky657#34
Hey peeps any working chest bot? Thank you
01/10/2023 16:37 joeko#35
Quote:
Originally Posted by monky657 View Post
Hey peeps any working chest bot? Thank you
looking for one aswell or help fixing the existing ones...

its seems like the problem for me is that the bots i looked into used

"OpenChest()" and then crashed.

In all GWA2 and header files is found

Quote:
Func OpenChest()
Return SendPacket(0x8, $HEADER_CHEST_OPEN, 2)
EndFunc ;==>OpenChest
and

Quote:
Global Const $HEADER_CHEST_OPEN = 0x51
i tried to find the correct dialog number with toolbox and found 0x2 and 0xC
but both of them crash too (tried 0x2, 0x02, 0xC and 0x0C)

does anyone know whats the problem? i would really appreciate the help to learn how all this stuff works
01/10/2023 19:31 Neprine#36
The Gemstone One crash for me, some more got this problem?, join ath the site, but after get the quest just crash
01/11/2023 09:13 AndaraX42#37
Quote:
Originally Posted by Neprine View Post
The Gemstone One crash for me, some more got this problem?, join ath the site, but after get the quest just crash
Same for me.
01/11/2023 23:46 LandonCarter7#38
The pre searing one doesnt work when I open it
01/12/2023 09:42 blessedbydhuum#39
Quote:
Originally Posted by LandonCarter7 View Post
The pre searing one doesnt work when I open it
Agreed, mine did the same thing
01/12/2023 17:04 sasch1994#40
Hello, i'm new here. Which programm i actually need to run the raptor bot?
01/12/2023 18:29 forest1612#41
Quote:
Originally Posted by sam791 View Post
here is a prefarmer that works. attached
Hey it appears the bot isnt working for me.

Error line 6928:

$DyeCount = GetDyeCount($Dye_Blue)
$DyeCount = GetDyeCount(^ ERROR

Error : Variable used without being declared

Can someone help ?
01/12/2023 22:53 LamaChoco#42
Quote:
Originally Posted by forest1612 View Post
Hey it appears the bot isnt working for me.

Error line 6928:

$DyeCount = GetDyeCount($Dye_Blue)
$DyeCount = GetDyeCount(^ ERROR

Error : Variable used without being declared

Can someone help ?
The error can't be more explicit
01/12/2023 23:52 forest1612#43
Quote:
Originally Posted by LamaChoco View Post
The error can't be more explicit

Yeah and i don't know how to fix it, there is 7000+ lines so maybe you have something a bit more usefull to say to give a hand ?
01/13/2023 04:37 Aellwenn#44
Quote:
Originally Posted by forest1612 View Post
Yeah and i don't know how to fix it, there is 7000+ lines so maybe you have something a bit more usefull to say to give a hand ?
I do not have your version, so I will not do extensive checking, but I think it is supposed to be $DYE_Blue in that line. Capital DYE.

You have to create variables before you use them.
Basically what that error is saying is that the variable $Dye_Blue has not been found. Two reasons for this;

They forgot to include it. (Less likely)
They spelled the variable wrong. (More likely)

Also there is a search function, and you can use F3 to go to next instance of the variable.
01/13/2023 09:42 AndaraX42#45
i'm looking for a script specialized for a monk.

I've seen the hotsprings script - but maybe something else?