Results: 11Comments by: LilBudyWizer
File: Advanced Filters05/07/14
Re: Re: Re: Re: Possible error msgs
Posted By: LilBudyWizer
I get these two error messages after a ./reloadui and I believe I have narrowed it down to this add-on. ERROR: LAF_ZO_defaultAdditionalStore is already in use! ERROR: LAF_ZO_defaultAdditionalGuildStore is already in use! Anyone else getting this? Is it tied to this add-on? If not I will go through the add-ons I am using and d...
File: FunctionCapture05/04/14
The Wiki here has a MyFirstAddon tu...
Posted By: LilBudyWizer
The Wiki here has a MyFirstAddon tutorial. If you're new to programming then the Getting Started guide for Lua would be the place to start. If you're running Windows the luaforwindows site has an executable you just run and it installs lua, a number of libraries and helpful utilities. That includes SciTE which is a programming editor...
File: FunctionCapture05/03/14
Because ZeniMax's support for mod d...
Posted By: LilBudyWizer
Because ZeniMax's support for mod development is the existence of a framework within the client that allows addons to work. What function does what? Well, we have to figure out that one for ourselves. If you don't do mod development you might not understand that, but if you develop mods you well understand the lack of documentation a...
File: ResetIgnore05/02/14
Oops, I'll correct that. I actually...
Posted By: LilBudyWizer
Oops, I'll correct that. I actually noticed there was such an addon listed and saw comments on another addon changelog about them correcting that and it still didn't register. Thanks for pointing it out. I guess that would allow one to do a library of addon's.
File: Environmental Protection Addon04/28/14
Yeah, for this simple task seeing i...
Posted By: LilBudyWizer
Yeah, for this simple task seeing it when you create it while editing the script would be preferable. I just started using sublime text due to ESOlua. A package for it would be a preferable solution. Since locals are only file scope it should be pretty straight forward. I don't think it precludes this addon though. No doubt some are...
File: LibAddonMenu-2.004/23/14
I'm not real sure. Something to dea...
Posted By: LilBudyWizer
I'm not real sure. Something to deal with when you really need your own dialog to make configuration simple and straightforward. A single dimensional list just doesn't do real well for multi-dimensional options, i.e. sheet, row, column, cell.
File: LibAddonMenu-2.004/21/14
A real nice function would be the a...
Posted By: LilBudyWizer
A real nice function would be the ability to collapse header. You see it on the main menu. You click settings and it expands settings. I don't doubt it would be involved and a bit of a hack, but it's a library. Supporting additional types beyond the stock ones and additional functionality is a natural extension of the library. Wh...
File: Recipe Book - View All Known Recipes Anytime!04/19/14
Organizing it by quality, alliance...
Posted By: LilBudyWizer
Organizing it by quality, alliance and level would be nice. Ingredients can be classified as common and alliance specific. With base recipes one of the two ingredients are used by all formulas in that class and tier. Blue formulas use one special ingredient. Purples use three special ingredients, one of which is the special from the...
File: Show Motifs04/19/14
Oh, I got it, it's the icons from t...
Posted By: LilBudyWizer
Oh, I got it, it's the icons from the character creation screen. One thing you might consider is color the motif icon according to alliance, plus imperial then some other color for primal and such.
File: Show Motifs04/19/14
It would be nice if you could post...
Posted By: LilBudyWizer
It would be nice if you could post a screen show showing each. Craft the same item in each style, level 1 item, and post screen shot with them listed.
File: AI Research Grid04/17/14
Use the saved variables. Use the ev...
Posted By: LilBudyWizer
Use the saved variables. Use the event for completing research to maintain the list. Use the event for ending craft station interaction to verify the saved variables are up to date. Using saved variables lets you display data from other characters. The is nothing evil about saved variables. Do like research assistant to display wh...