This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Quick Fix:
Change in SEasyRotation.lua from:
while(GetPlayerBuffName(i)) do
name = GetPlayerBuffName(i);
TO:
while(UnitAura("player", i)) do
name = UnitAura("player", i);
Save File and /reloadui ...
Dont know if all hast effects 100% work ... :-)
I assume this a recode of Sorren's Easy Rotation. I would like to know if the spells can be changed. For instance I have no need for steady shot because I'm to low level. So for instance, I would like the ability to have mine show Auto Shot, Aimed Shot, Serpents Sting, Arcane Shot, Multi Shot.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Wizeblood
---Thanx, You know what u did!---
Change in SEasyRotation.lua from:
while(GetPlayerBuffName(i)) do
name = GetPlayerBuffName(i);
TO:
while(UnitAura("player", i)) do
name = UnitAura("player", i);
Save File and /reloadui ...
Dont know if all hast effects 100% work ... :-)
Greetings
Nyati / Kargath
ID: 90
Error occured in: Global
Count: 1
Message: ..\AddOns\SEasyRotation\SEasyRotation.lua line 343:
attempt to call global 'GetPlayerBuffName' (a nil value)
Debug:
(tail call): ?
...ace\AddOns\AutoTurnin\libs\AceEvent\AceEvent-2.0.lua:299: TriggerEvent()
...ace\AddOns\AutoTurnin\libs\AceEvent\AceEvent-2.0.lua:910:
...ace\AddOns\AutoTurnin\libs\AceEvent\AceEvent-2.0.lua:903