Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Mipps
Forum: Lua/XML Help 04/27/21, 06:52 AM
Replies: 8
Views: 6,994
Posted By Mipps
I wouldn't call me "new" to addon development: I...

I wouldn't call me "new" to addon development:
I have created several own addons (for example: cooldown tracker, combatlog related stuf, etc...)

now I wanted to go the next step and create stuff...
Forum: Lua/XML Help 04/27/21, 12:36 AM
Replies: 8
Views: 6,994
Posted By Mipps
I tried to recreate the example from...

I tried to recreate the example from sirinsidiator but can't get the label to show up ingame

following adjustments have been made:

in EntryFactory:
- local container = GuiRoot:CreateControl(name,...
Forum: Lua/XML Help 10/16/20, 05:28 AM
Replies: 1
Views: 4,126
Posted By Mipps
Drawing graphical Objects into the world

Hej guys....

is there a default way (from nativ eso) or a library to draw/render graphical (3D) objects into the world?
(I don't mean flat textures like the ability bar and so on)

example:
-...
Forum: Lua/XML Help 09/29/20, 06:17 AM
Replies: 1
Views: 3,818
Posted By Mipps
Synergy Layering

following scenario: at your current position you could activate multiple synergys...
is there a way to select between those synergys or "disable" the usage /display of specific synergys?
Forum: Lua/XML Help 09/28/20, 06:35 AM
Replies: 1
Views: 3,246
Posted By Mipps
procedural creation of UI elements

1)
Is there a posibility/library to create UI elements beside hardcoded XML?

for example when I want to create dynamicly a progressbar for each value in a table:

for i,value in pairs(table) do
...
Forum: Lua/XML Help 09/24/20, 11:16 AM
Replies: 1
Views: 3,099
Posted By Mipps
Getting "target of target"

-> GetUnitName("reticleovertarget")

always returns nil...
is this behaviour intended?
Forum: Lua/XML Help 09/23/20, 08:36 AM
Replies: 8
Views: 4,669
Posted By Mipps
interestingly I got it to work with a metatable...

interestingly I got it to work with a metatable which name is not equal to the addon name...?
Forum: Lua/XML Help 09/23/20, 08:27 AM
Replies: 8
Views: 4,669
Posted By Mipps
many spelling problems in my example due to...

many spelling problems in my example due to hastly thrown together "forum exapmple":







should be:
Forum: Lua/XML Help 09/23/20, 02:24 AM
Replies: 8
Views: 4,669
Posted By Mipps
As far as my understanding of lua: you can freely...

As far as my understanding of lua: you can freely add new methods to a table? (line 4-6)

Anyway: in the tutorial its exactly the same...:

https://wiki.esoui.com/Writing_your_first_addon

strangly I...
Forum: Lua/XML Help 09/22/20, 07:15 PM
Replies: 8
Views: 4,669
Posted By Mipps
table behaviour

following roughly outlined lua file:

addonName = {}
addon.name = "..."

function addonName:foo()
...
end

function.OnAddOnLoaded()
Showing results 1 to 10 of 10