Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: Klingo
Forum: Tutorials & Other Helpful Info 04/23/21, 02:16 PM
Replies: 5
Views: 8,211
Posted By Klingo
EVENT_CURRENCY_UPDATE is mentioned both in...

EVENT_CURRENCY_UPDATE is mentioned both in "Events Removed" and "Events Changed" section; don't see any difference though.
Forum: General Authoring Discussion 03/26/21, 12:04 PM
Replies: 6
Views: 3,211
Posted By Klingo
ziggr made an "updated" version of that...

ziggr made an "updated" version of that ScrollListExample for ESO 2.6. I also used that one to build PersonalAssistant and it should still work quite fine.
You can find it here:...
Forum: Minion 04/29/19, 02:04 PM
Replies: 48
Views: 38,689
Posted By Klingo
Please read my post above that will explain what...

Please read my post above that will explain what exactly latin characters are. It seems that there is still a misunderstanding on that topic.

Furthermore, if you are not happy with the...
Forum: Minion 04/29/19, 01:47 PM
Replies: 48
Views: 38,689
Posted By Klingo
What you are writing with here, these are latin...

What you are writing with here, these are latin characters (https://en.wikipedia.org/wiki/Latin_script).
Examples for non-latin characters are: chinese (https://en.wikipedia.org/wiki/Chinese_script),...
Forum: General Authoring Discussion 02/16/19, 10:24 AM
Replies: 4
Views: 3,700
Posted By Klingo
Thanks for your feedback, and the recommendation...

Thanks for your feedback, and the recommendation with the hardcoded enum. Much appreciated!
Forum: General Authoring Discussion 02/14/19, 03:20 PM
Replies: 4
Views: 3,700
Posted By Klingo
Reusing ESO localization, but to what extend?

Hi

In the past I had every single word that was used in the addon put in my own translation files. While replacing them with the official ones from ESO itself (with: GetString(...)), I started to...
Forum: General Authoring Discussion 05/23/17, 02:45 PM
Replies: 2
Views: 3,881
Posted By Klingo
SHARED_INVENTORY question

Hi

I was wondering what the best/most efficient way is to get the content of a bag (e.g. the bank).
When I first started working on an ESO addon, my thinking was to do something like this here. It...
Forum: Wish List 02/11/17, 10:17 AM
Replies: 4
Views: 3,415
Posted By Klingo
If I understand you correct, you want the...

If I understand you correct, you want the ItemLink of the most recent crafted item?
For that I also don't see an easy/simple way to do, but the function you mentioned returns you the ItemType as well...
Forum: Lua/XML Help 02/06/17, 11:21 PM
Replies: 2
Views: 2,836
Posted By Klingo
Thumbs up Oops :O You're absolutely right. If I use the...

Oops :O

You're absolutely right. If I use the lootId and change the for-loop to start at 1, it is working exactly as expected.
Thanks a lot for pointing that out!


local lootCount = ...
Forum: Lua/XML Help 02/06/17, 03:41 PM
Replies: 2
Views: 2,836
Posted By Klingo
Get ItemType from LootItemType

Hi

I was looking for a way to figure out what type of items are lootable from any given container.

With [EVENT_LOOT_UPDATED] I know exactly when the loot window opens and I can also loop through...
Forum: Lua/XML Help 09/14/14, 07:19 AM
Replies: 7
Views: 17,782
Posted By Klingo
Thanks a lot for all the feedback, it's much...

Thanks a lot for all the feedback, it's much appreciated!
The solution with callbacks definitely seems to be the best way to go on with.
Forum: Lua/XML Help 09/07/14, 02:51 AM
Replies: 7
Views: 17,782
Posted By Klingo
Wait for a function to end before continue

Hi

I have a function that is triggered by an event and within this function there are several sub-functions that are called.
The first sub-functions makes use of some "zo_callLater" and the end of...
Forum: Lua/XML Help 08/12/14, 01:55 PM
Replies: 5
Views: 4,404
Posted By Klingo
Thumbs up Works like a charm, thanks a lot!

Works like a charm, thanks a lot!
Forum: Lua/XML Help 08/11/14, 03:39 PM
Replies: 5
Views: 4,404
Posted By Klingo
Itemlink issue with [Dietrich] (lockpick)

So far I used the function mentioned here (http://www.esoui.com/forums/showthread.php?t=991) for all itemLinks I had to create, and this always worked perfectly fine.

But then there is this one...
Forum: AddOn Help/Support 05/13/14, 12:01 AM
Replies: 85
Views: 98,733
Posted By Klingo
I also received this message from time to time...

I also received this message from time to time during my addon development. Interestingly it did not show up after every /reloadui but after most, although between two changes there might not have...
Forum: General Authoring Discussion 05/11/14, 02:17 PM
Replies: 56
Views: 46,807
Posted By Klingo
Is there a difference between CreateControl and...

Is there a difference between CreateControl and CreateControlFromVirtual?
Showing results 1 to 16 of 16