Jump to content

Recommended Posts

Sure just use the condition if you are in fight or not
pseudo code:

while not in combat
...
if in combat
move to xyz

If you want more informations please explain us what botbase you want to use.

Edit:
If you just want ignore mobs if your are at a mount while moving to a place, take a look at this post.

Ignore fighting if in ground mount is the option you'r looking for.

Link to comment
Share on other sites

4 hours ago, iMod said:

Sure just use the condition if you are in fight or not
pseudo code:

while not in combat
...
if in combat
move to xyz

If you want more informations please explain us what botbase you want to use.

Edit:
If you just want ignore mobs if your are at a mount while moving to a place, take a look at this post.

Ignore fighting if in ground mount is the option you'r looking for.

Not looking for the mount/dismount in combat.

What i am looking for is if i am fighting a certain mob or dungeon boss where i need to move out of stuff, i want it to move to location x after x seconds for example.

The conditions you gave in your example like if in combat, move to xyz. Where can i put those commands?

Is it in fightclass profile or questprofile?

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