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

      Narko New Member

      Joined:
      Aug 22, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      Hmmmm.. well, well, I feel like "have to" donate, you and those CIGGARC are doing great job.
      When those bots will finish to pay themselves, you'll all have your share, for sure. ^^
       
    2. frosty

      frosty New Member

      Joined:
      Sep 1, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      nvm, now i switched it off and works much better now ^^
       
    3. dreams81

      dreams81 Member

      Joined:
      Aug 5, 2012
      Messages:
      194
      Likes Received:
      0
      Trophy Points:
      16

      lol we all got trolled.
       
    4. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      WOW, 2 legendaries in 15 minutes, this plugin is amazing :)

      G
       
    5. frosty

      frosty New Member

      Joined:
      Sep 1, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      yeah, we all got trolled ^^
       
    6. Matrosen

      Matrosen New Member

      Joined:
      Jun 16, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Yeah I am sure its the plugin giving you legendaries!!
       
    7. dreams81

      dreams81 Member

      Joined:
      Aug 5, 2012
      Messages:
      194
      Likes Received:
      0
      Trophy Points:
      16
      honestly this plugin is the fucking awesome just awesome I want to hug giles its that good.
       
    8. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      I forgot to note in the changelogs, I increased legendary drop rate by 50% too ;)
       
    9. kinkay

      kinkay New Member

      Joined:
      Aug 24, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Thanks :)
       
    10. meef

      meef Member

      Joined:
      Jun 12, 2012
      Messages:
      69
      Likes Received:
      1
      Trophy Points:
      8
      Thank you! looking forward to farming with this!
       
    11. dreams81

      dreams81 Member

      Joined:
      Aug 5, 2012
      Messages:
      194
      Likes Received:
      0
      Trophy Points:
      16
      is there a way to turn off avoidance for example plague pools?


      edit nevermind figured it out on my own.
       
      Last edited: Sep 5, 2012
    12. JayB

      JayB Banned

      Joined:
      Sep 5, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Avoidance is working great now. Any word on fixing Leap?
       
    13. coldfear88

      coldfear88 New Member

      Joined:
      Aug 30, 2012
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0

      Sorry, ive forgot to activate the Profile Manager. Now all works perfect.
       
    14. kobru

      kobru New Member

      Joined:
      Aug 22, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0
      awesome work giles.
      Demonbuddy works great
      your plugin works great
      but both together is just awesome.
       
    15. frosty

      frosty New Member

      Joined:
      Sep 1, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      whats wrong with leap??
       
    16. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      DB 222 won't let me load the settings window for the combat profile, anyone else see this ? I remember there being one, or am I dreaming ?

      G
       
    17. Tecnique

      Tecnique New Member

      Joined:
      Mar 11, 2012
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      My Barb is leaping in and out of combat just fine
       
    18. iFaTaL

      iFaTaL New Member

      Joined:
      Jun 5, 2012
      Messages:
      77
      Likes Received:
      1
      Trophy Points:
      0
      Testing ASAP w/ A3 Champ Max MF
      Buy some beer with the donation mate
       
    19. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      I've tried to write the code to be extremely readable and easily editable, and flooded the code with comments throughout explaining what things are - you can easily set health limits for plague pools to 0 for your class. Near the top of the .cs file (maybe 2-3 pages down), you'll find a section with something like this in;
      Code:
              // How much health to look for and avoid each AOE (1 = 100% health, 0.5 = 50% health etc.), different values for each class
              // ***************************
              // *****    Barbarians   *****
              // ***************************
              private static readonly Dictionary<int, double> dictAvoidanceHealthBarb = new Dictionary<int, double> 
              {
                  // Arcane        Arcane 2        Desecrator      Poison Tree      Molten Core     Molten Core 2   Molten Trail   Plague Cloud   Ice Balls     
                  {219702, 0.75},  {221225, 0.75}, {84608, 0.8},   {5482, 0.55},    {4803, 1},      {4804, 1},      {95868, 0.6},  {108869, 0.25},{223675, 1},             
                  // Bees-Wasps    Plague-Hands    Azmo Pools      Azmo fireball    Azmo bodies     Belial 1        Belial 2      
                  {5212, 1},       {3865, 0.95},   {123124, 0.8},  {123842, 0.6},   {123839, 0.7},  {161822, 1},    {161833, 1}, 
                  // Sha-Ball      Mol Ball        Mage Fire
                  {4103, 0.2},     {160154, 0.2},  {432, 0.75},
              };
      
      With a set of values for each class. The 2nd value in each pair of values is the health limit to run from that avoidance from - 0.6 being 60% etc. you could change plague clouds to a a lower value, or even a 0 - or remove the plague cloud SNO from the "private static readonly HashSet<int> hashAvoidanceSNOList = new HashSet<int>" list a little higher up entirely too.
       
    20. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      sorry, you missed the invisible /sarcasm tag :)

      G
       
    Thread Status:
    Not open for further replies.

    Share This Page