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

      carguy Member

      Joined:
      Jan 21, 2010
      Messages:
      573
      Likes Received:
      7
      Trophy Points:
      18
      If you think the difference between 900 and 1500 is "negligible", then i feel bad for you.

      And as someone pointed out, a human player can get by easily with even 600-700 resists; however as a bot you have to vastly over compensate.
       
    2. Matrosen

      Matrosen New Member

      Joined:
      Jun 16, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Is it just me or does the avoidance suck balls when you roll a ww barb? might be with other specs too just my notice.
       
    3. Eddyno

      Eddyno New Member

      Joined:
      Jul 24, 2012
      Messages:
      84
      Likes Received:
      0
      Trophy Points:
      0
      Giles i just notice monk again is not casting sweeping wind if the blind is in cooldown :/ i think we fixed it on combat replacer but now is broken again

      Seven sided strike now is only on elites can you set to use vs gray mob only with low hp? like 50%

      also less important when he is full spirit vs 1-2 gray mob he refresh mantra and its ok.. but before refreshing mantra sweeping is more important
       
      Last edited: Sep 13, 2012
    4. zazey

      zazey Member

      Joined:
      Jun 15, 2012
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
      Is there a way to run this plugin and have i handle loot/stash/items but run a different combat profile for a demon hunter since DH isnt supported with giles combat?
       
    5. Polyester

      Polyester New Member

      Joined:
      Jun 18, 2012
      Messages:
      927
      Likes Received:
      1
      Trophy Points:
      0
      did you try running it and using a different combat profile?
       
    6. zazey

      zazey Member

      Joined:
      Jun 15, 2012
      Messages:
      71
      Likes Received:
      1
      Trophy Points:
      8
      yeah but It still wouldnt attack.
       
    7. Wulfgar6

      Wulfgar6 New Member

      Joined:
      Jan 25, 2012
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      Just a recommandation for the stash part of your profile:

      I always switch between salvage or sell items depending of the marker price of essence (sometime it doesn't worth it to salvage) and I was thinking it would be cool to add a feature that let the bot sell all the items that worth more than a specified value and then salvage the other.

      Ilevel <60 sell.
      Ilevel >60 that worth more than 900 gold sell
      Ilevel > 60 that worth less than 900 gold salvage

      Adding a box that allow us to specify the exact price we want. Essence usualy goes for 750-900 (-15% AH fee) and lots of Ilevel 61-63 items worth 1k-3k gold to vendor so sometime it's much more profitable to sell to merchand and sometime not (some Ilevel 63 worth 200 gold...).

      As I said it's just a suggestion that I think a lot of us could use. Thx a lot for your great profiles!
       
    8. Moley

      Moley New Member

      Joined:
      Jul 15, 2012
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      DB can not read an Items sell value, you could put a check if you manually checked the prices of tomes and essences, but at this point, sell everything, but crafting mats if you need to craft

      Code:
       // Check if either we don't have blinding flash, or we do and it's been cast in the last 2800ms
                              (!hashPowerHotbarAbilities.Contains(SNOPower.Monk_BlindingFlash) || (hashPowerHotbarAbilities.Contains(SNOPower.Monk_BlindingFlash) && DateTime.Now.Subtract(dictAbilityLastUse[SNOPower.Monk_BlindingFlash]).TotalMilliseconds <= 4000)) &&
      put a // in front of (!hash... that will tell the bot not care about blinding flash

      for SSS find this line
      Code:
                          // Seven-Sided Strike
                          if (!bBuffsOnly && !bAvoidanceEmergency && !playerStatus.bIsIncapacitated &&
                              (iElitesWithinRange[RANGE_30] >= 1 || ((targetCurrent.bThisElite || targetCurrent.bThisUnique || targetCurrent.bThisRare || targetCurrent.bThisMinion) && targetCurrent.fRadiusDistance <= 30f)) &&
      change it to
      Code:
                          // Seven-Sided Strike
                          if (!bBuffsOnly && !bAvoidanceEmergency && !playerStatus.bIsIncapacitated &&
                              (iElitesWithinRange[RANGE_30] >= 1 || (iAnythingWithinRange[RANGE_30] >= 4 && playerStatus.dCurrentHealthPct <= 0.5) || ((targetCurrent.bThisElite || targetCurrent.bThisUnique || targetCurrent.bThisRare || targetCurrent.bThisMinion) && targetCurrent.fRadiusDistance <= 30f)) &&
      THis will cast when 4+ monsters and health less than or equal to 50%

      try em out
       
      Last edited: Sep 13, 2012
    9. Ash

      Ash New Member

      Joined:
      Aug 30, 2012
      Messages:
      104
      Likes Received:
      0
      Trophy Points:
      0
      No, you can't. Trinity overrides other combat routines for reasons stated previously in this thread, and there's no way around that. You have to use Giles' old plugins if you want a different combat routine.
       
    10. myktek

      myktek New Member

      Joined:
      Sep 13, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      first of all, thanks for a great plugin!
      I'm not very familiar with the Town-Runs, i see it id's the items, then throws stuff in the chest that I already had in my stash and then sells the rest. Which is great, my question is on how to configure the Town-Runs tab.
      How are the Weapon/Armor/Jewelry scores calculated?
      I ran the Test Backpack Scores button and it told me the scores of the items, but I don't know how it came up with those scores... sorry to be a noob at this.
       
    11. xzhenx

      xzhenx New Member

      Joined:
      Jul 12, 2012
      Messages:
      279
      Likes Received:
      0
      Trophy Points:
      0
      More stuff to add to ignore list.

      [EF1FF98] GizmoType: LootContainer Name: Beast_Corpse_A_01-3697 ActorSNO: 3340 Distance: 8.647914 Position: <912.5, 602.5, 1.079163> Barracade: False

      This is a beast corpse beside rakkis crossing waypoint, usually causes some stucks if unignored.
       
    12. aramor

      aramor New Member

      Joined:
      Jul 10, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      it saves all legendarys?
       
    13. liquidsnakeblue

      liquidsnakeblue New Member

      Joined:
      Feb 1, 2012
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      0
      Thanks Giles for all your hard work, we all owe you
       
    14. JebaczKoz

      JebaczKoz New Member

      Joined:
      Aug 23, 2012
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      suggestions

      Increase the frequency of use of the skills Breath of Heaven (mantras full and only wasted and life falls).
       
    15. Morto-vivo

      Morto-vivo New Member

      Joined:
      Aug 27, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Why now it sell all my potion? I didn't change anything.
       
    16. Rage

      Rage New Member

      Joined:
      Aug 5, 2012
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
      I have the same problem but far greater. Why it now delete potions, then salvage all my gear, then sell all my stashed items, then delete my char, then delete my account, then uninstall my Diablo, then delete all my pictures, then my music, then delete all my facebook friends, then my operating system uninstalled itself.

      What do I do? Help please

      Not srs.. but if you expect a actual reply to a problem you have and have people take it seriously then actually give some more information then "it sell my potion"
       
      Last edited: Sep 14, 2012
    17. Rage

      Rage New Member

      Joined:
      Aug 5, 2012
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
    18. devious21

      devious21 New Member

      Joined:
      Jul 29, 2012
      Messages:
      970
      Likes Received:
      12
      Trophy Points:
      0
      You can make the bot hold more than 100 potions by opening the config for trinity and changing the thing that says "Cap at 100" to "Pickup all"

      Here's a picture for any visual learners out there!
      potions.jpg
       
    19. Polyester

      Polyester New Member

      Joined:
      Jun 18, 2012
      Messages:
      927
      Likes Received:
      1
      Trophy Points:
      0
      why do you pick up blue jewelery
       
    20. randyboy

      randyboy New Member

      Joined:
      Aug 10, 2012
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      Salvage for mats?
       
    Thread Status:
    Not open for further replies.

    Share This Page