• Visit Rebornbuddy
  • [Plugin] Giles Trinity

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

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

      Buzzalot Member

      Joined:
      Feb 17, 2012
      Messages:
      131
      Likes Received:
      0
      Trophy Points:
      16
      yay Trinity Class forums are going up.
       
    2. Hidden.

      Hidden. New Member

      Joined:
      Sep 2, 2012
      Messages:
      132
      Likes Received:
      1
      Trophy Points:
      0
      After the fixes that Bomb and Poly applied to my version of Trin, I'm at a point where I'm not sure if I should be updating either DB or Trinity...
      I'm not getting stuck, no DC's, no crashes, no CPU issues, dying 1-3 times per act 3 run and where the bot used to use up about 70 pots every 3-4 hours, over the past 8 hours it used 18 (it used more but I'm basing the number on the ones it used and picked up).

      Is there a reason why I should update once the new Trin comes out?
       
    3. jinny1

      jinny1 New Member

      Joined:
      Jun 10, 2012
      Messages:
      554
      Likes Received:
      1
      Trophy Points:
      0
      Trinity v1.5 will be released tomorrow, with massive speed/cpu improvements, improved uses of many skills, better attack-speed, better stuck-handling, barricade handling, better body-block handling, better avoidance intelligence and handling, and many other things... INCLUDING DEMON HUNTER SUPPORT!
       
    4. shuto1

      shuto1 New Member

      Joined:
      Feb 1, 2012
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      I can't wait.
       
    5. Hidden.

      Hidden. New Member

      Joined:
      Sep 2, 2012
      Messages:
      132
      Likes Received:
      1
      Trophy Points:
      0
      I read them, I'm just currently not finding any issues with the one I have. I will probably just back my version up and give it a go anyways see if anything changes/improves. If not, I can always just go back to this version I guess :)
       
    6. shuto1

      shuto1 New Member

      Joined:
      Feb 1, 2012
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      New version up! I donated!
       
    7. brbbX

      brbbX New Member

      Joined:
      Aug 13, 2012
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      0
      I'm still having the spam sprint issue on 1.5!
      Could it have something to do with the fact that I set APS to 15?
       
      Last edited: Sep 24, 2012
    8. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      That could definitely cause oddities - it's an advanced feature for good reason! Try disabling it, restarting DB, and trying again! Let me know if you still have issues, but I haven't seen any on any of my barbs, and I run on default TPS only (which should be just fine for 99% of users, especially with the new version that is faster anyway!)

      Thank you! :D
       
    9. brbbX

      brbbX New Member

      Joined:
      Aug 13, 2012
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      0
      nope, without APS edited it's still spamming sprint sometimes (only during battle, not when moving around)
       
    10. Hidden.

      Hidden. New Member

      Joined:
      Sep 2, 2012
      Messages:
      132
      Likes Received:
      1
      Trophy Points:
      0
      Brbb, open up .cs with Notepad++ and change your sprint code lines to this:

      Code:
      // Sprint buff, if same suitable targets as elites, keep maintained for WW users
      if (!bBuffsOnly && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Sprint) && !playerStatus.bIsIncapacitated && 
      (GilesUseTimer(SNOPower.Barbarian_Sprint) &&
      ((playerStatus.dCurrentEnergy >= 40 && !playerStatus.bWaitingForReserveEnergy) || playerStatus.dCurrentEnergy >= iWaitingReservedAmount) && PowerManager.CanCast(SNOPower.Barbarian_Sprint)))
      {
      return new GilesPower(SNOPower.Barbarian_Sprint, 0f, vNullLocation, iCurrentWorldID, -1, USE_COMBAT_ONLY, USE_SLOWLY);
      }
       
    11. Hidden.

      Hidden. New Member

      Joined:
      Sep 2, 2012
      Messages:
      132
      Likes Received:
      1
      Trophy Points:
      0
      Did you take it off? :(
       
    12. brbbX

      brbbX New Member

      Joined:
      Aug 13, 2012
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      0
      yes, with that fix it works..
      I'm thinking that maybe it's also spamming WW, however? is that possible? sometimes my fury goes from 100 to 0 in a second
       
    13. Hidden.

      Hidden. New Member

      Joined:
      Sep 2, 2012
      Messages:
      132
      Likes Received:
      1
      Trophy Points:
      0
      Ever since I used that code, I've had absolutely no Fury issues. It runs like personal lubricant on a pornstar's body. Smooth, and you know it will end well.
       
    14. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      ...and Giles did it again :D

      Glad to see some of my changes there... :cool:

      Good Job as always! :)
       
    15. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      Try re-download, I made a couple of minor changes (I don't make it a habit to upload changes without increasing version number, I'm just completely overwhelmed with work right now, setting up the new sub-forums, and it's 5 AM - this is a rarity, for anyone concerned with not knowing if they have the latest or not. The changes have been minor and focused purely on barbarian leap, and barbarian sprint use).
      All I've done is remove the check for the buff not being present, and DB's own power-manager check on the skill use, so it's purely based on using it once every 2.85 seconds or so.

      As for energy use - energy use should be reduced - there is no way to hold down an attack button in DemonBuddy. Whirlwind is only possible because of the way I have set it up to be able to spam attacks over and over quickly to look like one chain of WW - this will never be quite as efficient as if we had a way to hold down a button, but it works. In Trinity v1.5, I changed whirlwind specifically to limit it's use to only send a new WW command once every 200 milliseconds - long enough for the last WW to still be going, short enough to keep a "chain" of them going in a line - this reduces fury use a lot. That 200 may be able to go slightly higher, but you have to be careful that lag/sudden CPU spikes don't cause the gap to be so large that the WW line "Breaks" and you stop-start your whirlwinds constantly.
       
    16. Hidden.

      Hidden. New Member

      Joined:
      Sep 2, 2012
      Messages:
      132
      Likes Received:
      1
      Trophy Points:
      0
      Confirming that the latest version no longer has the inherent Sprint Spam issues :)
       
      Last edited: Sep 25, 2012
    17. beardi

      beardi Member

      Joined:
      Sep 20, 2012
      Messages:
      586
      Likes Received:
      21
      Trophy Points:
      18
      Seems that now the plugin fails until death to realize its not in archon form and can use diamond skin.. deathsx20+ in less minutes lol
       
    18. Hidden.

      Hidden. New Member

      Joined:
      Sep 2, 2012
      Messages:
      132
      Likes Received:
      1
      Trophy Points:
      0
      PS.
      I'm not sure if it's because I was using an altered version, or if you changed it in this version... but the WW pathing is freaking amazing.
      Giles, not to add more to your plate, but for the future... Is there a way to give priority to certain avoidances? For example... Frost to be avoided at all costs?
      The reason I say this is because if there are Frost Balls on the ground and it tries to avoid it, but it happens to head in the direction of a Desecration Pool, it will avoid the pool and head into the frost. I'd rather take on Desecration than frost any day.

      Edit:
      ROFL! I my bot just walked into an area with 3 Yellow elite groups. The Big Golgor guys, a Shaman and Trooper. It beat them to a pulp :D
       
      Last edited: Sep 25, 2012
    19. funker

      funker Member

      Joined:
      Mar 7, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      6
      as for me, i think my char started to die more often. especially when elites explode after death, bot trys to evade explode and just stands away from it and waits. During this time other mobs kill my char) maybe i just get some strong elites dunno. playing barb
       
    20. Gurkis

      Gurkis New Member

      Joined:
      Sep 11, 2012
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      I'm having issues with the new bot and plugin, he moves to the first area of ACT III and just kind of stands there, waiting to die :/. He doesn't even try to attack.

      EDIT:
      nvm, I restarted the bot 5 times and it's working :D
       
      Last edited: Sep 25, 2012
    Thread Status:
    Not open for further replies.

    Share This Page