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

best monk build discussion.

why sweeping wind cyclone for 45% with random 20%s, instead of blade storm for a constant 60% ?
because i have alot of crit chance and the cyclones spam my screen when i hit an elite pack i have 20+ cyclones just spaming damage!
 
that uses multiple active skills, mine is only using one of the active skills, so its not working correctly
 
correct the bot has to USE more then one main attack for the 8% to take effect not just have them on your bar. which right now it doesnt use both
 
you could potentially add a check where

if you know how its
If (blah blah)
{
castspell
}

you could do
if (bla bla && comboCount = 1)
{
castFistofthunder
comboCount = 2;
}

then
if (bla bla && comboCount = 2)
{
castSecondSpiritGenerator
comboCount = 3;
}

then

if (bla bla && comboCount = 3)
{
castLastSpiritGenerator
comboCount = 1;
}

then just make sure to assign private int comboCount = 1;

and somewhere in gilestrinity on the GameJoined thing make it set comboCount = 1; to make sure you're starting off on fistofthunder.

Not sure if that would work but if someonme wants to try implementing it
 
correct the bot has to USE more then one main attack for the 8% to take effect not just have them on your bar. which right now it doesnt use both

you will still get the 8% dmg incs from combination strike even if u only use FOT/TC...
 
you will still get the 8% dmg incs from combination strike even if u only use FOT/TC...
correct but right now the bot doesnt use more then 1 spirit generator

if you have 2 spirit generating skills on your bar and you use both of them you get 8%. But if you dont use both of them or only have 1 spirit generator on your bar you dont get the 8%
 
correct but right now the bot doesnt use more then 1 spirit generator

if you have 2 spirit generating skills on your bar and you use both of them you get 8%. But if you dont use both of them or only have 1 spirit generator on your bar you dont get the 8%

ah that's right! i never tested the bot with more than 2 spirit generator so didn't notice the issue with combi strike. :)
 
I run
BoH Blazing wrath
Blinding Flash Faith in the light
Serenity Ascension
MoC overawe
Fist of Thunder Thunderclap
Sweeping Winds Cyclone.

See Sweeping winds takes a snapshot of your damage when it activates. the way giles has it set up atm is that it uses BoH for damage boost Blinding Flash for damage boost then Sweeping winds so at the moment my Sweeping winds is activated my 65k dps monk is over 100k dps so it really makes sweeping winds do alot of damage.

im almost sure this is the only real way to go
unless you're doing something very specific
 
BoH Blazing wrath
Mystical Ally - Earth
Serenity Ascension
MoC overawe
Fist of Thunder Thunderclap
Sweeping Winds Cyclone

- spirit is used for overawe
- earth ally is life + protection + dps without extra spirit costs
 
BoH Blazing wrath
Mystical Ally - Earth
Serenity Ascension
MoC overawe
Fist of Thunder Thunderclap
Sweeping Winds Cyclone

- spirit is used for overawe
- earth ally is life + protection + dps without extra spirit costs

if you are gonna use sweeping winds cyclone you should use the blind+damage boost rune. its like 25% more damage for the duration of sweeping winds. If anything drop serenity for it. I was actually looking for another dps boosting skill to use in place of serenity because my bot hardly uses it anymore.
 
Back
Top