Forum: AddOn Search/Requests
Today, 08:32 AM
|
Replies: 1
Views: 28
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
Today, 08:26 AM
|
Replies: 2
Views: 31
|
Forum: AddOn Search/Requests
Yesterday, 01:56 AM
|
Replies: 3
Views: 128
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: 48
|
Forum: AddOn Search/Requests
04/08/21, 09:52 AM
|
Replies: 3
Views: 128
|
Forum: AddOn Search/Requests
04/08/21, 02:13 AM
|
Replies: 4
Views: 100
|
Forum: AddOn Search/Requests
04/07/21, 04:11 PM
|
Replies: 4
Views: 100
|
Forum: Graphics Help
04/07/21, 01:09 PM
|
Replies: 2
Views: 63
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: 64
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: 99
|
Forum: General Authoring Discussion
04/06/21, 06:10 PM
|
Replies: 2
Views: 113
|
Forum: AddOn Search/Requests
04/06/21, 09:01 AM
|
Replies: 12
Views: 328
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: 220
|
Forum: General Authoring Discussion
04/06/21, 08:57 AM
|
Replies: 2
Views: 139
|
Forum: AddOn Search/Requests
04/05/21, 01:16 PM
|
Replies: 12
Views: 328
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: 220
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: 120
|
Forum: AddOn Search/Requests
04/04/21, 09:41 AM
|
Replies: 12
Views: 328
|
Forum: AddOn Help/Support
04/03/21, 08:29 AM
|
Replies: 2
Views: 90
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...
|
Forum: AddOn Help/Support
04/02/21, 03:27 PM
|
Replies: 2
Views: 102
Write a PM to Dolby or Cairenn please.
You can...
Write a PM to Dolby or Cairenn please.
You can also release (under the old folder and file name, suming it has changed to the new version) a version which is just an empty lua file, destroying the...
|
Forum: AddOn Search/Requests
04/01/21, 12:08 PM
|
Replies: 6
Views: 238
|
Forum: AddOn Search/Requests
04/01/21, 08:14 AM
|
Replies: 5
Views: 340
Maybe this addon...
Maybe this addon helps:
https://www.esoui.com/downloads/info2979-AlwaysExpandedAttributeBars.html#comments
If not, ask the author if he is willing to add your feature requests.
|
Forum: AddOn Help/Support
03/31/21, 10:53 AM
|
Replies: 6
Views: 151
As the "How to install.." describes you need to...
As the "How to install.." describes you need to be aware of extraction tools like WinZip/WinRar/7zip etc. which create a foldername = zip file name if you extract a zip file.
So "ShyShards-v1.0.zip"...
|
Forum: AddOn Help/Support
03/31/21, 07:23 AM
|
Replies: 2
Views: 119
If you do not see anything on the map check the...
If you do not see anything on the map check the filter butons at the right side of the map and enable those that you like to see again. Maybe they all got disabled.
To test what is not working with...
|
Forum: AddOn Help/Support
03/31/21, 04:21 AM
|
Replies: 6
Views: 151
|