This is just a slightly modified version of the Monk combat routine in trinity, and it is a direct replacement, so just copy it to the Plugins/Trinity/Combat/Abilities folder instead your DB install.
My current build is:
WotHF - Fists of Fury
Cyclone Strike - Soothing Breeze
Exploding Palm - The Flesh is Weak
Dashing Strike - Quicksilver
Serenity - Unwelcome Disturbance
Mantra of Healing - Boon of Inspiration
My monk was not surviving very well with the stock routine, so I made some modifications to suit my needs which are:
I'm new to DB, and this is the first time I've ever actually used c#, and the API for DB/Trinity is a bit overwhelming to me, so I'm sure this is not optimized. This build allows me to survive Torment 3 versus barely surviving Torment 1 sometimes beforehand, so I figured I'd share it for all my fellow monks.
My current build is:
WotHF - Fists of Fury
Cyclone Strike - Soothing Breeze
Exploding Palm - The Flesh is Weak
Dashing Strike - Quicksilver
Serenity - Unwelcome Disturbance
Mantra of Healing - Boon of Inspiration
My monk was not surviving very well with the stock routine, so I made some modifications to suit my needs which are:
- Use Dashing Strike for it's rightful purpose, which is not OOC combat or simply to move around, but rather as the ultimate escape when surrounded by AOE's/mobs. This is based on the same SafeZone logic that DH's Vault uses.
- Use the Active Mantra of Healing as a protective shield when needed.
- Have the abilities respect the actual spirit reserve requested in the configuration (Under Tempest Rush > Min Spirit). The combat routine was hardcoded to 80, and didn't even really respect that very well, so I made Exploding Palm & Cyclone Strike make sure they will not dip below the requested reserve. Only the Mantra of Healing buff is allowed to dip into this reserve.
I'm new to DB, and this is the first time I've ever actually used c#, and the API for DB/Trinity is a bit overwhelming to me, so I'm sure this is not optimized. This build allows me to survive Torment 3 versus barely surviving Torment 1 sometimes beforehand, so I figured I'd share it for all my fellow monks.