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.

WoTLK fight classes healing party members.

Featured Replies

Hey all,

I'm working on a Ret pally party bot for W@rm@ne 3.3.5 and im looking to get "Art of War" procs to be a bit more smart. 

 

The Art of war is a proc where he net Flash of Light or Exorcism becomes instant cast.  At the moment im just writing the tank name into the Fight class and running a macro to target the tank when the bot has Art of War and cast FoL.  Its effective, however some boss fights are a bit more party damage heavy and im seeing a lot of wasted heals landing on the tank which could go to the party.

Does anyone have code or methods to check the health of party members and target / heal them in a DPS fight class.

Currently im running this to keep the tank up...

        if ( ObjectManager.Me.ManaPercentage > 10  && ObjectManager.Me.HaveBuff("The Art of War") && ObjectManager.Me.HealthPercent > 85)
        {
        wManager.Wow.Helpers.Lua.RunMacroText("/cast [@Tank_name] Flash of Light ");
        }     

 

FC Attached-

thanks

Paladin_Ret_party_bot.cs

Is it inefficient to check health of party1-4 with lua? UnitHealth("party1") / UnitHealthMax("party1"). And cast at party member with CastSpellByName("Flash of Light", "party1"); Thats all I know, sorry 

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.