Jump to content

thelastpanda

Members
  • Posts

    1
  • Joined

  • Last visited

File Comments posted by thelastpanda

    Auto Bandage

       468    5

    There's an error in your fist condition : if (!Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Fight.InFight && !ObjectManager.Me.IsMounted && ObjectManager.Me.HealthPercent <= 80)

    It should be : if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Fight.InFight && !ObjectManager.Me.IsMounted && ObjectManager.Me.HealthPercent <= 80)

×
×
  • Create New...