[2021] Guild Wars Working Bots

03/21/2022 01:16 Backxtar#256
Quote:
Originally Posted by Backxtar View Post
Jo guys im making a new commendation bot for Q18 of WoC. The old one is outdated so i decided to code a whole new one. With all features included. Here some screens:

Ps.: I will post that bot here if its finished.
Okay so here is an update. You can monitor your pcs ram and your running gw processes which are connected to the bot. I also added a tray icon, you u can minimize the bots window and enable / disable the rendering from there. For sure you can disable the rendering in the bots main window :)

Currently working:
- Main Features..
- Sell junk
- Variable looting (for events etc)
- Store perfekt items, event items and gold

Not working:
- Load hero builds (but the bot pings the builds into the party chat, dont worry)


THIS GONNA BE SICK!

Edit: Seems like running perfectly fine!
03/23/2022 22:10 Elbrin#257
Hey all,

I know this is not supposed to be a discussion thread but I was hoping I could ask a quick build question.

I am trying to use the Vaettir bot posted in this thread. The bot runs with no problem. My trouble is I can't stay alive.

I am running the skill build in the bot but I am running it as Me/A not A/Me. All pieces of my armor are AR 60. Does the extra 10 that the Assassin gets per piece make that much of a difference? I have tried using Blessed insignias; I have tried using Prodigy Insignias, but while the bot is running around trying to ball them up, I keep getting killed.

Other than getting killed all the time without killing a single Vaettir, the bot is running well. It leaves Longeye and gets to Jaga with no problem and takes the buff from the shrine guy, but I can't stay alive.

Thanks for the help.
03/24/2022 08:20 skulltheking#258
Do you have correct weapon and shield equipped?
You need something like Totem Axe (+5 energy and +20 ench) and Shield with +45 while ench, +10AR vs earth dmg. These are a must for vaettir farm.
03/24/2022 17:13 Elbrin#259
Quote:
Originally Posted by skulltheking View Post
Do you have correct weapon and shield equipped?
You need something like Totem Axe (+5 energy and +20 ench) and Shield with +45 while ench, +10AR vs earth dmg. These are a must for vaettir farm.

Thank you for the help.

I saw that the Totem Axe was a very rare drop so I went to a weaponsmith in The Desolation and was able to get a +5 energy spear that I can try to put an "of enchanting". Regarding a shield I think I got the wrong one. The shield says Health +45 while in a stance and -2 physical damage while in a staff.

I think I just read on the GW wiki that the inscription "Like a Rolling Stone" is +10 vs earth.

Even though I have owned this game for many years, I have not played it since 2016/2017 so I feel like a n00bie.

Thanks again.

Edit:

I guess I am learning costly lessons with fake money. I had to spend another 5k gold to get a shield where I could put custom mods. The shield I had could not change the mods. Also, just had a 15% enchanting mod drop but for a sword so I had to spend another 5k there to buy a +5 Energy Machete so I could use the mod. <sigh>
03/25/2022 17:29 LucArts#260
when using omnifarmer for LUXON points there is a problem of full inventory. The bot crashes when the inventory is full. it does not identify the gold and even less to sell them to the merchant.
Crash happens even if storage gold is checked.
The problem occurs with both the original version of the omnifarmer bot and the update version.
Is it possible to fix the problem and update the file? thank you
03/25/2022 20:43 Synchrona#261
Hello!

I'm trying to build a bot for a dungeon. SOO.
I've managed to take the bot to the dungeon from Vlox, and almost through half the first lvl 1.

But I can't manage to find a function that can pick up the dungeon key.
The AgentID changes everytime the key drops.
Can any1 help me with this? I need an example of what I could do.

Thanks.
03/26/2022 00:58 Yoshikawa91#262
Quote:
Originally Posted by Synchrona View Post
Hello!

I'm trying to build a bot for a dungeon. SOO.
I've managed to take the bot to the dungeon from Vlox, and almost through half the first lvl 1.

But I can't manage to find a function that can pick up the dungeon key.
The AgentID changes everytime the key drops.
Can any1 help me with this? I need an example of what I could do.

