Forum: AddOn Search/Requests
Yesterday, 07:07 AM
|
Replies: 3
Views: 99
|
Forum: AddOn Search/Requests
Yesterday, 05:31 AM
|
Replies: 1
Views: 96
|
Forum: AddOn Search/Requests
04/14/21, 02:03 PM
|
Replies: 9
Views: 261
|
Forum: AddOn Search/Requests
04/14/21, 06:26 AM
|
Replies: 9
Views: 261
Once again my question: Aren't you able to use...
Once again my question: Aren't you able to use Auto Category revised custom rules, in the settings menu, to build your own categories for that?
Afaik there are rules to add itemIds or itemtypes (e.g....
|
Forum: Minion
04/13/21, 06:17 PM
|
Replies: 2
Views: 76
It's not nomal, correct. But posting every 30...
It's not nomal, correct. But posting every 30 minutes that it took longer won't help, and swearing neither does :(
Seems to be problem with the files after the crash then.
If you do not want to...
|
Forum: Tech Chat
04/13/21, 02:04 PM
|
Replies: 3
Views: 152
You should post them in the addon comments at...
You should post them in the addon comments at best:
https://www.esoui.com/downloads/info2923-HousingHub.html#comments
And if you look there, you'll notice some other users already posted the same or...
|
Forum: AddOn Search/Requests
04/10/21, 08:32 AM
|
Replies: 2
Views: 162
Sharing data between different guilds is not...
Sharing data between different guilds is not possible. You are able to share small amount of data via group (LibGroupSocket) , or non changing/hardly changing data within 1 guild via the guild notes...
|
Forum: Minion
04/10/21, 08:26 AM
|
Replies: 2
Views: 109
|
Forum: AddOn Search/Requests
04/09/21, 01:56 AM
|
Replies: 3
Views: 183
Not necessarily. I mean, yeah you could if you...
Not necessarily. I mean, yeah you could if you like and want to.
Here are some resources for the start: https://www.esoui.com/forums/showthread.php?t=8413
Try to ask the auhor of the addon to add...
|
Forum: AddOn Help/Support
04/08/21, 05:06 PM
|
Replies: 1
Views: 130
|
Forum: AddOn Search/Requests
04/08/21, 09:52 AM
|
Replies: 3
Views: 183
|
Forum: AddOn Search/Requests
04/08/21, 02:13 AM
|
Replies: 9
Views: 261
|
Forum: AddOn Search/Requests
04/07/21, 04:11 PM
|
Replies: 9
Views: 261
|
Forum: Graphics Help
04/07/21, 01:09 PM
|
Replies: 2
Views: 125
The background control is this line here:
...
The background control is this line here:
<Backdrop name="$(parent)_BG" inherits="ZO_DefaultBackdrop"><AnchorFill/></Backdrop>
It inherits from ZO_DefaultBackdrop which provides the texture.
You...
|
Forum: AddOn Search/Requests
04/07/21, 09:41 AM
|
Replies: 2
Views: 92
Nope, only some addons support special dialogs,...
Nope, only some addons support special dialogs, hard coded in the addons, like Dolgubons Lazy Writ Creater is able to auto accept the writ quests after interacting with the writ's notice board.
Not...
|
Forum: General Authoring Discussion
04/07/21, 07:16 AM
|
Replies: 1
Views: 191
|
Forum: General Authoring Discussion
04/06/21, 06:10 PM
|
Replies: 3
Views: 291
|
Forum: AddOn Search/Requests
04/06/21, 09:01 AM
|
Replies: 12
Views: 352
You can also use this template and add it in...
You can also use this template and add it in there so you got a standalone addon for that usecase:
https://www.esoui.com/downloads/info2016-NewAddonTemplate.html
You can search and replace all file...
|
Forum: General Authoring Discussion
04/06/21, 08:58 AM
|
Replies: 3
Views: 248
|
Forum: General Authoring Discussion
04/06/21, 08:57 AM
|
Replies: 2
Views: 193
|
Forum: AddOn Search/Requests
04/05/21, 01:16 PM
|
Replies: 12
Views: 352
Enter this into the chat edit box:
/script...
Enter this into the chat edit box:
/script ZO_LootHistory_Shared.DisplayLootQueue = function() return end
And press the return key.
If it works it will overwrite the original function...
|
Forum: General Authoring Discussion
04/04/21, 09:46 AM
|
Replies: 3
Views: 248
Edit: Oh there is an API function:
*...
Edit: Oh there is an API function:
* GetCollectibleCooldownAndDuration(*integer* _collectibleId_)
** _Returns:_ *integer* _cooldownRemaining_, *integer* _cooldownDuration_
There is a return...
|
Forum: AddOn Help/Support
04/04/21, 09:43 AM
|
Replies: 2
Views: 147
|
Forum: AddOn Search/Requests
04/04/21, 09:41 AM
|
Replies: 12
Views: 352
|
Forum: AddOn Help/Support
04/03/21, 08:29 AM
|
Replies: 2
Views: 108
Wrong solution!
It might work but it's not the...
Wrong solution!
It might work but it's not the correct way + you will most likely get into trouble after next updates again.
LibStub is outdated and must not be used anymore!
Please delete the...
|