Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Zerorez
Forum: AddOn Help/Support 04/29/14, 12:35 PM
Replies: 3
Views: 3,529
Posted By Zerorez
lua code for this

-- for player attribute bars
ZO_PlayerAttributeHealth:SetHidden(true)
ZO_PlayerAttributeStamina:SetHidden(true)
ZO_PlayerAttributeMagicka:SetHidden(true)
...
Forum: AddOn Search/Requests 04/28/14, 04:37 PM
Replies: 4
Views: 2,872
Posted By Zerorez
yeah, currently there does not seem to be a way...

yeah, currently there does not seem to be a way to modify nameplates
Forum: AddOn Search/Requests 04/28/14, 03:42 PM
Replies: 4
Views: 3,099
Posted By Zerorez
in theory

This should be possible. It would, however, only be able to show the quests done while the addon was active. This information would likely need to be stored via saved variables. As far as I know...
Forum: AddOn Search/Requests 04/28/14, 03:34 PM
Replies: 4
Views: 2,872
Posted By Zerorez
SetBarAlignment

There are multiple ways to achieve this. It all depends on how you change the size of the statusbar control.

If you use SetMinMax() and SetValue() to change the bar then the direction can be changed...
Forum: Lua/XML Help 04/16/14, 12:14 PM
Replies: 5
Views: 3,976
Posted By Zerorez
Ah, yeah I was not too sure about that myself...

Ah, yeah I was not too sure about that myself without logging in.
Forum: Lua/XML Help 04/15/14, 08:21 PM
Replies: 5
Views: 3,976
Posted By Zerorez
something like this possibly?

function DoesPlayerHaveItem(itemName)
for slotIndex=1, GetMaxBags() do
local itemInSlot = GetItemName(bagId, slotIndex)
if itemInSlot == itemName then
return true
...
Forum: Site help, bugs, suggestions/questions 02/24/14, 11:46 AM
Replies: 2
Views: 1,017
Posted By Zerorez
Quest Category?

I noticed that there is no category for quest related addons (like my Multi-Quest Tacker for example). Just wondering if we could get this added to the list.
Showing results 1 to 7 of 7