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

Trinity 2.1.21 and QuestTools 2.1.38

Status
Not open for further replies.
My crusader never uses Heaven's Fury now. I'm assuming it has something to do with Akkhans set.. maybe?
 
What's the problem?
Constant recasting pets on cooldown, zombie dogs and garg for WD
I believe its the pet count trackers that is not working correctly

What steps will reproduce the problem?
Use a pet build

What is the expected result?
Should only recast when needed

What happens instead?
Casting on CD

View attachment 8012 2014-09-27 19.54.zip


Anyone know how to find ids-hash for pets ?
 
Last edited:
My Wizzard does'nt casz Blizzard apocalypse and Black Hole Blasar
 
i think the wizards hydra now casts way too frequently. It just spams it while i also have gale wind as another skill.
it would stand at a destructible door and keep casting Hydra till its out of mana, auto attack door same with mobs
 
Last edited:
is it possible to add to quest tools the actual percentage amounts for gem upgrades? i want to risk upgrading even at 1% as long as its not 0 %
 
If you want Trinity to pick up purple orbs in Greater Rifts change this in
ItemHandling.cs:

if (name.StartsWith("tiered_rifts_Orb")) return GItemType.ProgressionGlobe;

to

if (name.StartsWith("tiered_rifts_orb")) return GItemType.ProgressionGlobe;

Was looking for this because Trinity 2.1.21 keeps skipping some progression orbs (purple orbs) in greater rifts. It looks like it's already implemented in 2.1.21 so nothing needed to be changed but the problem remains, some purple orbs dont get picked up, the bot however does pick up some of them.
 
I just started playing with DH 6set marauders. It places Sentry very well, but it fires Chakram in the opposite direction of the enemies.. I use Chakram coz I got Spines of Seething Hatred which gives Chakram will generate Hatred.

It shoots Cluster arrow and Multishot at enemies, but not Chakram..
 
Last edited:
I'm guessing that you're using Spines of Seething Hatred.

This is how I fixed it. In the file DemonHunterCombat.cs (located in Combat\Abilities).

Find this if-statement on line 316-320:

Code:
// Spines of Seething Hatred, grants 4 hatred
if (Legendary.SpinesOfSeethingHatred.IsEquipped && CanCast(SNOPower.DemonHunter_Chakram, CanCastFlags.NoTimer))
{
    return new TrinityPower(SNOPower.DemonHunter_Chakram);
}

Replace the return value in the if-statement with following:

Code:
return new TrinityPower(SNOPower.DemonHunter_Chakram, 50f, CurrentTarget.ACDGuid);

This is what you need to do to fix Chakram.
 
bot got stuck in a2 oasis farming keys. flipflopped on the edge of a wooden platform. somehow it didnt activate gold or exp inactivity. both were set at 180s. here is the log:
 

Attachments

Is here anyone who know ID for Rainbow Goblin?

i know only this

Code:
Rainbow Goblin - Portal to Whimsydale

[22A27518] GizmoType: PortalDestination Name: Start_Location_0-2434 ActorSNO: 5502
[22A48974] GizmoType: Portal Name: p1_Portal_Tentacle_goblin-2433 ActorSNO: 405590

worldid 49093
levelareaid 49094
 
monk is doing the spam's as it should now but the attack speed its to loww it basicly doesnt "hit" normaly most of times and with that cant make regen per hit as much as intended besides that goblins are now everything less "kamikaze" its just goes throw them and doesnt even give a damn if theres a goblin in the zone just walk by him and goes to kill trash mob.
 
This is what you need to do to fix Chakram.
Thanks it FIX it :)

but you only need to replace

return new TrinityPower(SNOPower.DemonHunter_Chakram);

with

return new TrinityPower(SNOPower.DemonHunter_Chakram, 50f, CurrentTarget.ACDGuid);
 
Thanks it FIX it :)

but you only need to replace

return new TrinityPower(SNOPower.DemonHunter_Chakram);

with

return new TrinityPower(SNOPower.DemonHunter_Chakram, 50f, CurrentTarget.ACDGuid);

I have no clue what you mean or what is different than what I said but I hope it helped you. Credits to NAD07.

Now remove that screenshot that clearly shows your name so no one decides to report you.
 
Regarding Monk with SWK and Inna's 3p, I think the Sweeping Wind spam OOC is causing performance problems, I constantly see "Bot paused" during runtime. Just a thought ...

Edit : oh and it's only happening when not in combat. In combat it's stutter-free, but as soon as combat ends and the bot starts casting SW to maintain its stacks, the stuttering begins with "Bot paused" every second or less.
 
please update the WD jade set combat in the trinity................ it doesn't harvest no matter how. or is there a quick fix ?
 
i found a problem, about trinity setting, i disable pick up legendary plan, but when bot kill elite,dropped legendary plan, bot will stuck,and Stood staring blankly.When i use DB 375,this problem has been bothering me.
 
Status
Not open for further replies.
Back
Top