• 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. 154404965

      154404965 New Member

      Joined:
      Aug 10, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Bug report
      My wizard doesn't use any Armor skills at all, IceArmor, StormArmor and EnergyArmor
      I suspect it's priority of use is very low or use frequency is too set to long
      maybe due to I have both familiar and magic weapon
      or maybe due to I have archon on as well
      I'm unarmored in combat at times
      please have a look at it
      need all my buffs ON before using archon
      thank you giles
       
      Last edited: Sep 8, 2012
    2. kobru

      kobru New Member

      Joined:
      Aug 22, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      MONK Serenity fixed
      MONK breath of heaven question :

      This code is used for breath of heaven

      // Breath of heaven when needing healing or the buff
      if (!bBuffsOnly && (playerStatus.dCurrentHealthPct <= 0.6 || !GilesHasBuff(SNOPower.Monk_BreathOfHeaven)) && hashPowerHotbarAbilities.Contains(SNOPower.Monk_BreathOfHeaven) &&
      GilesUseTimer(SNOPower.Monk_BreathOfHeaven) &&
      playerStatus.dCurrentEnergy >= 30 && PowerManager.CanCast(SNOPower.Monk_BreathOfHeaven))
      {
      return new GilesPower(SNOPower.Monk_BreathOfHeaven, 0f, vNullLocation, iCurrentWorldID, -1, USE_COMBAT_ONLY, USE_SLOWLY);
      }

      does this not need same fix as serenity?
      Meaning change the USE_SLOWLY to USE_INSTANTLY?
       
    3. jinny1

      jinny1 New Member

      Joined:
      Jun 10, 2012
      Messages:
      554
      Likes Received:
      1
      Trophy Points:
      0
      Seems that overpower as well as rend have the wrong range, it goes off to farrr :(
       
    4. Arm

      Arm New Member

      Joined:
      Aug 23, 2012
      Messages:
      214
      Likes Received:
      0
      Trophy Points:
      0
      It still doesnt spam Spirit Walk for movement.
      Is tps working? I maxed it and I see no affection on my CPU.
      My WD is still putting first Acid Cloud above his head every time, even if there are no mobs in range.
       
      Last edited: Sep 8, 2012
    5. Decard_Cain

      Decard_Cain New Member

      Joined:
      Aug 16, 2012
      Messages:
      68
      Likes Received:
      1
      Trophy Points:
      0
      Got through a decent chunk of replys but there are 50+ pages now so I didn't get to em all. Not sure if this has surfaced yet.

      My barb refuses to use bash. He is attacking somehow without using the left click skill, just plain attacks. I know this because not only is there no animation to the swing aside from the swing itself, but i have punish rune active and my dps never changes.

      Odd thing is he uses it on objects to clear them, just not on mobs.
       
    6. kobru

      kobru New Member

      Joined:
      Aug 22, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      serenity not cast fast enough when in incapacitated state.

      original code

      // Serenity if health is low
      if ((playerStatus.dCurrentHealthPct <= 0.50 || (playerStatus.bIsIncapacitated && playerStatus.dCurrentHealthPct <= 0.60)) && hashPowerHotbarAbilities.Contains(SNOPower.Monk_Serenity) &&
      GilesUseTimer(SNOPower.Monk_Serenity, true) &&
      playerStatus.dCurrentEnergy >= 10 && PowerManager.CanCast(SNOPower.Monk_Serenity))

      i think it should be better if we do it like this

      // Serenity if health is low
      if ((playerStatus.dCurrentHealthPct <= 0.50 || (playerStatus.bIsIncapacitated && playerStatus.dCurrentHealthPct <= 0.90)) && hashPowerHotbarAbilities.Contains(SNOPower.Monk_Serenity) &&
      GilesUseTimer(SNOPower.Monk_Serenity, true) &&
      playerStatus.dCurrentEnergy >= 10 && PowerManager.CanCast(SNOPower.Monk_Serenity))
       
    7. costitza

      costitza New Member

      Joined:
      Aug 30, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      Anyone having problem with drinking potions becose after i upgraded to 1.2 ,my hero wont drink any potions
       
    8. jinny1

      jinny1 New Member

      Joined:
      Jun 10, 2012
      Messages:
      554
      Likes Received:
      1
      Trophy Points:
      0
      get 1.3
       
    9. bombastic

      bombastic New Member

      Joined:
      Jun 18, 2012
      Messages:
      430
      Likes Received:
      3
      Trophy Points:
      0
      This is definitelly a bug... take a look on this giles ;)

      btw great work!
       
    10. JebaczKoz

      JebaczKoz New Member

      Joined:
      Aug 23, 2012
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      Question - Monk

      Is it possible to first use Deadly Reach /Foresight/ after 3 strike (buffed +18% dmg) use primary attack Fists of Thunder?
       
    11. guckucker

      guckucker New Member

      Joined:
      Sep 1, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Bug: Teleports when mobs are still in range/attacking.
       
    12. satan2004

      satan2004 New Member

      Joined:
      Jun 12, 2012
      Messages:
      456
      Likes Received:
      0
      Trophy Points:
      0
      No idea what u did with the latest update 1.3.... when it reaches a pack i get 3 FPS!
       
    13. bhfernandes

      bhfernandes New Member

      Joined:
      Jul 1, 2012
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      Giles, I have one problem... I don't know what I am doing wrong.....

      I did a fresh install in C: (DB folder), downloaded your plugin, created a folder called plugins, put your plugin inside, downloaded that combat routines, put inside combat routines folder...
      Started DB, activated your plugin and restarted DB.

      When I start db your plugin start by itself (perfectly) and after I choose the profile (in case, act3 elite farm) it stay in the town.. doesn't move or anything.

      I choose giles as combat routine, I am not new botting, I use your plugins since they was available.. but I don't know what I am doing wrong.. =/

      Here is what demonbudy says:

      [09:37:32.389 N] Demonbuddy v1.0.952.222 started
      [09:37:33.858 N] Logging in...
      [09:37:34.464 N] Attached to Diablo III with pid: 5156
      [09:37:34.467 N] Flashing window
      [09:37:36.918 N] [GilesTrinity] *******************************
      [09:37:36.918 N] [GilesTrinity] ENABLED: Giles Trinity now in action!
      [09:37:36.918 N] [GilesTrinity] *******************************
      [09:37:37.680 N] Failed to load profile: Path to profile element is not valid; file not found
      [09:37:50.482 N] Current bot set to Order Bot
      [09:37:50.482 N] Loaded profile [A3 - Inferno]Champion-Hunting 1.0 Silhouettes Profile Starter!
      [09:37:57.750 N] Chose Giles Routine For Use With Plugin as your combat routine.
      [09:37:57.966 N] Loaded profile [A3 - Inferno]Champion-Hunting 1.0 Silhouettes Profile Starter!
      [09:37:58.150 N] Waiting 10 seconds before next game...
      [09:38:08.241 N] Creating new game, Params: <Act:A3 Difficulty:Inferno Quest:101758 QuestStep:1 ResumeFromSave:False IsPrivate:True>
      [09:38:14.520 N] GameChanged. Clearing actors
      [09:38:14.643 N] ========== Grid segmentation resetting!!! ============
      [09:38:14.643 N] Game joined, Reloading profile.
      [09:38:14.855 N] Loaded profile [A3 - Inferno]Champion-Hunting 1.0 Silhouettes Profile Starter!
      [09:40:14.900 N] Inactivity timer tripped! Leaving game
      [09:40:14.901 N] Leaving game
      [09:40:14.910 N] Last run acquired 0 gold.
      [09:40:19.911 N] Waiting 10.4 seconds before next game...
      [09:40:30.375 N] Creating new game, Params: <Act:A3 Difficulty:Inferno Quest:101758 QuestStep:1 ResumeFromSave:False IsPrivate:True>
      [09:40:36.510 N] GameChanged. Clearing actors
      [09:40:36.623 N] ========== Grid segmentation resetting!!! ============
      [09:40:36.623 N] Game joined, Reloading profile.
      [09:40:36.831 N] Loaded profile [A3 - Inferno]Champion-Hunting 1.0 Silhouettes Profile Starter!
       
      Last edited: Sep 8, 2012
    14. b5x1

      b5x1 New Member

      Joined:
      Sep 6, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      would it be possible to use bash/pulverize at range when stuck fighting jailer/waller elites?
       
    15. shaliuno

      shaliuno New Member

      Joined:
      Jun 16, 2012
      Messages:
      478
      Likes Received:
      3
      Trophy Points:
      0
      Frenzy sometimes keeps going away.
      For Barb made for attack speed + LoH is it very vital for bot to attack at least something even if it is not important. Sometimes Barb sticks to its target and alsmost gets normal frenzy attack but upon changing targets he begins to stall sometimes.
      Or if his targets goes away, he need just to attack something.
      Notices several times him dying because he was unable to do it and loosing HP.
       
    16. solitudethedude

      solitudethedude New Member

      Joined:
      Jan 11, 2012
      Messages:
      118
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for plugin, it's great

      How can I make the bot put the fallen shamans ( the fireball chucking faggots ) as #1 kill priority? The bot will spend forever killing the little dudes that the fallen shamans spawn over and over.
       
    17. r0sc0

      r0sc0 New Member

      Joined:
      Jan 15, 2010
      Messages:
      410
      Likes Received:
      2
      Trophy Points:
      0
      Hi Giles, seems since 1.3 when in fights diablo slows right down any ideas? playing a monk.
       
    18. r0sc0

      r0sc0 New Member

      Joined:
      Jan 15, 2010
      Messages:
      410
      Likes Received:
      2
      Trophy Points:
      0
      I have to agree same problem for my self.
       
    19. Phyxios

      Phyxios Member

      Joined:
      Jul 18, 2012
      Messages:
      472
      Likes Received:
      5
      Trophy Points:
      18
      Monk attacks slow, moves around a bit more then it should, and never seems to cast serenity when he really needs it.
       
    20. firerebel

      firerebel New Member

      Joined:
      Aug 24, 2012
      Messages:
      84
      Likes Received:
      1
      Trophy Points:
      0
      posting your computer specs would be wise when complaining about low fps.
       
    Thread Status:
    Not open for further replies.

    Share This Page