• Visit Rebornbuddy
  • [Plugin] Giles Trinity

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

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

      barbarianos Banned

      Joined:
      Sep 13, 2012
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      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: Sep 15, 2012
    2. Diabloguy69

      Diabloguy69 New Member

      Joined:
      Aug 8, 2012
      Messages:
      422
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    3. Maxasy

      Maxasy Member

      Joined:
      Sep 19, 2011
      Messages:
      534
      Likes Received:
      2
      Trophy Points:
      18
      Working really well for me now... definitely a huge improvement on the Arcane side of things - loving this.
       
    4. Diabloguy69

      Diabloguy69 New Member

      Joined:
      Aug 8, 2012
      Messages:
      422
      Likes Received:
      0
      Trophy Points:
      0
      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%.
       
    5. Tarik

      Tarik New Member

      Joined:
      Sep 11, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    6. Tarik

      Tarik New Member

      Joined:
      Sep 11, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    7. barbarianos

      barbarianos Banned

      Joined:
      Sep 13, 2012
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    8. r0sc0

      r0sc0 New Member

      Joined:
      Jan 15, 2010
      Messages:
      410
      Likes Received:
      2
      Trophy Points:
      0
      Where was that code to prioritize treasure goblins?
       
    9. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      Tarik:
      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:
      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:
      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: Sep 15, 2012
    10. r0sc0

      r0sc0 New Member

      Joined:
      Jan 15, 2010
      Messages:
      410
      Likes Received:
      2
      Trophy Points:
      0
      Cheers Giles, love the new release great job as always! donation coming to you when i get paid buddie
       
    11. Yellowspark

      Yellowspark New Member

      Joined:
      Jun 11, 2012
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
      Can u add Seismic Slam for barbs + rune support :D?
       
    12. Laitning

      Laitning New Member

      Joined:
      Aug 19, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    13. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      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.
       
    14. 20kilo

      20kilo New Member

      Joined:
      Jun 11, 2012
      Messages:
      188
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    15. exfelon

      exfelon Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,372
      Likes Received:
      8
      Trophy Points:
      38
      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?
       
    16. Maxasy

      Maxasy Member

      Joined:
      Sep 19, 2011
      Messages:
      534
      Likes Received:
      2
      Trophy Points:
      18
      **EDIT** Solved my issues with a second attempt at a fresh install.
       
      Last edited: Sep 15, 2012
    17. Bulzap

      Bulzap Member

      Joined:
      May 2, 2012
      Messages:
      188
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    18. r0sc0

      r0sc0 New Member

      Joined:
      Jan 15, 2010
      Messages:
      410
      Likes Received:
      2
      Trophy Points:
      0
      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!
       
    19. ajc82388

      ajc82388 New Member

      Joined:
      Sep 11, 2012
      Messages:
      311
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    20. JoeC

      JoeC New Member

      Joined:
      Aug 3, 2012
      Messages:
      542
      Likes Received:
      1
      Trophy Points:
      0
      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?
       
    Thread Status:
    Not open for further replies.

    Share This Page