Jump to content

Disable Fightclass at all


camelot10

Recommended Posts

@Droidz

i know i can disable fight by code Conditions.ForceIgnoreIsAttacked = true;

but, this will ignore fighting with mobs. fightclass still running and sometimes contains spells/casts that can break questing behaviour, especialy "out of combat" spells.

example this quest http://www.wowhead.com/quest=42834/intense-concentration any mount or stealth or form will remove quest item and you need to gather it again.

is there any possibility to disable fighclass and/or fightclass state from running ? and enable it again

 

Link to comment
Share on other sites

Hello, in fightclass if you use option "in combat only" wrobot will not casts spells.

You can try to dispose figthclass

wManager.Wow.Helpers.CustomClass.DisposeCustomClass();
wManager.Wow.Helpers.CustomClass.LoadCustomClass();

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...