Showing results 1 to 25 of 51
Search took 0.01 seconds.
Search: Posts Made By: wookiefriseur
Forum: General Authoring Discussion 01/05/24, 11:15 AM
Replies: 7
Views: 1,062
Posted By wookiefriseur
You could store the racialPatternId in a...

You could store the racialPatternId in a variable, because you never switch characters once the AddOn is loaded.

Something like this:

local racialId
local function getRacialId()
if racialId...
Forum: Dev Tools 12/19/23, 05:37 PM
Replies: 2
Views: 1,709
Posted By wookiefriseur
Lightbulb Yeah, like Baertram mentioned you need your own...

Yeah, like Baertram mentioned you need your own autocomplete files in addition to the ESO-Api ones.

You can add multiple ones. That's what one of my workspace configs looks...
Forum: Chit-Chat 10/16/23, 07:53 AM
Replies: 20
Views: 9,498
Posted By wookiefriseur
Talking https://www.esoui.com/forums/attachment.php?attach...

https://www.esoui.com/forums/attachment.php?attachmentid=1634&stc=1&d=1697464226


Some missing validation for custom form submissions?
Forum: General Authoring Discussion 09/03/23, 03:02 PM
Replies: 6
Views: 1,666
Posted By wookiefriseur
Post You can't spam the SavedVars anyways. They...

You can't spam the SavedVars anyways. They usually are written when you reload the UI or log out. There was also some kind of autosave system, saving once every 15 minutes with 1 manually triggered...
Forum: General Authoring Discussion 09/03/23, 11:39 AM
Replies: 6
Views: 1,666
Posted By wookiefriseur
That just tells you why you can't open sockets or...

That just tells you why you can't open sockets or use the fs in ESOLua. There are many AddOns with an accompanying client that download and upload data. But none of it is real time.


I agree that...
Forum: Minion 09/02/23, 11:19 PM
Replies: 1
Views: 1,508
Posted By wookiefriseur
Question cdn.esoui.com:443 [cdn.esoui.com/192.168.4.1]...

cdn.esoui.com:443 [cdn.esoui.com/192.168.4.1] failed: Connection refused: connect


It's looking like all the other recent Eero issues people had.


https://www.esoui.com/forums/showthread.php?t=8082
Forum: AddOn Help/Support 08/24/23, 04:05 AM
Replies: 3
Views: 1,539
Posted By wookiefriseur
Lightbulb Let's say the AddOn is called CustomAddon. Then...

Let's say the AddOn is called CustomAddon. Then CustomAddon.txt tells the game which files to load. So you do not have to delete any. If there are any additional files they just won't be loaded. But...
Forum: Site help, bugs, suggestions/questions 08/18/23, 04:43 PM
Replies: 1
Views: 750
Posted By wookiefriseur
You can link to the sorting columns, like ...

You can link to the sorting columns, like



AddOn/File Name
Author
Category
Downloads
Date
Forum: Minion 08/11/23, 12:47 PM
Replies: 2
Views: 1,500
Posted By wookiefriseur
Did you delete the minion.xml when doing the...

Did you delete the minion.xml when doing the reinstall?



