• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Giles Trinity

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

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

      Dantronix Banned

      Joined:
      Aug 4, 2012
      Messages:
      152
      Likes Received:
      1
      Trophy Points:
      18
      Are demon hunters still unsupported? I could not find any info regarding this.

      Dantronix
       
    2. carguy

      carguy Member

      Joined:
      Jan 21, 2010
      Messages:
      573
      Likes Received:
      7
      Trophy Points:
      18
      You can't be fucking serious. I'm hoping sarcasm?
       
    3. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      Any chance you could make the use of Mantra's more 'liberal' (Monks) ? ..

      It hardly ever uses them ( At least not Conviction ) , some times it uses it on elite packs, and sometimes it doesn't. It would make sense to at least make it spam it when you're on full or almost full Spirit, regardless of what it is killing.

      Any chance you will change this, or atleast show what to edit to get this effect :) ?


      EDIT: To Clarify; it will always keep the base aura up, no problem there, it's the use effect I refer to.
       
    4. Eddyno

      Eddyno New Member

      Joined:
      Jul 24, 2012
      Messages:
      84
      Likes Received:
      0
      Trophy Points:
      0
      the bot already spam mantra when he is over 90% spirit
       
    5. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      Yea it used to do that, but it doesn't anymore, for me atleast.
       
    6. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Yes, it does. Now the bot chases goblins untill they are dead. And doesn't lost focus when fighting elites.

      Yes, I've suspected of that. But I prefer my toon to die than lose so many goblins. And is a temporary fix, I know. Just while I wait for a perma solution :)
       
    7. JoeC

      JoeC New Member

      Joined:
      Aug 3, 2012
      Messages:
      542
      Likes Received:
      1
      Trophy Points:
      0
      does your barb use leap? it should leap to the goblin if its being blocked after dropping to a low enough hp, i set mines to spam leap all the time.
       
    8. arenty

      arenty New Member

      Joined:
      Jan 4, 2011
      Messages:
      181
      Likes Received:
      0
      Trophy Points:
      0
      Wizard is amazing but you need to fix buffs, sometimes run around without energy armor or Magic weapon
       
    9. Clyde

      Clyde New Member

      Joined:
      Sep 10, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Could you point out wich line exactly we have to edit and how to do it please ?
       
    10. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      Nvm, I found out how..

      Changed: "iElitesWithinRange[RANGE_30] > 0"

      To: "iAnythingWithinRange[RANGE_15] >= 2"

      In Line: 4960 (v1.4.3)
       
    11. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      Temporary fix for those with Wrath of the Berserker not being cast most of the times:

      change:
      Code:
      (!targetCurrent.bThisBoss && iBossesWithinRange[RANGE_30] == 0 && iElitesWithinRange[RANGE_30] > 0)) &&
      to:
      Code:
      (!targetCurrent.bThisBoss && iBossesWithinRange[RANGE_30] == 0 && (iElitesWithinRange[RANGE_30] > 0 || iElitesWithinRange[RANGE_9] > 0))) &&
      I need some feedback on this :)
       
    12. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      Hehe, you've found one of those annoying obvious errors, well done! The actual error is higher up, if you search for where it assigns those values (look for the string "Total up monsters at various ranges" - the 20 or so lines below that) - you can see that if a monster is at 9f range - it adds it to the "monsters within 9 foot" variable.... BUT doesn't also total that up to monsters within 15, 20, 25, 30 - which it SHOULD (because a monster within 9 foot range is *ALSO* within 30 foot!). The "else" is just need removing from the 5 or so if checks in sequential order, so they are straight out if's, not else if's.

      It's already fixed in prep for next release - and will fix a lot of skill uses throughout. Even better news is - early tests indicate I have also fixed priority selection by quite a large degree, a random error that could sometimes make your bot "stop dead and do nothing" for a few seconds (or at least one cause of this), and also potentially the issue with sometimes ignoring elites (though still running tests on this as may just be that have got lucky with not ignoring any so far).
       
      Last edited: Sep 11, 2012
    13. kobru

      kobru New Member

      Joined:
      Aug 22, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0

      changed this for mantra of evasion for me and works great thx
       
    14. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      EDIT: Changed the line abit, seems to work better, and takes Elites into account.

      EDITEDIT: Ups wrong button, was supposed to edit the post, not quote it :S
       
    15. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      v1.4.4 uploaded:
      - Fixed errors in recognizing and calculating ranges for monsters (elites and greys), which was having a huge negative impact on the intelligence of skill selection and skill use.
      - Fixed one of the issues with cached data sometimes caching data that was not retrieved successfully from D3 memory, which could cause you to ignore occassional elite monsters.
      - Fixed an error which could sometimes crash the plugin, causing a couple of seconds of the bot doing nothing at all while DemonBuddy restarted it.
      - Priority/target weighting is now a little less sensitive to being "stuck" for brief moments when moving, which would cause you to focus on the closest-ranged monsters only constantly.
      - Elites given slightly more weight during standard combat targeting.

      IMPORTANT: Updating Plugin Versions:
      To minimize or fix problems (random slowdowns, oddities with avoidance settings ignoring certain avoidance types), you should do the following things every time you update Giles Trinity or if you get any problems after updating;
      1: Make sure DemonBuddy is closed
      2: Go into the DemonBuddy folder, and DELETE the entire "CompiledAssemblies" folder from within the DB folder (this is completely fine and safe to do - DemonBuddy will rebuild this folder!).
      3: Go into the /settings/ folder within DemonBuddy - in this folder, delete "GilesTrinity.cfg".
      4: Load DB and configure the plugin again
      Following these quick, simple instructions will fix a lot of random issues that can crop up between upgrades. The reason for these requirements is largely down to the size and complexity of Giles Trinity.
       
    16. kobru

      kobru New Member

      Joined:
      Aug 22, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      testing now

      thx again for superfast updates

      you rock
       
    17. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      ^^ Just to sum up anybody reading the thread and seeing these posts. Please do not make these changes in v.1.4.4 unless anyone posts that they are still needed. 1.4.4 should fix all of the issues with these at the root (without needing to change any individual skill checks).
       
    18. Newk

      Newk New Member

      Joined:
      Jan 7, 2011
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      Huge improvement on the monster range thing! Very noticeable
       
    19. Ash

      Ash New Member

      Joined:
      Aug 30, 2012
      Messages:
      104
      Likes Received:
      0
      Trophy Points:
      0
      Just chased and killed a treasure goblin past 30+ trash mobs. Ran past the ones that weren't blocking, stopped for a second to kill those that were and kept chasing. New version looks awesome so far.
       
    20. AngelsHalo

      AngelsHalo New Member

      Joined:
      Jun 13, 2012
      Messages:
      536
      Likes Received:
      1
      Trophy Points:
      0
      Lot of deaths running 1.4.3 overnight (barb act3). normally average 2-6, woke up this morning to find 14 (not just a sudden thing - scrolled up the chat window and saw way more deaths than usual). ah well.

      eager to try out 1.4.4, will post an update tonight :) thanks as always Giles.
       
    Thread Status:
    Not open for further replies.

    Share This Page