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

Monk wave of light

I'm surprised to hear that. I got a Tzo Krin recently but figured the bot wouldn't handle it properly.

Which fire build are you referring to?

I sent this to Epistane but I'll post it here, hope it helps.


Yes I play a fire monk right now while lightning is screwed. Use SWK shoulder, ammy,and gloves/Captain Crimson belt, pants/Crudest Boots, Tzo's Gaze, Torch, RoRG, and Unity or SoJ, also Reapers for bracers. Use Zei's, Trapped, and Powerful legendary gems

Skills: Dash that gives you the 40% runspeed after using the first rune...it's holy (right mouse)
Fire Bells (Left Mouse)
Sweeping Wind the spirit regen one (button 1)
Epiphany the spirit regen to 45% one (button 2)
Mantra of Conviction the one that gives runspeed after kill (button 3)
Mystic Ally Air Ally for spirit regen (button 4)
Passives: Beacon of Ytar, Seize the initiative, Momentum, and Fleetfooted

You basically dash around till you spot mobs start Sweeping wind, Hold shift + spam bells, dash or run very quickly to next pack. Try to keep SW at three stacks for mana regen. Pop Mystic ally when spirit is low. Use epiphany on cooldown or save for elite packs depending on CDR. You can fly around T6 like that blowing shit up and the bot does it well if you make the bells ranged. Search the monkcombat.cs for Wave of Light section and where it says 16f for cast distance replace that with wolRange. Now it'll cast up to 55f away.

You don't need to hit mantra but it can be a dps boost if mobs are close to you. You'll be a bit squishier than lightning build but since you hold stuff at bay it's no biggy. I did a Grift 36 like that. But as lightning I can do in the 40s easily.

Hope that helps, sorry I couldn't remember the names of the runes but you should find them easily enough from the description.
 
I sent this to Epistane but I'll post it here, hope it helps.


Yes I play a fire monk right now while lightning is screwed. Use SWK shoulder, ammy,and gloves/Captain Crimson belt, pants/Crudest Boots, Tzo's Gaze, Torch, RoRG, and Unity or SoJ, also Reapers for bracers. Use Zei's, Trapped, and Powerful legendary gems

Skills: Dash that gives you the 40% runspeed after using the first rune...it's holy (right mouse)
Fire Bells (Left Mouse)
Sweeping Wind the spirit regen one (button 1)
Epiphany the spirit regen to 45% one (button 2)
Mantra of Conviction the one that gives runspeed after kill (button 3)
Mystic Ally Air Ally for spirit regen (button 4)
Passives: Beacon of Ytar, Seize the initiative, Momentum, and Fleetfooted

You basically dash around till you spot mobs start Sweeping wind, Hold shift + spam bells, dash or run very quickly to next pack. Try to keep SW at three stacks for mana regen. Pop Mystic ally when spirit is low. Use epiphany on cooldown or save for elite packs depending on CDR. You can fly around T6 like that blowing shit up and the bot does it well if you make the bells ranged. Search the monkcombat.cs for Wave of Light section and where it says 16f for cast distance replace that with wolRange. Now it'll cast up to 55f away.

You don't need to hit mantra but it can be a dps boost if mobs are close to you. You'll be a bit squishier than lightning build but since you hold stuff at bay it's no biggy. I did a Grift 36 like that. But as lightning I can do in the 40s easily.

Hope that helps, sorry I couldn't remember the names of the runes but you should find them easily enough from the description.
Hi, is it this line?
// Wave of light as primary
if (!UseOOCBuff && !IsCurrentlyAvoiding && !Player.IsIncapacitated && CanCast(SNOPower.Monk_WaveOfLight))
{
Monk_TickSweepingWindSpam();
return new TrinityPower(SNOPower.Monk_WaveOfLight, 16f, TargetUtil.GetBestClusterPoint(), -1, CurrentTarget.ACDGuid, 0, 1);
}
 
yeah, that's it. Just change that 16f to wolRange. Above that a little it'll say wolRange blah blah blah 55f; 16f I think that's the max/min range and you can set the 16f higher, but I left it alone because sometimes mobs swarm you and I didn't want it to not cast if they were inside that range.

And my wife just got an ancient Torch right now as I wrote this, so I gotta go stab her with it. Luckiest b!tch in the world with loot, swear to god. She has like 25 Ramaladni's Gifts stored up and I'm lucky to find one when a good weapon drops.
 
Last edited:
yeah, that's it. Just change that 16f to wolRange. Above that a little it'll say wolRange blah blah blah 55f; 16f I think that's the max/min range and you can set the 16f higher, but I left it alone because sometimes mobs swarm you and I didn't want it to not cast if they were inside that range.

And my wife just got an ancient Torch right now as I wrote this, so I gotta go stab her with it. Luckiest b!tch in the world with loot, swear to god. She has like 25 Ramaladni's Gifts stored up and I'm lucky to find one when a good weapon drops.
? 55f: 1f; is a short version of if-else, if the function that checks if player has the helm equipped returns true it sets the variable to 55f, otherwise 16f
 
hI guys is this line in MonkCombat.cs? Plugins/Trinty/combat/Abilities? i put in 55f and wave of light still not working :(
 
Monk - Game Guide - Diablo III Fire Version very popular build with the head gear that gives the thing so you can cast WoL on a distance (Tzo Krin's Gaze)
You can pretty much play the same build but with the lighting pillar of ancient rune to.

explaining a bit how the build is played

oh and also some ppl go with 3 set of inna's instead of black thorn then sweeping wind can be "spammed to gain stacks on the gem Taeguk but it only works to get stacks that way if you dont have any like resource cost reduction..

(if you have Tzo Krin's Gaze you could even kite enemys like a freaking demon hunter) ;P

and the bot shouldnt be spamming the sweeeping wind it should only use it to keep it up like if its about to run out or dont have it on cause usualy enemys are enough to keep it up and running. and epiphany is ment only for survival situations really when you take alot of dmges.. like elite packs/bosses
 
Last edited:
Back
Top