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

Giles Trinity change for Monk Deadly Reach Spam How to?

Indoor

New Member
Joined
Oct 17, 2012
Messages
18
Reaction score
0
Please any body who good know rules in Trinity answer me how to change this Deadly Reach for monk to spam on any mob once for 20 second to get buff 18% damage, and still use Fists of thunder as the primary attack.
I try modify file but all time get only error.

// Deadly reach
if (!bOOCBuff && !bCurrentlyAvoiding && hashPowerHotbarAbilities.Contains(SNOPower.Monk_DeadlyReach))
{
return new GilesPower(SNOPower.Monk_DeadlyReach, 16f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 1, USE_SLOWLY);
}

Big thank for any person who can help me in this task
 
Please any body who good know rules in Trinity answer me how to change this Deadly Reach for monk to spam on any mob once for 20 second to get buff 18% damage, and still use Fists of thunder as the primary attack.
I try modify file but all time get only error.

// Deadly reach
if (!bOOCBuff && !bCurrentlyAvoiding && hashPowerHotbarAbilities.Contains(SNOPower.Monk_DeadlyReach))
{
return new GilesPower(SNOPower.Monk_DeadlyReach, 16f, vNullLocation, -1, targetCurrent.iThisACDGUID, 0, 1, USE_SLOWLY);
}

Big thank for any person who can help me in this task

a quick and dirty fix
Code:
                {SNOPower.Monk_DeadlyReach, 5},

to
Code:
                {SNOPower.Monk_DeadlyReach, 15000},

may cause problems breaking destructables depending on your build...
 
a quick and dirty fix
Code:
                {SNOPower.Monk_DeadlyReach, 5},

to
Code:
                {SNOPower.Monk_DeadlyReach, 15000},

may cause problems breaking destructables depending on your build...

I'm apprised for try help but maybe i don't write clear. My Primary attack is Fists of Thunder and try us Deadly reach like secondary attack one for 20 second only to get a buff 18% damage. When i have on my bar Thunder and Deadly reach Trinity use only Thunder and Ignore Deadly reach. Any suggestion?
 
is there a buff icon above the hotbar once you do it for 20secs?
 
I'll leave this to Giles or one of the other Monk peoples, i believe since it doesnt have a buff icon, and only way to tell you are getting 18% is by opening up the character sheet, it may be difficult w/o some slick code to only cast it 3 times every 30 secs.

Deadly Reach : Foresight - Blue please reply - Forums - Diablo III

Yes that's true You don't get buff icon but You need change code to monk fight Deadly Reach : Foresight 1 once for 20s and buff for 18% all time be active
 
Back
Top