Forum: AddOn Help/Support
06/10/22, 01:18 PM
|
Replies: 4
Views: 537
I have just uploaded a new version of...
I have just uploaded a new version of LibDebugLogger which can be configured via StartUpConfig.lua to attempt to capture stacktraces for the TLC errors. It's by far not perfect as it may not register...
|
Forum: AddOn Search/Requests
06/07/22, 04:50 AM
|
Replies: 3
Views: 374
I'm pretty certain that consuming a potion in...
I'm pretty certain that consuming a potion in combat is not possible for an addon and would be considered a violation of the TOS (botting) on top of that. Best it could do is select the correct...
|
Forum: AddOn Help/Support
06/06/22, 03:05 PM
|
Replies: 1
Views: 260
Did you read the description? ;)
Q: Alchemy and...
Did you read the description? ;)
Q: Alchemy and Provisioning Crafting?
A: Provisioning and Alchemy not supported for crafting. The addon will withdraw those items from the bank, (so you can craft a...
|
Forum: Chit-Chat
06/03/22, 05:27 AM
|
Replies: 40
Views: 3,064
I don't mean to discourage you, but 150-200...
I don't mean to discourage you, but 150-200 queries per second is next to nothing for a database server. Of course it highly depends on your actual queries, database scheme etc, but usually SQL...
|
Forum: General Authoring Discussion
05/31/22, 02:51 PM
|
Replies: 5
Views: 241
|
Forum: General Authoring Discussion
05/31/22, 02:33 PM
|
Replies: 5
Views: 241
|
Forum: AddOn Search/Requests
04/28/22, 04:55 AM
|
Replies: 5
Views: 305
|
Forum: Lua/XML Help
04/27/22, 12:36 PM
|
Replies: 6
Views: 388
The api function to trigger a load should be...
The api function to trigger a load should be "QueryCampaignSelectionData".
The reason why it is not automatically loaded all the time for every user is because it's heavy on the server. Keep in mind...
|
Forum: Tutorials & Other Helpful Info
04/19/22, 05:25 PM
|
Replies: 29
Views: 5,847
The BlockState enum returned by...
The BlockState enum returned by GetAllyUnitBlockState is currently not defined. The possible values are as follows and will be added in a future update (probably not this one):
BLOCK_STATE_NONE =...
|
Forum: AddOn Search/Requests
04/18/22, 03:35 PM
|
Replies: 7
Views: 970
|
Forum: Tutorials & Other Helpful Info
04/18/22, 09:18 AM
|
Replies: 29
Views: 5,847
Update 34 (Version 8.0)
The next chapter "High Isle (https://www.elderscrollsonline.com/en-us/news/post/61951)" will be available on the PTS later today.
New API Version: 101034
PTS Dev Guild
We have created guilds on the...
|
Forum: Lua/XML Help
04/04/22, 12:52 PM
|
Replies: 6
Views: 512
That behaviour is to be expected.
The reference...
That behaviour is to be expected.
The reference to DestroyAllJunk is stored at the time the dialog is defined, so anything you do to that function afterwards (like adding a hook, which essentially...
|
Forum: AddOn Search/Requests
02/12/22, 06:45 AM
|
Replies: 2
Views: 651
Chat2Clipboard...
Chat2Clipboard (https://www.esoui.com/downloads/info553-Chat2Clipboard.html) offers a slash command "/m2c" which copies any text you point your mouse at. It has special handling for mails to copy the...
|
Forum: General Authoring Discussion
02/03/22, 03:20 AM
|
Replies: 20
Views: 1,554
That's a dangerous assumption. The docs simply...
That's a dangerous assumption. The docs simply list them in alphabetic order and have nothing to do with their actual values in game. ;)
The only way to get the actual values is to create a script to...
|
Forum: General Authoring Discussion
02/02/22, 03:08 PM
|
Replies: 20
Views: 1,554
You can find the latest file for live at this...
You can find the latest file for live at this url: https://github.com/esoui/esoui/blob/master/ESOUIDocumentation.txt
It's usually updated within a few hours after a new doc file becomes available,...
|
Forum: Tech Chat
02/02/22, 09:52 AM
|
Replies: 30
Views: 3,704
|
Forum: Tutorials & Other Helpful Info
01/31/22, 09:38 AM
|
Replies: 4
Views: 2,761
Update 33 (Version 7.3)
The next dlc "Ascending Tide (https://www.elderscrollsonline.com/en-us/news/post/61593)" will be available on the PTS later today.
New API Version: 101033
PTS Dev Guild
We have created guilds on...
|
Forum: General Authoring Discussion
12/26/21, 10:36 AM
|
Replies: 5
Views: 1,003
|
Forum: Bug Reports
12/06/21, 10:08 AM
|
Replies: 1
Views: 3,078
That's not a bug and was actually discussed on...
That's not a bug and was actually discussed on gitter (https://gitter.im/esoui/esoui) a few weeks ago.
To clarify, the documentation states that the return type is an id64 which only looks like a...
|
Forum: Tutorials & Other Helpful Info
11/18/21, 05:07 AM
|
Replies: 24
Views: 9,084
Seeing how the ingame code still relies on...
Seeing how the ingame code still relies on resetFunction being an optional argument in many places, I feel this is more of a bug than an intended change and should be fixed in the game.
EDIT: I...
|
Forum: Tutorials & Other Helpful Info
11/17/21, 09:02 AM
|
Replies: 24
Views: 9,084
The idea is not bad, but it's actually a bit...
The idea is not bad, but it's actually a bit tricky to do that in a reasonable way. The changeset between live and pts (https://github.com/esoui/esoui/commit/1ec73b95278c) is huge. How would one...
|
Forum: General Authoring Discussion
11/06/21, 02:31 PM
|
Replies: 7
Views: 1,034
|
Forum: Bug Reports
10/17/21, 05:36 AM
|
Replies: 6
Views: 5,095
|
Forum: Bug Reports
10/16/21, 03:34 AM
|
Replies: 6
Views: 5,095
|
Forum: Tutorials & Other Helpful Info
10/06/21, 12:17 PM
|
Replies: 24
Views: 9,084
I don't know which addon the /zgpos command is...
I don't know which addon the /zgpos command is from, but I suppose it will need an update to work with the next game version. You are advised to report the error in its comment section, as this...
|