Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: Baumkuchen3
Forum: General Authoring Discussion 03/07/19, 10:19 AM
Replies: 3
Views: 3,815
Posted By Baumkuchen3
Thanks's a lot for your help. (the big votan ...

Thanks's a lot for your help.
(the big votan answered my question :banana:)
Forum: General Authoring Discussion 03/07/19, 09:15 AM
Replies: 3
Views: 3,815
Posted By Baumkuchen3
Button Handler ButtonStates

1.
I want to remove the setted Handler within the "OnClicked" event. How can I do this. I dont know witch parameters the "function(.....) " (the 2. parameter of "button:SetHandler()" can use and how...
Forum: Tutorials & Other Helpful Info 03/06/19, 08:57 AM
Replies: 1
Views: 11,195
Posted By Baumkuchen3
CountDown with TimeStamps convert to TimeString

Hi, i cant figure it out... i just want to show a CountDown in (hh:mm:ss) a Label.

This piece of code calculates the the time till the future time is now.
local timeRemainingSecs = ...
Forum: General Authoring Discussion 02/20/19, 12:14 PM
Replies: 2
Views: 3,547
Posted By Baumkuchen3
I tried it with...

I tried it with "GetAbilityInfoByIndex(AbilityID)" to get the current level of "Swiftly Forgotten" ... but with the AbilityID 76454 (or 76455, 76456, 76457) the return is null ... even though I've...
Forum: General Authoring Discussion 02/17/19, 10:22 AM
Replies: 2
Views: 3,547
Posted By Baumkuchen3
How to get a Skill Level

1.
I want to check the level/height of a specific Dark Brotherhood skill.
But I don't know how to get a skill level at all.

2.

Is there a list of all of all Skills Names/Indexes in the Addon API?
Forum: General Authoring Discussion 02/15/19, 12:23 PM
Replies: 2
Views: 4,766
Posted By Baumkuchen3
Event for tracking Skill-point changes

I currently want to get an event whenever a skill point will be invested into a Ability or at least when the player gets a new skill point.


The Event "EVENT_SKILL_POINTS_CHANGED" is probably not...
Forum: AddOn Help/Support 02/02/19, 08:16 AM
Replies: 3
Views: 2,338
Posted By Baumkuchen3
Thanks, that works fine for me: local...

Thanks, that works fine for me:

local fragmentWindow1 = ZO_HUDFadeSceneFragment:New(window1, nil, 0)

HUD_SCENE:AddFragment(fragmentWindow1 )
HUD_UI_SCENE:AddFragment(fragmentWindow1 )

now, it...
Forum: AddOn Help/Support 01/31/19, 08:10 AM
Replies: 3
Views: 2,338
Posted By Baumkuchen3
HowTo Close addon Window when another menu was opened

I want to hide my addon window whenever another window (Inventory, ESC-Menu, Dialogue) pops-up.

I suppose I need to use a RegisterCallback from SCENE_MANAGER. Is there a callback-Function that will...
Forum: AddOn Help/Support 01/31/19, 05:44 AM
Replies: 3
Views: 2,705
Posted By Baumkuchen3
Great, now it works. Here is an example for other...

Great, now it works. Here is an example for other people:


Label:SetText(string.format("|cFF0000%s|r", zo_iconFormatInheritColor(texturePath, textureSize, textureSize)))



Additional...
Forum: AddOn Help/Support 01/30/19, 05:45 PM
Replies: 3
Views: 2,705
Posted By Baumkuchen3
Icon and Texture tinting in Addons

I've seen a few addons which obviously tint some of their used icons.

How does this work "zo_iconFormat(...)"?
Forum: AddOn Help/Support 01/30/19, 05:39 PM
Replies: 2
Views: 1,939
Posted By Baumkuchen3
aaarrrr, realy - is that so easy? Thanks, I...

aaarrrr, realy - is that so easy?

Thanks, I will try it.
Forum: AddOn Help/Support 01/30/19, 05:19 PM
Replies: 2
Views: 1,939
Posted By Baumkuchen3
Searching for Crouch State Event and Global-Variable

I currently searching for a Crouch-Event or something that tells me the players posture.Is there something similar like the "StealthState" for that?


Thanks Baumkuchen
Showing results 1 to 12 of 12