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

Epipheny Insatnt Use when possible (Monk)

Sorty

New Member
Joined
Jan 25, 2013
Messages
69
Reaction score
0
hello

i'm playing Cool Down Reduction(CDR) Monk +/- 71%

got big problem with some skills when i got so much CDR :/

Epipheny, Binding Flash, Breath Of Heaven, Serenity

most important its for me Epipheny coze i must use it after its ends coze if i dont i will lost all my spirit and i do 2x less dps without it :(
and now its only using it at rares/bosses sometiems on trash :/

its any chance to make new rule in Monk Tab to use them whenever its possible ? it would help a lot Monks with CDR

Thanks !
 
Last edited:
Open Monk.cs (in Trinity - Plugin - Abiltiies ) and edit


if (!UseOOCBuff && !IsCurrentlyAvoiding && CombatBase.CanCast(SNOPower.X1_Monk_Epiphany, CombatBase.CanCastFlags.NoTimer) &&
(TargetUtil.EliteOrTrashInRange(15f) || TargetUtil.AnyMobsInRange(15f, 5)) &&
(Player.PrimaryResourcePct < 0.50 || ((hasDesertShroud || hasSoothingMist) && Player.CurrentHealthPct < 0.50))
)
{
return new TrinityPower(SNOPower.X1_Monk_Epiphany);
}

to


if (CombatBase.CanCast(SNOPower.X1_Monk_Epiphany, CombatBase.CanCastFlags.NoTimer))
{
return new TrinityPower(SNOPower.X1_Monk_Epiphany);
}



might work!! might not..
 
oh man i love You xD xD (like a bro :P)

its working perfect !! ^^

Thank You very Much :)

if u will get any more free tiem can u do same thing for Breath Of Heaven and Blinding Flash please ? :P

i owe You big time !! :)
 
oh man i love You xD xD (like a bro :P)

its working perfect !! ^^

Thank You very Much :)

if u will get any more free tiem can u do same thing for Breath Of Heaven and Blinding Flash please ? :P

i owe You big time !! :)


I don't really know what I'm doing I just guessed a little with the last one, but I can try later I guess..if you tell me how the skills work / what runes you use / how you want them to work.
 
basically i wanna use them instant when available like Epipheny :) (coze buddy use them whenever he wants) and i can use them every +/-4sec thats my CD on them

Blinding Flash - Faith in the Light (29% more dps for 3sec when used)

Breath Of Heaven - Zephyr (30% Move Speed for 3sec when used)
 
basically i wanna use them instant when available like Epipheny :) (coze buddy use them whenever he wants) and i can use them every +/-4sec thats my CD on them

Blinding Flash - Faith in the Light (29% more dps for 3sec when used)

Breath Of Heaven - Zephyr (30% Move Speed for 3sec when used)


so breath of heaven you want it using in and out of combat

blinding flash during combat only?
 
Haven't tested this but try changing


// Blinding Flash
if (!UseOOCBuff && Player.PrimaryResource >= 20 && CombatBase.CanCast(SNOPower.Monk_BlindingFlash) &&
(
TargetUtil.AnyElitesInRange(15, 1) ||
Player.CurrentHealthPct <= 0.4 ||
(TargetUtil.AnyMobsInRange(15, 3)) ||
(CurrentTarget.IsBossOrEliteRareUnique && CurrentTarget.RadiusDistance <= 15f) ||
// as pre-sweeping wind buff
(TargetUtil.AnyMobsInRange(15, 1) && CombatBase.CanCast(SNOPower.Monk_SweepingWind) && !GetHasBuff(SNOPower.Monk_SweepingWind) && Settings.Combat.Monk.HasInnaSet)
) &&
// Check if either we don't have sweeping winds, or we do and it's ready to cast in a moment
(CheckAbilityAndBuff(SNOPower.Monk_SweepingWind) ||
(!GetHasBuff(SNOPower.Monk_SweepingWind) &&
(CombatBase.CanCast(SNOPower.Monk_SweepingWind, CombatBase.CanCastFlags.NoTimer) &&
Settings.Combat.Monk.HasInnaSet ? Player.PrimaryResource >= 15 : Player.PrimaryResource >= 85)) ||
Player.CurrentHealthPct <= 0.25))

to