Deleting/renaming the minion.xml is also part of the trouble shoot instructions though, but you might have missed that (uninstalling without...
Forum: Minion 07/30/23, 04:11 PM
Replies: 2
Views: 1,673
Posted By wookiefriseur
Why is it trying to resolve to 192.168.4.1 ? Some...

Why is it trying to resolve to 192.168.4.1 ? Some kind of Router -> DNS -> cdn.esoui.com interference? Are you sure your tracert resolves it to the internet IP instead of your local one?



Are you...
Forum: Tutorials & Other Helpful Info 02/16/23, 09:26 AM
Replies: 5
Views: 2,780
Posted By wookiefriseur
Yeah, it was my problem as well. For the most...

Yeah, it was my problem as well.


For the most part it seems that one has to "learn" the API by exploring it and trying what works and what doesn't. This is not ideal. For now most of the API...
Forum: Tutorials & Other Helpful Info 02/14/23, 06:14 PM
Replies: 5
Views: 2,780
Posted By wookiefriseur
Thumbs up nice

Thanks for the guide. It's a good vertical slice of the development process. Not too long, not too short and straight to the point. Subscribed :banana:



Some suggestions:

VSCode: you can zoom in...
Forum: Lua/XML Help 02/03/23, 11:43 AM
Replies: 23
Views: 3,359
Posted By wookiefriseur
Try to use ZO_SavedVars. ZO_SavedVariables is not...

Try to use ZO_SavedVars. ZO_SavedVariables is not a thing, I think.
Forum: Lua/XML Help 02/03/23, 10:25 AM
Replies: 23
Views: 3,359
Posted By wookiefriseur
Seeing you mention using both up and down made me...

Seeing you mention using both up and down made me think that you could fake a long press event by using listeners on both down and up.


Here is an example:

RidinDirty = {} -- your addon...
Forum: AddOn Help/Support 11/07/22, 08:51 AM
Replies: 3
Views: 2,114
Posted By wookiefriseur
Hey, please use the comment function of the AddOn...

Hey, please use the comment function of the AddOn instead:


https://www.esoui.com/downloads/info1643-BanditsUserInterface.html#comments
Forum: General Authoring Discussion 10/27/22, 08:55 PM
Replies: 7
Views: 2,477
Posted By wookiefriseur
Lightbulb This is fine

As long as the AddOn does not have any additional .exe files it is technically not possible to expose you just through the ESO API.

Those AddOns probably share info through map pinging which cannot...
Forum: Lua/XML Help 10/27/22, 06:59 PM
Replies: 5
Views: 2,203
Posted By wookiefriseur
Oh, yeah..looks like the Binding.xml expects a...

Oh, yeah..looks like the Binding.xml expects a variable to generate the string, instead of writing the text directly into it.


CraftingHouse.lua

-- *** CraftingHouse ***

CraftingHouse =...
Forum: Lua/XML Help 10/25/22, 10:43 PM
Replies: 5
Views: 2,203
Posted By wookiefriseur
Talking Or just use Housing Hub

Some useful links in https://www.esoui.com/forums/showthread.php?t=9867


You could probably do something like that:


Bindings.xml

<Bindings>
<Layer name="SI_KEYBINDINGS_CATEGORY_GENERAL">
Forum: Minion 10/12/22, 06:33 PM
Replies: 2
Views: 3,063
Posted By wookiefriseur
Looks like a firewall or DNS issue See...

Looks like a firewall or DNS issue


See https://www.esoui.com/forums/showthread.php?t=8082
Forum: Minion 09/07/22, 02:11 PM
Replies: 16
Views: 5,341
Posted By wookiefriseur
Not defending the closed source mindset of our...

Not defending the closed source mindset of our "big corporate overlords" here, but just because it doesn't run in cases it wasn't initially designed for, does not mean it's deficient. Runs pretty...
Forum: Class Discussions 09/03/22, 03:10 PM
Replies: 3
Views: 16,324
Posted By wookiefriseur
Argonian of course

Argonian of course
Forum: Chit-Chat 09/03/22, 07:48 AM
Replies: 137
Views: 52,946
Posted By wookiefriseur
Happens automatically when your browser blocks...

Happens automatically when your browser blocks tracking.
Forum: Minion 09/02/22, 11:24 PM
Replies: 16
Views: 5,341
Posted By wookiefriseur
Talking My main issue with Minion is no automatic...

My main issue with Minion is no automatic dependency management. I have to install libraries myself. But other than that it runs fine.


Maybe suggest improvements or ask if you can help with...
Forum: AddOn Help/Support 08/21/22, 09:58 AM
Replies: 4
Views: 3,554
Posted By wookiefriseur
Talking You could pay a roleplayer some gold to be your...

You could pay a roleplayer some gold to be your companion.



Big bonus is that they can actually carry your burdens and equip real armour. You can also interact with them in more ways than with...
Forum: AddOn Search/Requests 08/17/22, 01:20 PM
Replies: 1
Views: 1,482
Posted By wookiefriseur
Inventory as a grid You mean the successor of...

Inventory as a grid

You mean the successor of InventoryGridView?
https://www.esoui.com/downloads/info2341-GridList.html


AddOn loader

The "load out of date addons" feature is part of the game now...
Showing results 1 to 25 of 51