• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Giles Trinity

    Discussion in 'Archives' started by GilesSmith, Sep 5, 2012.

    Thread Status:
    Not open for further replies.
    1. Weapon

      Weapon New Member

      Joined:
      Aug 30, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      What's the blacklist code for the Demonic Vessel? I'm running act 3 champ hunting and in one of the towers one of these appears adjacent to the staircase and it gets stuck trying to grab it and switches profiles.
       
    2. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Nevermind, I got it.
       
      Last edited: Sep 16, 2012
    3. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Disable Giles Unstuck and use UnstuckMe. You'll never be stucked there (or in any place) again ;)
       
      Last edited: Sep 15, 2012
    4. jimmiesrustler

      jimmiesrustler New Member

      Joined:
      Aug 30, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      I experienced that as well with my cm wiz just casting energy twister far away from cydea and azmodan unlike how it moves close to the bosses and perform explosion blasts.
       
    5. sojufiend

      sojufiend New Member

      Joined:
      Jul 5, 2012
      Messages:
      283
      Likes Received:
      0
      Trophy Points:
      0
      yea jsut spotted my bot fighting elite with wotb up.. but never used it.. not sure if its coz of what you said.. probably is

      other than that... the whirlwinding is reeeeeeallly good.. almost human like.. good job giles!
       
      Last edited: Sep 15, 2012
    6. mikie420

      mikie420 New Member

      Joined:
      Aug 23, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Why was mantra of healing spam removed? I had it set before so the mantra of healing would be used every time my health was less than 60% it worked well and is how the skill should be used anyway. please add it back in and make sure its used when is health less than 60%.

      I'm no programmer but this worked for me before on older ver and made mantra healing more useful:

      Code:
                         // 4 Mantra spam for the 4 second buff
                          if (hashPowerHotbarAbilities.Contains(SNOPower.Monk_MantraOfHealing) && (playerStatus.dCurrentHealthPct <= 0.60) &&
      			(playerStatus.dCurrentEnergyPct >= 0.80) && GilesUseTimer(SNOPower.Monk_MantraOfHealing) &&
                              playerStatus.dCurrentEnergy >= 80 && PowerManager.CanCast(SNOPower.Monk_MantraOfHealing))
                          {
                              return new GilesPower(SNOPower.Monk_MantraOfHealing, 0f, vNullLocation, iCurrentWorldID, -1, USE_ANY_TIME, USE_SLOWLY);
                          }
       
      Last edited: Sep 15, 2012
    7. Symbiotic

      Symbiotic New Member

      Joined:
      Jan 27, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      103919 and 155255

      I think.

      I had the same problem with him glitching out on them (spazzing back and forth or sometimes just getting stuck).
       
    8. magusq

      magusq New Member

      Joined:
      Jun 15, 2012
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0
      giles, i have a suggestion for monk spamming mantra, currently it is waiting till it is full spirit before using. can it be changed to use when sweeping winds is up and has enough spirit for blind,serenity,breath of heaven.instead of waiting till full spirit
       
    9. Page

      Page New Member

      Joined:
      Aug 11, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      My monk willl activate seven sided strike when the mob is not in range.... hmmm any idea how to fix this... i dun have prob with this with the version 1.3 if im not wrong...
       
    10. sTARk27

      sTARk27 New Member

      Joined:
      Jul 25, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      I'd be interested to see what Monk builds people are using for Act 3
       
    11. yutik

      yutik New Member

      Joined:
      Aug 16, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      Somehow bash doesn't work for me, animation is hitting but no damage. Frenzy and cleave work just fine. Something wrong with distance maybe? fresh install of db and trinity.
      Thanks for the awesome plugin btw :)
       
    12. BBD90

      BBD90 New Member

      Joined:
      Jul 14, 2012
      Messages:
      239
      Likes Received:
      0
      Trophy Points:
      0
      GILES!

      Thanks for the WW barb love.

      EDIT: My god Giles the improvement in WW technique is superb as soon as I sell this IK armor sending a little something your way :D .
       
      Last edited: Sep 16, 2012
    13. JebaczKoz

      JebaczKoz New Member

      Joined:
      Aug 23, 2012
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      I have the same problem. Ability is used in too early.
       
    14. jinny1

      jinny1 New Member

      Joined:
      Jun 10, 2012
      Messages:
      554
      Likes Received:
      1
      Trophy Points:
      0
      Rend range still a bit off :(
       
    15. babosasa

      babosasa New Member

      Joined:
      Jun 22, 2012
      Messages:
      417
      Likes Received:
      0
      Trophy Points:
      0
      May I ask where the blacklist function file is located for editing? thanks



       
    16. kobru

      kobru New Member

      Joined:
      Aug 22, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      yeah in case of low health it can be used but not each 4 seconds i supppose
       
    17. devious21

      devious21 New Member

      Joined:
      Jul 29, 2012
      Messages:
      970
      Likes Received:
      12
      Trophy Points:
      0
      Code:
            // Special blacklist for things like ravens, templar/scoundrel/enchantress in town, witch-doctor summons, tornado-animations etc. etc. that should never be attacked
              private static readonly HashSet<int> hashActorSNOIgnoreBlacklist = new HashSet<int> { 
                  5840, 111456, 5013, 5014, 205756, 205746, 4182, 4183, 4644, 4062, 4538, 52693, 162575, 2928, 51291, 51292, 
                  96132, 90958, 90959, 80980, 51292, 51291, 2928, 3546, 129345, 81857, 138428, 81857, 60583, 170038, 174854, 190390, 
                  194263, 174900, 87189, 90072, 107031, 106584, 186130, 187265, 201426, 201242, 200969, 201423, 
                  201438, 201464, 201454, 108012, 103279, 89578, 74004, 84531, 84538, 89579, 190492, 209133, 6318, 107705, 105681, 89934, 
                  89933, 182276, 117574, 182271, 182283, 182278, 128895, 81980, 82111, 81226, 81227, 107067, 103217, 105763, 110959, 106749,
                  107107, 107112, 106731, 107752, 107829, 90321, 107828, 121327, 185391, 249320, 81232, 81231, 81239, 81515, 210433, 195414,
                  80758, 80757, 80745, 81229, 81230, 82109, 83024, 83025, 82972, 83959, 249190, 251396, 138472, 118260, 200226, 192654, 245828, 
                  215103, 132951, 217508, 199998, 199997, 114527, 245910, 
               };
      
      Lines 225 to 235 in GilesTrinity.cs
       
    18. JustAFarmer

      JustAFarmer New Member

      Joined:
      Jul 21, 2012
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the plugin Giles, working smooth.

      I noticed that health globes aren't given enough importance during combat though.
       
    19. Polyester

      Polyester New Member

      Joined:
      Jun 18, 2012
      Messages:
      927
      Likes Received:
      1
      Trophy Points:
      0
      1.4.6 notes state "Shamans in Act 3 and Cydaea boss given a higher priority." after deleting assemblies and settings then updating, the bot still doesnt prioritize the shaman over the grunts. is this still a known issue or am i doing it wrong?
       
    20. vol.1

      vol.1 New Member

      Joined:
      Jun 24, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      Hmm.. Just tried to run WW setup and noticed that after WWing a hard elite, the barb just sort of sits there without killing it. I am not sure why it does that.

      Could it be due to the avoidance?

      I've seen it do it 3x so far from 1 hour of running it: 1 from molten trails, 1 from desecrator, the other time was just because there was a massive crowd surroundig it
       
    Thread Status:
    Not open for further replies.

    Share This Page