Automates Guild Wars 2 optimal boon and golem configurations
Find a file
Azrub ccead0d29b Release v1.5.0.0
New features:

- Skip Confusion
- Add Immobilize
- Add Blind

Templates Improvements:

- Templates tab redesign with improved layout and organization
- Apply Boons and Spawn Golem buttons added to Templates tab for instant access to templates sequences
- Template name truncation for the "Current" template indicator to prevent UI stretching with long names

Other Improvements/changes:

- Training Area safety check - Apply buttons only function when inside Training Area
- Auto-stop sequences when game loses focus (Alt+Tab, Windows key, etc.)
- Cleaned up golem sequence by removing redundant coordinate that was causing vulnerability to be clicked twice
- Cleaner console output with reduced debug logging
2025-08-06 04:00:04 +02:00
GolemHelper Release v1.5.0.0 2025-08-06 04:00:04 +02:00
.gitignore Removed PCH remnants and standardized C++17 across all configurations 2025-08-03 03:16:27 +02:00
GolemHelper.sln Add files via upload 2025-06-30 23:43:46 +02:00
LICENSE Initial commit 2025-06-30 23:25:50 +02:00
README.md Update README.md 2025-07-21 18:22:15 +02:00

GolemHelper

A Guild Wars 2 addon for Nexus that automates optimal boon and golem configurations in the Special Forces Training Area.

Features

DPS Benchmarking:

  • hi dps
  • Quick DPS
  • Alac DPS

Healer Support:

  • Environment Damage with Mild/Moderate/Extreme settings
  • Specialized healer boon sequences (qHeal/aHeal modes)

Golem Customization:

  • Hitbox selection: Small/Medium/Large (Small is benchmark default)
  • Advanced condition modifiers: Skip Slow, Skip Burning, 5 Bleeding Stacks

Tips:

  • If the sequence is too fast and missing clicks, increase Custom Delays in the UI
  • You can move your mouse during the sequence, just don't hover over UIs or click

Installation

  1. Install Nexus Addon Loader
  2. Download GolemHelper.dll from the latest release
  3. Place the DLL in your Guild Wars 2/addons folder
  4. Start the game
  5. Configure keybinds in Nexus addon settings

Building from Source

Requirements

  • Visual Studio 2022
  • Windows SDK
  • C++17 or later

Steps

  1. Clone the repository
  2. Open the solution in Visual Studio
  3. Build the solution in Release mode
  4. The compiled DLL will be in x64/Release/GolemHelper.dll

License

This project is licensed under the MIT License - see the LICENSE file for details.