• Visit Rebornbuddy
  • [Plugin] FlaskHelper

    Discussion in 'Archives' started by toNyx, May 26, 2014.

    1. dirin

      dirin Member

      Joined:
      May 16, 2014
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      8
      Everyone is asking about Sin's Rebirth. This is what I do to have it work.
      I Enable the Stibnite Flask and change Selector to:
      f.Rarity == Rarity.Unique and f.FullName.Contains("Sin's Rebirth")​
      Then I add my things as suggested by WiN such as:
      FH.IsBurning
      me.HealthPercent < 50
      FH.SpecificRarityMobAround(Rarity.Unique, 20) > 0
      FH.SpecificRarityMobAround(Rarity.Rare, 20) > 0
      FH.SpecificRarityMobAround(Rarity.Magic, 25) > 6
      FH.NumberOfMobsNear(me, 30) > 10​
       
    2. deterministik

      deterministik New Member

      Joined:
      Jan 7, 2018
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      i can not get the coruscating elixir to work properly at all it seems, any ideas? any trigger suggestion?

      When ES reaches 0 i want the bot to push that little bottle like he means it! it would save up a lot of time!

      i have tried
      me.EnergyShieldPercent < 0

      and this
      me.EnergyShieldPercent < 0 and me.HealthPercent < 90
       
    3. demonviper

      demonviper Active Member

      Joined:
      Apr 8, 2014
      Messages:
      534
      Likes Received:
      56
      Trophy Points:
      28

      First of all your logic is flawed. This: "me.EnergyShieldPercent < 0" would never work unless your ES can go into the negatives if you really want it to start as low as possible you can do "me.EnergyShieldPercent < 1" because the only number less than 1 is 0. (in positive whole values which is what you care about)

      The second one would never go off (again) because of your flawed logic.
       
    4. deterministik

      deterministik New Member

      Joined:
      Jan 7, 2018
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      ok thx for clarification!

      any how program seem to work okay, is communitylib still needed? Because i get this

      Now loading [CommunityLib 0.0.0.6]. Cannot load [CommunityLib 0.0.0.6] because there is no [3rdparty.json] file.
       
    5. demonviper

      demonviper Active Member

      Joined:
      Apr 8, 2014
      Messages:
      534
      Likes Received:
      56
      Trophy Points:
      28
      Not sure so I have left mine there
       

    Share This Page