GW working bots 2024

11/24/2024 01:19 MrObvious83#151
0.0 Quest purposes? You edited this script, for Befriending the Kurzicks???
11/24/2024 01:27 Hajsu#152
Quote:
Originally Posted by MrObvious83 View Post
0.0 Quest purposes? You edited this script, for Befriending the Kurzicks???
exactly. for fresh accs where I have no HM and faction cap is 10k.
11/24/2024 02:34 MrObvious83#153
@[Only registered and activated users can see links. Click Here To Register...], I always just stop the bot from donating when it comes to new accts or chars, if thats works. sure.
11/24/2024 19:28 Gwfarming24#154
heres an old uw plaines bot i updated headers but it crashes maybe some one can fix it
11/24/2024 20:05 Gwfarming24#155
i updated headers looks like its working
11/24/2024 20:24 sky51100#156
H guy's, i need your help for a problem :line 308 of margo mask.au3 > error "until" statement no matching "do" statement.

It's a test bot also not finished ^^'

Thx for your help
11/24/2024 22:46 t7tcrusher#157
Quote:
Originally Posted by sky51100 View Post
H guy's, i need your help for a problem :line 308 of margo mask.au3 > error "until" statement no matching "do" statement.

It's a test bot also not finished ^^'

Thx for your help
Some EndIf's were missing from line 290 and 294 and one too many on 300 and 336

Every IF and THEN should have an ENDIF unless it's a oneline condition.
For example :

1 line condition
Code:
If $variable = "hello world" Then Out("Hello World")
multiple line conditions
Code:
If $variable = "hello world" Then 
Out("Hello World")
Out("So you can actually put more commands in this If Then condition")
EndIf
Attached edited file for comparison
11/25/2024 03:29 ThreeSixteenSCSA#158
Quote:
Originally Posted by t7tcrusher View Post
Here's a celestial farm for ranger, updated and tested
cheers, how do you add pie + cider to the pick up list, any idea?

*edit* also the celestial bot for sin on main page opens chests at the end, do i just need to copy/past the chest stuff into this script for it to work?

thanks
11/25/2024 11:23 t7tcrusher#159
Quote:
Originally Posted by ThreeSixteenSCSA View Post
cheers, how do you add pie + cider to the pick up list, any idea?

*edit* also the celestial bot for sin on main page opens chests at the end, do i just need to copy/past the chest stuff into this script for it to work?

thanks
You can use toolbox -> info to get the modelID's of pie and cider.
You can then look in the celestial script for the CANPICKUP function and add those modelID's.

Here's an edited version of Celestial farm with ranger that picks up all event items.

Yes, you can copy paste the sin cheststuff into the ranger version, if you take the right code and dependancies and insert it at the correct place, it should work.
11/25/2024 17:54 MrObvious83#160
Updated and working.
11/25/2024 21:47 sky51100#161
Hello, I have a problem when I launch any bot, instead of having the name of my character, I have "Software\ArenaNet\Guild Wars". anyone have a solution?
11/25/2024 21:50 Soulstorm_365#162
Its the new Update
11/25/2024 21:59 MrObvious83#163
@[Only registered and activated users can see links. Click Here To Register...] Its the new Visual studio 2022 program compiler code that has changed the way your char reads on the like, the header will need to be fixed to work.
11/25/2024 23:19 Backxtar#164
Update broke all again :)
Atm its seems that its more than just the headers...
11/25/2024 23:32 Gwfarming24#165
Quote:
Originally Posted by Backxtar View Post
Update broke all again :)
Atm its seems that its more than just the headers...
ive been testing other bots myself some will work with update headers and some wont