What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Monk's Tips !!!

jason050992

New Member
Joined
Apr 25, 2014
Messages
3
Reaction score
0
Hi!!! Im currently botting on my monk with profile Ghom...botting at T2 but it seems to be slow , any tips on how to get on T3 or 4 ? and any good build for Ghom profile?
Thanks..:cool:
 
yep monk bottlenecks at t4+.. the primary stat DEX isnt up to par with other class. in the meantime, you can get blackthorne for reduce damage from elite and the other crafted leg for +/- on elite and get soj. also use templar for healing.
-use bells for 4 second stun
-epiphany with sand rune for damage reduce 50%
 
also if you want your bot to use epiphany just on elite edit monk.cs on trinity/combat/abilities/

somewhere from line 42
Code:
            if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Monk_Epiphany, CombatBase.CanCastFlags.NoTimer) &&
                (TargetUtil.EliteOrTrashInRange(15f)) && 
                (Player.PrimaryResourcePct < 0.50 || ((hasDesertShroud || hasSoothingMist) && Player.CurrentHealthPct < 0.50))
 
Back
Top