Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mend Pet Not Working 3.3.5a

Featured Replies

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

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


 

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.