• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Giles Trinity change for Monk Deadly Reach Spam How to?

    Discussion in 'Archives' started by Indoor, Oct 18, 2012.

    1. Indoor

      Indoor New Member

      Joined:
      Oct 17, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      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
       
    2. Moley

      Moley New Member

      Joined:
      Jul 15, 2012
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      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...
       
    3. Indoor

      Indoor New Member

      Joined:
      Oct 17, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    4. Moley

      Moley New Member

      Joined:
      Jul 15, 2012
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      is there a buff icon above the hotbar once you do it for 20secs?
       
    5. Indoor

      Indoor New Member

      Joined:
      Oct 17, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0

      If You hit 3 time every mob buff works for 30s
       
    6. Moley

      Moley New Member

      Joined:
      Jul 15, 2012
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    7. Indoor

      Indoor New Member

      Joined:
      Oct 17, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      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
       

    Share This Page