Thanks.
You nned to check for the ModelID not the AgentID.
03/26/2022 04:24 Elbrin#263
Quote:
Originally Posted by Synchrona View Post
Hello!

I'm trying to build a bot for a dungeon. SOO.
I've managed to take the bot to the dungeon from Vlox, and almost through half the first lvl 1.

But I can't manage to find a function that can pick up the dungeon key.
The AgentID changes everytime the key drops.
Can any1 help me with this? I need an example of what I could do.

Thanks.
When the key drops use GWToolbox to get the ModelID. Use that in your bot and not AgentID like Yoshi mentioned above.

Something along the lines If ModelID==xxxxx then blah blah
03/26/2022 20:46 GravityDefyingApple#264
Haven't ran any bots in few days and now i gw crashes as soon as i start any. Does anyone else have same issue?
03/26/2022 23:52 Synchrona#265
Quote:
Originally Posted by Elbrin View Post
When the key drops use GWToolbox to get the ModelID. Use that in your bot and not AgentID like Yoshi mentioned above.

Something along the lines If ModelID==xxxxx then blah blah

Thank you, this worked!

Now another problem occured...
When I use this to talk to the signpost to open the gate before last room in lvl 1 @ shards of orr, GW crashes.

The characther starts to run towards it, but when he's close, it crashes. Any1 have an idea why? Does a .dmp-file help?

Signpost AgentID = 50 (Always the same)

Global Const $BossLock = 50
GoToSignpost($BossLock)
Sleep(2000)

Quote:
Originally Posted by Synchrona View Post
Thank you, this worked!

Now another problem occured...
When I use this to talk to the signpost to open the gate before last room in lvl 1 @ shards of orr, GW crashes.

The characther starts to run towards it, but when he's close, it crashes. Any1 have an idea why? Does a .dmp-file help?

Signpost AgentID = 50 (Always the same)

Global Const $BossLock = 50
GoToSignpost($BossLock)
Sleep(2000)

Solved it by using this... not the cleanest, but it works. :D

Out("Targeting Lock")
ChangeTarget(50)
Out("GO TO Lock")
ActionInteract()
03/27/2022 04:58 sine123#266
Trying to use omni-updated but it keeps crashing gw even tho the script is running.

*--> Error Logs <--*
(2) Client pathing data out of sync with server. You may observe your character 'warping' during movement.

is what is displayed in the gw error message, any ideas on what to do?
03/27/2022 05:14 corey54321#267
Quote:
Originally Posted by Synchrona View Post
Thank you, this worked!

Now another problem occured...
When I use this to talk to the signpost to open the gate before last room in lvl 1 @ shards of orr, GW crashes.

The characther starts to run towards it, but when he's close, it crashes. Any1 have an idea why? Does a .dmp-file help?

Signpost AgentID = 50 (Always the same)

Global Const $BossLock = 50
GoToSignpost($BossLock)
Sleep(2000)




Solved it by using this... not the cleanest, but it works. :D

Out("Targeting Lock")
ChangeTarget(50)
Out("GO TO Lock")
ActionInteract()
check this header i know it changed a few months ago

Global Const $HEADER_SIGNPOST_RUN = 0x4F ;Runs to signpost
03/27/2022 12:12 Synchrona#268
Quote:
Originally Posted by corey54321 View Post
check this header i know it changed a few months ago

Global Const $HEADER_SIGNPOST_RUN = 0x4F ;Runs to signpost
It worked. MANY thanks.
Really appreciate the help.

Quote:
Originally Posted by corey54321 View Post
check this header i know it changed a few months ago

Global Const $HEADER_SIGNPOST_RUN = 0x4F ;Runs to signpost
Quote:
Originally Posted by Synchrona View Post
It worked. MANY thanks.
Really appreciate the help.
If I encounter a similar problem with another header.
Do you know how I can find the info new info like "0x4F" in Toolbox?
03/27/2022 18:20 monky657#269
lol im using up to date bots, it worked a week ago, now when i use the bot it just crashes my GW
03/27/2022 18:29 darkriftvs#270
same here im having the exact same problem