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

Bot is updated!

On my 5th rift, steady at 14LPH so far. Just wish I could get my bot to use prep punishment, need to find someone who knows about combat routine to make something simple. EVen though its doing t6 rift easily, be nice if it used it. might just swap it out for now for something else. Should mention, I am seeing about a 800m to 1b exp increase/hr. Think it is due to how fast rifts can be cleared now.
 
On my 5th rift, steady at 14LPH so far. Just wish I could get my bot to use prep punishment, need to find someone who knows about combat routine to make something simple. EVen though its doing t6 rift easily, be nice if it used it. might just swap it out for now for something else. Should mention, I am seeing about a 800m to 1b exp increase/hr. Think it is due to how fast rifts can be cleared now.
how did u get your Dh to use CA? mine doesnt even cast CA, or was there an update on trinity combat.cs?
 
On my 5th rift, steady at 14LPH so far. Just wish I could get my bot to use prep punishment, need to find someone who knows about combat routine to make something simple. EVen though its doing t6 rift easily, be nice if it used it. might just swap it out for now for something else. Should mention, I am seeing about a 800m to 1b exp increase/hr. Think it is due to how fast rifts can be cleared now.
My DH uses prep, this is how I have it in my demonhuntercombat.cs
// Spam Shadow Power
if (Settings.Combat.DemonHunter.SpamShadowPower && CanCast(SNOPower.DemonHunter_ShadowPower) && !Player.IsIncapacitated &&
(!GetHasBuff(SNOPower.DemonHunter_ShadowPower) || Player.CurrentHealthPct <= Trinity.PlayerEmergencyHealthPotionLimit) && // if we don't have the buff or our health is low
((!Runes.DemonHunter.Punishment.IsActive && Player.SecondaryResource >= 14) || (Runes.DemonHunter.Punishment.IsActive && Player.SecondaryResource >= 39)) && // Save some Discipline for Preparation
(Settings.Combat.DemonHunter.SpamShadowPower && Player.SecondaryResource >= 28)) // When spamming Shadow Power, save some Discipline for emergencies
{
return new TrinityPower(SNOPower.DemonHunter_ShadowPower);
}
 
My DH uses prep, this is how I have it in my demonhuntercombat.cs

This looks almost 100% identical to my combat routine, is yours custom and im just missing a select word or number?

Also aside from the channeling thing spamming nonstop(disable that shrine for now) another thing to be looked at is goblin packs, bot goes haywire picking up.
 
This looks almost 100% identical to my combat routine, is yours custom and im just missing a select word or number?

Also aside from the channeling thing spamming nonstop(disable that shrine for now) another thing to be looked at is goblin packs, bot goes haywire picking up.

Derp.. didn't even thin of that.. thanks. Also i posted in support about it but since we're all good thinkers here, the bot also seems to be selling all potions no matter the cap setting any ideas?
 
Here, this works. All I did was a simple copy paste hack job with primary/secondary resource swap.

Find this, replace it with. All I did was change the values to 40 basically. and Player.SecondaryResource(discipline) with Player.PrimaryResource and its working for me now. its literally a hack job, so if anyone wants to improve it specifically for prep and get rid of the shadow power junk feel free.

// Spam Shadow Power
if (Settings.Combat.DemonHunter.SpamShadowPower && CanCast(SNOPower.DemonHunter_ShadowPower) && !Player.IsIncapacitated &&
(!GetHasBuff(SNOPower.DemonHunter_ShadowPower) || Player.CurrentHealthPct <= Trinity.PlayerEmergencyHealthPotionLimit) && // Uses Preparation when equal or less then 40 hatred
((!Runes.DemonHunter.Punishment.IsActive && Player.PrimaryResource <= 40) || (Runes.DemonHunter.Punishment.IsActive && Player.PrimaryResource <= 40)) &&
(Settings.Combat.DemonHunter.SpamShadowPower && Player.SecondaryResource <= 25))
{
return new TrinityPower(SNOPower.DemonHunter_ShadowPower);
}
 
Goblin packs are becoming a real nuisance, bot is stiffin up everytime it comes across them, too many item drops. it picks up half or less, then moves on, or just stands there unable to do a thing.
 
In the 30 mins or so that I tested the new release, it seemed too buggy to not have to babysit constantly, which is a shame now with the community buff.
 
community buff? I see no buff on my screen, or is it the goblin thing?
 
community buff? I see no buff on my screen, or is it the goblin thing?

GuE7cQs.png
 
Hopefully Trinity gets updated soon also, throwing a ton of Trinity errors in the log, bot does login now, post-update. thanks
 
"Down for maintenance" - happens to my when I try to login with the key. Anyone else having this issue?
 
My bot keeps saying down for maintenance, even after a fresh install.

"Down for maintenance" - happens to my when I try to login with the key. Anyone else having this issue?

Same here. So it might be down for maintenance...

Update. Now D3 gives error...

See now i don't suppose that means they are updating the bot again...oh perhaps cause some (if not most) people are experiencing all sorts of problems...I don't understand what the problem is, cause my bot is working perfectly fine out of the "box" even after fresh install of the BETA, using the EzUpdater Plugin, not getting any problems

Now if everyone could learn to be PATIENT...I'm not sure most people realize what a godsend that it is that you don't have to actually play it yourself
 
Back
Top