Jump to content

thelastpanda

Members
  • Posts

    1
  • Joined

  • Last visited

thelastpanda's Achievements

Newbie

Newbie (1/14)

0

Reputation

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