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.

new conditional suggestion

Featured Replies

I thought it would be nice to have a new conditional added. Focus health percent.

As a feral druid, it would be nice to be able to focus your tank and cast rebirth if dead?

 

Thanks

 

There are 2 possible solutions with Macro and without

1.With Macro

Create a macro:

#showtooltip
/cast [target=focus,exists]Rebirth

Create the new Spell in WRobot:

Spell name is:

RunMacro(macroID);

macroID = position in your "macro list" (starting top left, going from left to right and top to bottom) Just the number( eg. 1 not "1")

In spell settings set "Not spell, is lua script" to true

 

Conditions:

We will use this WoW_API (this is not secured [safe to use])

local health = UnitHealth(unit);

Set the condition of Rebirth to "Lua script"

in "lua script" write 

local health = UnitHealth("focus");
ret = false;
if (health == 0) then ret = true;

"return value research" set to true

"return value var" set to ret

Warning: If you don't have a focus selected it will always be true and spamming Rebirth

2. Without a macro

Spell name:

CastSpellByName("Rebirth"{, "focus"});

Conditions are the same

 

I guess this should work.

 

 

5 hours ago, dida1990 said:

I guess Droidz will post a comment sooner or later telling us how to do it a lot easier and my work is gone :dry::biggrin:

And why am I talking about Ban-Risk, we are using a Bot :biggrin:

The bot can run LUA secure scripts without an unlocker

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.