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.
-
View User Profile
-
Send Message
Posted Dec 18, 2008Wizeblood
---Thanx, You know what u did!---
-
View User Profile
-
Send Message
Posted Oct 24, 2008Change 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
-
View User Profile
-
Send Message
Posted Oct 24, 2008ID: 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
-
View User Profile
-
Send Message
Posted Oct 20, 2008-
View User Profile
-
Send Message
Posted Oct 2, 2008