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

[Plugin] Giles Trinity

Status
Not open for further replies.
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.
 
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.

Disable Giles Unstuck and use UnstuckMe. You'll never be stucked there (or in any place) again ;)
 
Last edited:
I dont know what I did. I just tried to run a gain the program and it worked fine.

Another question. How can my wizard attack close to the monster? Its sometimes attacking too far that the Explosion Blast wont hit.
My CM is on.

Thanks Giles, More power D:

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.
 
Giles, please add a bWaitingForSpecial for Whirlwind and Sprint.

I watched my barb died a couple of times because WotB was ready to cast, but never got enough fury.

I tried to do myself, changing this: (and the same for sprint)
Code:
                    // Whirlwind spam as long as necessary pre-buffs are up
                    if (!bBuffsOnly && [B]!bWaitingForSpecial[/B] && !bAvoidanceEmergency

...with no success. Bot still spams ww and sprint. No fury for zerk :/

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:
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:
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.
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).
 
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
 
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...
 
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 :)
 
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:
May I ask where the blacklist function file is located for editing? thanks



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).
 
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);
                    }

yeah in case of low health it can be used but not each 4 seconds i supppose
 
May I ask where the blacklist function file is located for editing? thanks

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
 
Thanks for the plugin Giles, working smooth.

I noticed that health globes aren't given enough importance during combat though.
 
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?
 
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
 
Status
Not open for further replies.
Back
Top