View Single Post
03-22-15, 02:20 PM   #11
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
I've just noticed that this solution doesn't seem to work for prowling druids in cat form.
Any ideas?

Edit: Solved it! The prowled actionpage is 7, not 8.
Changed this bit:
Lua Code:
  1. table.insert(state, "[bonusbar:1,stealth]8");

To this:
Lua Code:
  1. table.insert(state, "[bonusbar:1,stealth]7");
__________________

Last edited by MunkDev : 03-22-15 at 04:11 PM.
  Reply With Quote