Forum: AddOn Help/Support
01/18/21, 05:29 AM
|
Replies: 5
Views: 243
|
Forum: Lua/XML Help
01/05/21, 05:45 AM
|
Replies: 2
Views: 440
The "general" sub-category is the value...
The "general" sub-category is the value nil.
function addon:InitialAchievements()
local function GetAchievements(topLevelIndex, categoryIndex, numAchievements)
for achievementIndex = 1,...
|
Forum: AddOn Search/Requests
01/05/21, 05:42 AM
|
Replies: 2
Views: 258
Hope you like...
Hope you like it:
https://www.esoui.com/downloads/info2885-VotansImprovedSetsBook.html
|
Forum: Lua/XML Help
01/04/21, 06:46 AM
|
Replies: 5
Views: 281
|
Forum: AddOn Search/Requests
01/02/21, 04:14 PM
|
Replies: 3
Views: 156
|
Forum: General Authoring Discussion
01/02/21, 06:02 AM
|
Replies: 3
Views: 139
|
Forum: AddOn Help/Support
01/01/21, 03:58 AM
|
Replies: 3
Views: 172
|
Forum: Chit-Chat
12/30/20, 01:53 AM
|
Replies: 2
Views: 333
|
Forum: Tech Chat
12/03/20, 08:51 AM
|
Replies: 2
Views: 283
I would remove...
I would remove InventoryGridView/lib/LibAddonMenu-2.0
A make sure you have downloaded the current version of LibAddonMenu 2.0.
|
Forum: Wish List
11/19/20, 11:57 PM
|
Replies: 11
Views: 1,582
|
Forum: AddOn Help/Support
11/13/20, 07:39 AM
|
Replies: 4
Views: 434
|
Forum: Wish List
11/13/20, 01:52 AM
|
Replies: 11
Views: 1,582
|
Forum: Wish List
11/09/20, 10:08 AM
|
Replies: 11
Views: 1,582
|
Forum: Wish List
11/09/20, 03:21 AM
|
Replies: 11
Views: 1,582
[open] GetNormalizedWorldPosition
GetNormalized(Raw)WorldPosition(worldX, worldY, worldZ)
or
GetNormalized(Raw)WorldPosition(worldX, worldY, worldZ, *nilable* mapId)
returns normalizedX, normalizedY
(Any better function name is...
|
Forum: AddOn Help/Support
11/09/20, 01:48 AM
|
Replies: 3
Views: 330
|
Forum: General Authoring Discussion
11/05/20, 04:56 AM
|
Replies: 5
Views: 550
If the inventory scene gets initialized from...
If the inventory scene gets initialized from custom code(=addon) everything is tainted. (insecure)
The build-in code is not written to take care of CallSecureProtected, because it normally doesn't...
|
Forum: Wish List
10/26/20, 09:05 AM
|
Replies: 3
Views: 968
|
Forum: Wish List
10/26/20, 08:02 AM
|
Replies: 3
Views: 968
Some addons "abuse" SavedVars as "database"...
Some addons "abuse" SavedVars as "database" files. (Including some of mine ;))
I wished we have some load-/save on demand. Like loading data of a zone on demand. (And not all at once)
This archive...
|
Forum: Tech Chat
10/14/20, 11:27 AM
|
Replies: 4
Views: 1,289
|
Forum: Lua/XML Help
10/13/20, 11:38 AM
|
Replies: 2
Views: 552
|
Forum: General Authoring Discussion
09/23/20, 09:21 AM
|
Replies: 11
Views: 531
Ok. The next hint:
You have to pre-hook...
Ok. The next hint:
You have to pre-hook ZO_MapPin.UpdateSize(self)
function ZO_MapPin:UpdateSize()
-- here your pre-hook saved the last use pin: lastPin = self (lastPin is declared outside the...
|
Forum: General Authoring Discussion
09/17/20, 02:03 PM
|
Replies: 11
Views: 531
|
Forum: General Authoring Discussion
09/15/20, 01:50 AM
|
Replies: 4
Views: 459
|
Forum: General Authoring Discussion
09/12/20, 09:32 AM
|
Replies: 4
Views: 459
|
Forum: AddOn Help/Support
08/24/20, 01:16 PM
|
Replies: 4
Views: 680
|