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.

Back Pedal for hunter fight class

Featured Replies

Hi

 

I've tried to find anything about this but nothing comes up.

I've done a fightclass for my hunter, but when the mobs comes to close it wont back pedal. 
What I want is that when pet (or someone else) has aggro it should back pedal enough to be able to shoot.

I've set for example my steady shot to be between 5-35y but when mobs get to close it just stands there autohitting, regardless if the pet has aggro or not. 

 

Anyone have a good tip?

  • 3 weeks later...
Quote

local C_Timer = CreateFrame("Frame", "C_Timer")\nC_Timer.schedule = {}\nC_Timer:SetScript("OnUpdate", function(self, elapsed)\n    for timestamp,callback in pairs(self.schedule) do\n        if timestamp <= GetTime() then\n            callback()\n            self.schedule[timestamp] = nil\n        end\n    end\nend)\n\nC_Timer.After = function(duration, callback)\n    C_Timer.schedule[GetTime() + duration] = callback\nend\n                                \nMoveBackwardStart()\nC_Timer.After(9000, function() MoveBackwardStop() end)

this is lua script.

conditions:

target must be targetting your pet

target must have health above certain % (meaning its not about to die)

Distance between you and target is less than 8 yard

You have pet

you're in combat

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.