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!

/Startattack Hunter taming help!

robokira

New Member
Joined
Dec 27, 2015
Messages
4
Hi all, I was wondering if there was a way to disable combat on Singular, specifically for the [Singular] /startattack line. I reason I ask is because I am running a simple profile using Questbot to try and tame rare pets when they spawn. However, when the rare pet actually spawn, the combat routine decided to kill it. The profile I use has this following line for taming:

"<CustomBehavior File="InteractWith" MobId1="35189" MobState="Alive" InteractByCastingSpellId="1515" Range="30" />"

Any help is greatly appreciated. Thank you for your time.
 
Hi all, I was wondering if there was a way to disable combat on Singular, specifically for the [Singular] /startattack line. I reason I ask is because I am running a simple profile using Questbot to try and tame rare pets when they spawn. However, when the rare pet actually spawn, the combat routine decided to kill it. The profile I use has this following line for taming:

"<CustomBehavior File="InteractWith" MobId1="35189" MobState="Alive" InteractByCastingSpellId="1515" Range="30" />"

Any help is greatly appreciated. Thank you for your time.

You can try one of those "empty" CRs that has no attacks in it. I'm not familiar with how to get it to stop attacking though other than that.
 
Prior to your InteractWith add:

<DisableBehavior Name="Combat" />

This will shut off all combat logic.



Alternatively, InteractWith supports the IgnoreCombat="true" attribute which will make it ignore all combat while the interaction is taking place.
 
Back
Top