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.

Minerals

Members
  • Joined

  • Last visited

Solutions

  1. Minerals's post in Target management was marked as the answer   
    Figured out part of the problem.  
     
    I am using [fall0ut] PvE Combat Rogue v22.xml as my rogue profile and part of the problem stems from Stealth and Shadowstep.  Since both can be used outside of combat, every time you target something--friendly or not--stealth kicks in and if Shadowstep is off cooldown--boom--you're behind 'em.  My fix for it is to add a target checking LUA script to both of those spells to determine if the target is friendly or not.
     
    Added to Stealth spell "LUA Script" 
    LUA Script: retV = UnitIsEnemy("player","target")
    Return Value Search: 1
    Return Value Var: retV
     
    Now it doesn't go into stealth unless the target is "unfriendly."  However, if for some reason you manually went into Stealth with a friendly target--boom!--say hello to their backsides.  So....
     
    Added to Shadowstep:
    Have Target = True
    Add "LUA Script" 
    LUA Script: retV = UnitIsEnemy("player","target")
    Return Value Search: 1
    Return Value Var: retV
     
    No more out-of-control Shadowstepping.
     
    If there's an easier way to control this, please feel free to post.

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.