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