senojin 2 Posted November 20, 2017 Share Posted November 20, 2017 Hello, Team I purchased the private server package and I have ran into a few issues, but ultimatlmy have been able to find a work around for most with the help of the forums. But for the life of me i cannot figure out to get the bot to us the "Mend Pet" skill as intended, it simply ignoring it. I am using the below fight class that was provided via the software. But its still skipping the mend pet spell. Hunter - [Leveling 1-80] [Beast Mastery] | [Marksmanship] | [Fightclass] | [3.3.5a] WRobot for private server > WRobot for Wow Wrath of the Lich King > Fight Classes - Wotlk - 902 I have tried all sorts of things, i have changed the conditions of the health, and % nothing works. I would be very grateful if someone could help me get this solved. The build is useless if you cant even heal your pet :( Thank you -Senojin timamusic 1 Link to comment https://wrobot.eu/forums/topic/7746-mend-pet-not-working-335a/ Share on other sites More sharing options...
Apexx 60 Posted November 20, 2017 Share Posted November 20, 2017 Looking into the fight class, these are the following conditions that must be met in order for it to use Mend Pet: Pet Health Percent <= 85 Health Points Lost >= 300 (Not sure if this is Player Health Points Lost, or Pet) Target Health Percent == 25 Timer has reached 16 seconds Checking how much health points lost is quite redundant if you are already checking if the pet health percent is below # value. Why only use Mend Pet when your target health is exactly 25%? hbs27 Current Spell Settings: Timer = 16000 (This may or may not be necessary).Cast spell on is set to none. (not sure if spell needs to be cast on Pet?) Spell Settings (Adjusted): Timer ([optional] Mend Pet Cooldown Time) Cast spell on = Pet? Check if know spell = True Check is spell is good distance = True Check if spell is usable = True Spell Conditions: Pet Health Percent = SmallerOrEqual (Desired value) May want to check Pet Buff as well, to see if your pet already has the buff. May want to check if Pet is Alive and Valid with C Sharp Code C Sharp Code: ObjectManager.Pet.IsAlive && ObjectManager.Pet.IsValid timamusic and BetterSister 2 Link to comment https://wrobot.eu/forums/topic/7746-mend-pet-not-working-335a/#findComment-35456 Share on other sites More sharing options...
senojin 2 Posted November 22, 2017 Author Share Posted November 22, 2017 Thank you for taking the time to write this all up! I was able to get it figured out thankfully :D Apexx 1 Link to comment https://wrobot.eu/forums/topic/7746-mend-pet-not-working-335a/#findComment-35529 Share on other sites More sharing options...
Apexx 60 Posted November 22, 2017 Share Posted November 22, 2017 You are most welcome, and I am glad that you figured it out! Link to comment https://wrobot.eu/forums/topic/7746-mend-pet-not-working-335a/#findComment-35532 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now