January 9, 20179 yr Is it possible tot setup thema bot that thema chat moves to locatie x when richting a mob?
January 9, 20179 yr Author Is it possible to setup the bot that char moves to location x when fighting a mob?
January 9, 20179 yr 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.
January 9, 20179 yr Author 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?
January 10, 20179 yr Ah okay, you can add it in any profile / plugin you want. You just need to add C# conditions.
Create an account or sign in to comment