Also on AOL
- Autos
- Technology
- Lifestyle
- Gaming
- Finance
- Entertainment on AOL
- Lifestyle on AOL
- Sports on AOL
- Travel on AOL
- More on AOL
Featured Galleries
Joystiq
© 2013 AOL Inc. All rights Reserved. Privacy Policy | Terms of Use | Trademarks | AOL A-Z HELP | About Our Ads

Reader Comments (Page 1 of 1)
1-25-2011 @ 6:40PM
Lornicide said...
I looked up how I set this up here at home....
On the panel that will be "housing" recount and omen:
On the OnLoad script section, add the following:
self:RegisterEvent("PLAYER_REGEN_DISABLED")
self:RegisterEvent("PLAYER_REGEN_ENABLED")
On the OnEvent script section add this (not sure about the recount part as I used Skada)
if event == "PLAYER_REGEN_ENABLED" then
Omen:Toggle()
Recount:Show()
elseif event == "PLAYER_REGEN_DISABLED" then
Omen:Toggle()