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.

Revenge is not a priority

Featured Replies

Imagine your code being a instructions book, where you read from top left to the bottom right.
Now WROBOT reads from top left to bottom right on repeat.
If you have too many words in your book, it will take the bot some time to get from the middle to the top again.

  • Author
4 hours ago, Mike-Mail said:

Can you explain what you need with Revenge? like is it a debuff etc or you just want it to be used once its avaliable?

 

Yes!^^

  • Author
15 hours ago, Mike-Mail said:

if IsUsableSpell("Revenge") then return true end

 

Do not worry, I am still a layman in Wrobot, all my codes are copied and pasted, how and where exactly do I put this command?

1 hour ago, Garub said:

Do not worry, I am still a layman in Wrobot, all my codes are copied and pasted, how and where exactly do I put this command?

Change it a little and use it as luacode condition

if IsUsableSpell("Revenge") then 
  CanCast = "true"
end

Then make CanCast your return var and set it to true as condition
I think that it looks for a string, if it doesn't work then change it to bool
CanCast = true <- bool

  • Author
On 8/16/2018 at 6:08 PM, Ordush said:

Change it a little and use it as luacode condition


if IsUsableSpell("Revenge") then 
  CanCast = "true"
end

Then make CanCast your return var and set it to true as condition
I think that it looks for a string, if it doesn't work then change it to bool
CanCast = true <- bool

I made it this way in this attached.
I was putting in each skill the "is spell usable" condition for both Revenge and Shield Slam, I changed, I just left for Revenge, I feel more fluids in the combat routine.

Warrior_Prot_xxx_PVE.xml

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.