Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: rewt3498
Forum: Lua/XML Help 07/07/17, 04:21 PM
Replies: 2
Views: 3,246
Posted By rewt3498
How to prevent changes to HUD being undone during gameplay

I have an addon that makes some changes to the HUD (Note: I am using gamepad mode). Things that happen during play seem to be counteracting these changes I've made (in some cases outright undoing...
Forum: Lua/XML Help 07/06/17, 10:59 PM
Replies: 10
Views: 4,539
Posted By rewt3498
Of course it is. I'm grateful for any help you...

Of course it is. I'm grateful for any help you are able to give whenever!

Edit: I have arrived at a solution thanks to what Rhyono said earlier. I found some information about registering for add on...
Forum: Lua/XML Help 07/06/17, 10:28 PM
Replies: 10
Views: 4,539
Posted By rewt3498
I have attempted to use zo_callLater(function ()...

I have attempted to use

zo_callLater(function () ZO_FocusedQuestTrackerPanelContainerQuestContainerTrackedHeader1:SetAlpha(0.5) end, 10000)

which still results in an error.

Performing the same...
Forum: Lua/XML Help 07/06/17, 10:06 PM
Replies: 10
Views: 4,539
Posted By rewt3498
Does anyone know why having the...

Does anyone know why having the line

ZO_FocusedQuestTrackerPanelContainerQuestContainerTrackedHeader1:SetAlpha(0.5)

in an addon script produces and "attempt to index nil value" error, whereas...
Forum: Lua/XML Help 07/06/17, 05:16 PM
Replies: 10
Views: 4,539
Posted By rewt3498
Thank you very much for the help. This seems to...

Thank you very much for the help. This seems to do the trick.
Forum: Lua/XML Help 07/06/17, 04:36 PM
Replies: 10
Views: 4,539
Posted By rewt3498
I just realized I didn't mention I'm using the...

I just realized I didn't mention I'm using the gamepad UI. You are right: When I tested the code in non-gamepad mode, it makes the whole quest tracker transparent. In gamepad mode, it only makes the...
Forum: Lua/XML Help 07/06/17, 02:16 PM
Replies: 10
Views: 4,539
Posted By rewt3498
Setalpha and coloured text.

I am trying to make the quest tracker panel transparent.

I've tried:
ZO_FocusedQuestTrackerPanel:SetAlpha(0.5)

This sets the white text of the quest tracker transparent but leaves the yellow quest...
Showing results 1 to 7 of 7