Jump to content

Disable combat


minh vu duc

Recommended Posts

Hello.

i see code on some thread

Conditions.ForceIgnoreIsAttacked = true;

wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true;

now i want to write a quester profile with diable combat

when my bot run between 2 vector, i want my char disablecombat. and when it runto new vector it will enablecombat

Any one help me ?

Thank!

Link to comment
Share on other sites

plz help me to my bot attack mob.

<QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true;" />
    <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(1477.094f, 7370.096f, 0.9744754f), 23731, 2, false)" />
    <QuestsSorted Action="Wait" NameClass="100" />
    <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false;" />
    <QuestsSorted Action="Wait" NameClass="16000" />
    <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true;" />
    <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(1555.584f, 7362.403f, 1.741266f), 23731, 2, false)" />
    <QuestsSorted Action="Wait" NameClass="100" />
    <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false;" />
    <QuestsSorted Action="Wait" NameClass="16000" />

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