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.
2 different elites at tje same time, vortex, arcane, fire chains, frosting, molten, waller etc..barb ain't dying as long as there is room to avoid laser beams! (he dies when it happens on stairs or tied places where he can't run around - but still occasionally)

excellent job Giles!
 
Last edited:
2 different elites at tje same time, vortex, arcane, fire chains, frosting, molten, waller etc..barb ain't dying as long as there is room to avoid laser beams! (he dies when it happens on stairs or tied places where he can't run around - but still occasionally)

excellent job Giles!

yep doesn't get much better than that. I've seen my bot do some things that I know lesser players (not me obviously) would have died to.
 
Working really well for me now... definitely a huge improvement on the Arcane side of things - loving this.
 
anybody have actual math on if superstition is better than nerves of steel? i just cant see how 20% magic reduction (which obviously meets some kind of DR) vs 5% more armor bringing you roughly from 70% to 75%.
 
anybody have actual math on if superstition is better than nerves of steel? i just cant see how 20% magic reduction (which obviously meets some kind of DR) vs 5% more armor bringing you roughly from 70% to 75%.

try this Decimation

you need to input all your gear on the tabs below

very complete spreadsheet

passives are on the equiped tab, swap and compare EHP
 
I've searched the thread and cant find the answer :S

How do i make my barb to pop wotb when azmodan have 90% hp?
 
Does anybody have an idea what should I add if I would like barb to spam sprint whenever he has enough furry and especially during combat? One of the runes gives 12% block chance, it would be very usefull! Atm he does spam sprint allmost all the time but never during combat when he stands in one place and fight
 
Tarik:
I've searched the thread and cant find the answer :S
How do i make my barb to pop wotb when azmodan have 90% hp?
Find this code (Ctrl+f on the comment);
Code:
// If on a boss, only at <= 60% target health
((targetCurrent.bThisBoss && targetCurrent.iThisHitPoints <= 0.60) ||
Change 0.60 (60%) to whatever you like, eg 0.90 for 90% health.

barbarianos:
Does anybody have an idea what should I add if I would like barb to spam sprint whenever he has enough furry and especially during combat? One of the runes gives 12% block chance, it would be very usefull! Atm he does spam sprint allmost all the time but never during combat when he stands in one place and fight
Not tested this yet, so you may need to experiment, but you could try and find this code (Ctrl+f on the comment);
Code:
// Or if the target is >16 feet away and we have 50+ fury
(targetCurrent.fCentreDistance >= 16f && playerStatus.dCurrentEnergy >= 50)
And delete the >= 16f check, so it will spam sprint whenever you have 50+ fury (you can change the fury amount if you do this, eg to need 80+ fury), so it might look like this
Code:
// Or if we have 80+ fury
(playerStatus.dCurrentEnergy >= 80)

r0sc0:
Where was that code to prioritize treasure goblins?
Find this code;
Code:
// Super-high priority option below... SUICIDAL TREASURE GOBLIN RAPE AHOY!
                                        else if (settings.iTreasureGoblinPriority == 2)
                                            thisgilesobject.dThisWeight += 10101;

And change that 10101 to something even higher, like 20,000, if you want. Being body-blocked will still cause it to seek closer-range targets for a brief moment.
 
Last edited:
Cheers Giles, love the new release great job as always! donation coming to you when i get paid buddie
 
Everything that is trashed gets logged. Check your trash logs, in the plugin folder. It will list the items trashed, their stats, and the score they got. You can use this to check if it is either scoring items incorrectly, or trashing items of a high score (which would mean you have set your score-requirements too high).

Also you haven't said whether or not you have tried a clean install of DemonBuddy, or followed the "common problems" section of post #1, this fixes a lot of random issues and should - with a few exceptions from users who know what they are doing with DemonBuddy - be step #1 before posting issues! :D

Yeah... i saw Logs (about 15... soooo booring!!). I changed score from plugin, now it's work much better. I cleaned too Demonbuddy, just for be sure. It's work much better now! If i'll see bugs i'll report.
See ya guys
 
Can u add Seismic Slam for barbs + rune support :D?

It should already be using Seismic Slam. Did you change your skills while the bot was running? Try opening DB and starting it while at the character screen (with your bot character already selected). If not, what's up with Seismic Slam? :O It should be using it automatically for elites, or groups of trash mobs, at close-range.
 
I think it's time to giles trinity be STICKED! ;D

Edit: and a lock in your old posts addons would be nice too :P
 
I'm wondering why in your example wiz build you'd choose energy twister:storm chaser with no signature spell? that makes no sense. awesome plugin though, why no dh support for so long?
 
**EDIT** Solved my issues with a second attempt at a fresh install.
 
Last edited:
Currently the gold finding don't care how long the gold stack is away. I suggest ( if its possible) that the setting is how much the minimum gold per yard moving should be.
Forexample if you put it on 50 gold/yd it should maximum move 10 yd for a 500 gold stack and if there is only 300 gold then it should maximum move 6 yd for it. Hope it makes sense.
 
why no dh support for so long?
Firstly if you read through this thread, this plugin has been online for 2 weeks! in that time he has made DB a completely new kettle of fish! he will get around to doing DH he does not get paid for doing this! patience is a virtue!
 
Is it just me or is the health globe pick up radius kinda buggy?
If i set it to pick up a health globe at 50% life, it just totally ignores the globes that are only a few feet away from it, and dies (most of the time due to a nasty elite pack).
I specifically bought a belt with +10k globe healing/allres/vit/str so that it would heal itself with globes a lot :(

fix for this?
 
with avoidance set, i seem to still WW into arcane orbs, but once i stop ww, itll dodge it for the most part, is it possible to have it spin away from arcane orbs as well?
 
Status
Not open for further replies.
Back
Top