// Blinding Flash
if (!UseOOCBuff && Player.PrimaryResource >= 20 && CombatBase.CanCast(SNOPower.Monk_BlindingFlash) &&
(
TargetUtil.AnyElitesInRange(15, 1) ||
Player.CurrentHealthPct <= 0.4 ||
(TargetUtil.AnyMobsInRange(15, 3)) ||
(CurrentTarget != null && CurrentTarget.RadiusDistance <= 15f) ||
// as pre-sweeping wind buff
(TargetUtil.AnyMobsInRange(15, 1) && CombatBase.CanCast(SNOPower.Monk_SweepingWind) && !GetHasBuff(SNOPower.Monk_SweepingWind) && Settings.Combat.Monk.HasInnaSet)
) &&
// Check if either we don't have sweeping winds, or we do and it's ready to cast in a moment
(CheckAbilityAndBuff(SNOPower.Monk_SweepingWind) ||
(!GetHasBuff(SNOPower.Monk_SweepingWind) &&
(CombatBase.CanCast(SNOPower.Monk_SweepingWind, CombatBase.CanCastFlags.NoTimer) &&
Settings.Combat.Monk.HasInnaSet ? Player.PrimaryResource >= 15 : Player.PrimaryResource >= 85)) ||
Player.CurrentHealthPct <= 0.25))
 
sorry was afk for little :/

its not working i will do some test by myslef now too :)

----EDIT----

hahahah i made it xD i just done same with those 2 skills what u have done with Epipheny :P :P :P

// Blinding Flash
if (CombatBase.CanCast(SNOPower.Monk_BlindingFlash, CombatBase.CanCastFlags.NoTimer))
{
return new TrinityPower(SNOPower.Monk_BlindingFlash, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 0, 1);
}

// Breath of Heaven
if (CombatBase.CanCast(SNOPower.Monk_BreathOfHeaven, CombatBase.CanCastFlags.NoTimer))
{
return new TrinityPower(SNOPower.Monk_BreathOfHeaven, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 1, 1);
}

works perfect ^^

Thanks !! without u that wasent be possible ;) if u will be soem day in Poland - Kraków tell me !! we have to smoke some Big Fat Joint !! :D

Chears Man !! :D
 
Last edited:
oh i didint noticed taht is 2nd page now xD

its cast them only when characters start moves or its moving,

when its standing in 1 place he can teleport to other location/town without any disturb :D

oh i just noticed taht he use skills in town too :P even he stand in 1 place and sell items, but he dont use them when TP to town/other location that most important :P
 
Last edited:
oh i didint noticed taht is 2nd page now xD

its cast them only when characters start moves or its moving,

when its standing in 1 place he can teleport to other location/town without any disturb :D

i thought you only wanted it to cast on combat xd

okay well that's cool! I wanna make CDR monks at some point so could probably use these !
 
yeah man !! try it ! :D

i'm doing Bounty t1 act 4 +/- 2.6m gold and 700m exp/h

will test later t2-t3 :)
 
Holy crap man, I have been botting with monk for a while and never got it working all that good! Care to let me know what gear you are using, runes and so forth? 71% CDR?? What the shit?
 
@JoshE

yeeah not bad :) but i'm playing a lot with friends at rifts (speedruns t4), buddy only at night for keys ;)

@Heffalompen

try to use Epipheny - Inner Fire + Temepst Rush (any rune) in same time at mobs and u will see what happens ;D

but u need at lest 68%+ CDR to this build works good

+ i'm using Blinding Flash - faight in the Light ( for 30% dmg + blind) + Breath of heven - Zefir (for heal+ move.speed buff+ dmg buff if u got Guilding Light Passive) + Mantra of Conviction - annihilation ( for move.speed buff + dmg aura) + at T1-T3 i'm using Mystic Ally - Fire Ally (for 10%dmg) and on T4-T6 Serenity for 4sec immortal (with 71%+ CDR u got +/-5sec CD so u r 4sec immortal 1sec mortal :P)

passives: Beacon of Ytar, Momentum, Fleet Footed, Guilding Light
 
Last edited:
@JoshE

yeeah not bad :) but i'm playing a lot with friends at rifts (speedruns t4), buddy only at night for keys ;)

@Heffalompen

try to use Epipheny - Inner Fire + Temepst Rush (any rune) in same time at mobs and u will see what happens ;D

but u need at lest 68%+ CDR to this build works good

+ i'm using Blinding Flash - faight in the Light ( for 30% dmg + blind) + Breath of heven - Zefir (for heal+ move.speed buff+ dmg buff if u got Guilding Light Passive) + Mantra of Conviction - annihilation ( for move.speed buff + dmg aura) + at T1-T3 i'm using Mystic Ally - Fire Ally (for 10%dmg) and on T4-T6 Serenity for 4sec immortal (with 71%+ CDR u got +/-5sec CD so u r 4sec immortal 1sec mortal :P)

passives: Beacon of Ytar, Momentum, Fleet Footed, Guilding Light

How did your higher torment botting tests go?

Been running 2 bots with simplefollow Barbs, thinking of switching to 2 CDR monks with this build tho, tempest rush & epiphany so fun
 
on T2 its 800-900m exp but i'm on bounty act 4(Beta DB) and its like to stuck sometimes and its goign down to 550-650m :(

i must try on some normal scrypt, do you have nay good maybe ? we will compare our results later :)

and got 1 more question can You try to do skill

Blinding Flash to use when any mob in range ? was trying but i faild :/
 
Back
Top