Jump to content

Stat

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Stat's Achievements

    This thing is fantastic, definitely recommend, and really appreciate you considering suggestions made as well! For those that haven't used Matenias other fight classes, they're built with very solid logic. And the FCs are updated as wRobot changes things that necessitate updates on the FC side. Recommend this, as well as other plugins. very good stuff!!
  1. This is great! Thanks for doing this! If you change out line 17 to read: if (!Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Fight.InFight && !ObjectManager.Me.IsMounted && ObjectManager.Me.HealthPercent <= 80 && !ObjectManager.Me.IsDeadMe) That will make sure it doesn't attempt to execute while you're dead. Basically just adding this: !ObjectManager.Me.IsDeadMe to the check to make sure you're not dead. Not sure if "!Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause" is supposed to handle that or not, but it didn't seem to in my experience.
×
×
  • Create New...