View Single Post
10-26-09, 10:13 AM   #6
Bens
A Theradrim Guardian
AddOn Compiler - Click to view compilations
Join Date: Nov 2007
Posts: 65
I just started using this addon and I have just 1 thing I would like to add. The Totem I am currently using made me decide to change my rotation to open up with Lava Lash first then SS and ES. I know very little about writing code but currently the entry is :

[17364] = 400, -- Stormstrike
[8042] = 200, -- Earth Shock
[60103] = 100, -- Lava Lash

I am using http://www.wowhead.com/?item=47667 and therefore prefer to start out with Lava Lash.
I went to the Faceroller_SimpleEnhancementShaman Folder in my Addons Folder and opened the .LUA file and changed it to :

[60103] = 400, -- Lava Lash
[17364] = 200, -- Stormstrike
[8042] = 100, -- Earth Shock

Hope this helps someone

Nice little Addon btw thank you.

Last edited by Bens : 10-26-09 at 10:16 AM. Reason: added thanks to Author
  Reply With Quote