Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Firegael
Forum: Lua/XML Help 06/06/14, 06:13 AM
Replies: 6
Views: 4,615
Posted By Firegael
I'm working on a full very flexible UI overhaul....

I'm working on a full very flexible UI overhaul. Currently the werewolf transformation timer replaces the magicka bar as you cannot use magicka in werewolf form, and the mount stamina bar replaces...
Forum: Lua/XML Help 06/06/14, 04:48 AM
Replies: 6
Views: 4,615
Posted By Firegael
That's true - still have the issue of the event...

That's true - still have the issue of the event not firing correctly, though. Either way is going to have to be a band aid for now it seems.
Forum: Lua/XML Help 06/06/14, 03:58 AM
Replies: 6
Views: 4,615
Posted By Firegael
The solution I've come up with which works, is...

The solution I've come up with which works, is this:

Inside POWER_UPDATE function
-- Temporary fix until WEREWOLF_STATE_CHANGE works correctly
if ( self.werewolf and powerValue == 0 ) then
...
Forum: Lua/XML Help 06/06/14, 03:24 AM
Replies: 6
Views: 4,615
Posted By Firegael
Event_werewolf_state_changed

Has anyone noticed that this event seems to only fire on activation of werewolf and not when it ends? Does anyone know a way around this?

Example:
-- This will display true upon activation and not...
Showing results 1 to 4 of 4