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.

Target is Elemental or Mechanical

Featured Replies

I'm trying to use the fightclass builder to make a warrior fight class and I'm running into a issue where my character tries to use rend on targets that are immune to it. Is there a way around this?

  • 4 months later...
  • Author

Does anyone know how to input this into the Lua Script condition in the Fight Class Editor? I'm not familiar with Lua. Thank you

Try this -- In the fight class editor, there is a box under the Name of the fight class with pet options as well. Look for "Custom Code" or "Additional C# Code".. I cannot remember off the top of my head right now..

Enter:

internal static bool CanBleed(WoWUnit unit)
{
	return unit.CreatureTypeTarget != "Elemental" && unit.CreatureTypeTarget != "Mechanical";
}

Then in the selected spell conditions add C# check and type:

CanBleed(ObjectManager.Target)

Edited by Apexx

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.