What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

dismounting and attacking when attacked

dark wolf

New Member
Joined
Mar 11, 2015
Messages
95
Hi
I have a problem when I ride with a fighting class lets say lvl 20 tgrough lvl 40 area. I can ride through I get a couple of hits but I survive.
If I use the Bot it dismounts and tries to fight the lvl 40 char.
My current solution is to change to a BTN or so then the bod doesn' t try to fight.
Do you know where this routine is stored ? is it part of the combat routine?
 
If you are using a OrderBot Profile for something you can use the <NoCombatMoveTo> tag to avoid all combat on your way there :)
 
Which is not a CommonBehaviors. And maybe I did not get it right i cannot simply use OrderbotTags in plugings.
Especially in the Prio Selector.
 
Which is not a CommonBehaviors. And maybe I did not get it right i cannot simply use OrderbotTags in plugings.
Especially in the Prio Selector.

Depends on what you are trying to do. If don't want to get dismounted then you need to place your code higher up in the call chain. Plugins don't natively support behaviors so without more information i can't help.
 
As you know I wrote this OderbotTag which allows Traveling through the world. but its kind of anyoing if you die on the way because you try to attack high level mobs.
And in this context I would like to move without dismount.
thx
 
override the highpriority property and set it to true.
 
Back
Top