Showing results 1 to 25 of 83
Search took 0.01 seconds.
Search: Posts Made By: Shadowfen
Forum: AddOn Search/Requests 12/05/22, 10:57 PM
Replies: 4
Views: 2,588
Posted By Shadowfen
The line length for chat is a fixed size that is...

The line length for chat is a fixed size that is below the level that an addon can modify. That is why extra long chat messages would get truncated in pChat/rChat because those addons insert...
Forum: AddOn Help/Support 05/01/22, 09:27 PM
Replies: 2
Views: 1,841
Posted By Shadowfen
Another option would be to install the Slasher...

Another option would be to install the Slasher addon and use the slash commands that it provides:

/getassistant
/getcollectible
/getmemento

These commands will list in the chat window the items...
Forum: AddOn Search/Requests 03/17/22, 06:38 AM
Replies: 7
Views: 2,591
Posted By Shadowfen
It's not quite the same, but Beam Me Up...

It's not quite the same, but Beam Me Up Teleporter has a dungeon icon on its window which when clicked will list all of the trials and dungeons and you can click on them to transport directly there -...
Forum: Translation Help 01/03/22, 11:06 PM
Replies: 7
Views: 6,625
Posted By Shadowfen
Cool. Sad that it only came out 3 months after I...

Cool. Sad that it only came out 3 months after I wrote my own. I split it out into LibLanguage much later with the documentation of how to use it. Prior to that it was in LibSFUtils.

Had it existed...
Forum: Translation Help 01/03/22, 01:36 PM
Replies: 7
Views: 6,625
Posted By Shadowfen
Sigh, LibLanguage is not creating it's own custom...

Sigh, LibLanguage is not creating it's own custom tables - it is performing the necessary, repetitive, boilerplate work of using ZO_CreateStringId and SafeAddString for you to ensure that the default...
Forum: Translation Help 01/02/22, 10:16 AM
Replies: 7
Views: 6,625
Posted By Shadowfen
By default, no. If you are displaying fr and the...

By default, no. If you are displaying fr and the string is missing from fr then the value of the string will be nil even though there is an en value.

On the other hand, if you use LibLanguage, it...
Forum: Bug Reports 10/17/21, 12:45 AM
Replies: 6
Views: 7,755
Posted By Shadowfen
I did back when I reported it. However several...

I did back when I reported it. However several patches have come out since then and it is possible that it was fixed and forgotten when the changes were published since I'm relatively sure that it...
Forum: Bug Reports 10/16/21, 07:47 PM
Replies: 6
Views: 7,755
Posted By Shadowfen
Yes, I am aware that addon version is an unsigned...

Yes, I am aware that addon version is an unsigned integer. I tested it on one of my addons that had

## Version: 1.26
## AddOnVersion: 46

that is not a library and GetAddOnVersion() always returns...
Forum: AddOn Help/Support 10/05/21, 10:01 AM
Replies: 4
Views: 2,862
Posted By Shadowfen
Note that one of your addons (Inventory Grid...

Note that one of your addons (Inventory Grid View) is known to contain out-of-date embedded libraries which will cause problems with other addons (i.e. cause them to not work or for their UI's to...
Forum: AddOn Help/Support 09/13/21, 09:54 AM
Replies: 4
Views: 2,968
Posted By Shadowfen
Remove Inventory Grid View and download GridList...

Remove Inventory Grid View and download GridList instead. GridList gives you the inventory layout that you want and is currently maintained and uses the latest libraries; so you can avoid the problem...
Forum: Bug Reports 09/06/21, 09:48 PM
Replies: 6
Views: 7,755
Posted By Shadowfen
[notabug] GetAddOnVersion only works with libraries

When an addon declares that it is a library
## IsLibrary: true
then the value reported for AddOnVersion: in the manifest file is returned by GetAddOnVersion().
If IsLibrary is set to false, then...
Forum: General Authoring Discussion 08/28/21, 04:56 PM
Replies: 2
Views: 2,095
Posted By Shadowfen
possible to lookup pledge-giver?

Is it possible to programmatically look up which pledge-giver would give Spindleclutch I or Lair of Marsalok (for instance)?
I want to be able to do this in an automated fashion.
Forum: AddOn Help/Support 07/14/21, 04:22 PM
Replies: 7
Views: 8,580
Posted By Shadowfen
You are using either the original AutoCategory...

You are using either the original AutoCategory addon or you have not updated AutoCategory - Revised in a seriously long time. The current version of AutoCategory - Revised does not have a...
Forum: AddOn Help/Support 07/09/21, 10:26 AM
Replies: 4
Views: 2,664
Posted By Shadowfen
Not really. The only way to get the character...

Not really. The only way to get the character name from a whisper is if the whisperer is in a group or a guild with you. You can use the group or guild to find out the character name from the account...
Forum: AddOn Help/Support 03/26/21, 12:22 AM
Replies: 5
Views: 2,541
Posted By Shadowfen
Addons with Steam

I suggest you check this discussion on the Steam forum for ESO:
No addon folder when using steam (https://steamcommunity.com/app/306130/discussions/0/1318836262659881480/). In particular, the comment...
Forum: AddOn Search/Requests 03/16/21, 12:01 PM
Replies: 4
Views: 1,950
Posted By Shadowfen
rChat's spam filtering should be able to do this....

rChat's spam filtering should be able to do this. It introduced the filtering of guild ads when it was able to look specifically for the guild links in...
Forum: AddOn Help/Support 03/10/21, 10:43 PM
Replies: 3
Views: 2,881
Posted By Shadowfen
It was Leo's Altholic - I saw the same thing...

It was Leo's Altholic - I saw the same thing until I turned it off.

Altholic was not updated to the CP2.0 system so it is currently broken.
Forum: AddOn Help/Support 03/08/21, 10:46 PM
Replies: 4
Views: 2,192
Posted By Shadowfen
You would have better luck with a response if you...

You would have better luck with a response if you posted it in the Master Merchant addon comments section.
Forum: Tutorials & Other Helpful Info 03/08/21, 03:42 PM
Replies: 9
Views: 4,574
Posted By Shadowfen
It does in the very simplest of cases - which you...

It does in the very simplest of cases - which you tested.

If you have a table in your saved variables and you add a new value inside of that table, then the simple ZOS default does not work -...
Forum: Tutorials & Other Helpful Info 03/07/21, 10:31 PM
Replies: 9
Views: 4,574
Posted By Shadowfen
I use a function from my LibSFUtils library,...

I use a function from my LibSFUtils library, called LibSFUtils.defaultMissing(). You pass in the saved variable table and the defaults table and it recurses down the defaults table looking for values...
Forum: AddOn Search/Requests 01/15/21, 02:01 PM
Replies: 4
Views: 2,836
Posted By Shadowfen
AutoCategory can separate out categories - you...

AutoCategory can separate out categories - you just have to create the categories and add them to the bag view where you want them applied.

For instance a clothing category could be defined...
Forum: AddOn Search/Requests 12/07/20, 10:13 PM
Replies: 3
Views: 5,134
Posted By Shadowfen
https://www.esoui.com/downloads/info1882-Locker.ht...

https://www.esoui.com/downloads/info1882-Locker.html
Forum: AddOn Search/Requests 12/04/20, 12:57 AM
Replies: 10
Views: 7,332
Posted By Shadowfen
Its problem is likely that it is using a VERY old...

Its problem is likely that it is using a VERY old version of LibAddonMenu which is included in the KhajiitSpeak addon.

You can try fixing the problem yourself.


Go to the Addons directory where...
Forum: AddOn Search/Requests 11/08/20, 05:03 PM
Replies: 5
Views: 3,214
Posted By Shadowfen
Harven's Item Stats Comparison...

Harven's Item Stats Comparison (https://www.esoui.com/downloads/info1206-HarvensItemStatsComparison.html)
Forum: News 11/05/20, 06:27 PM
Replies: 3
Views: 23,768
Posted By Shadowfen
Minion will update the ones that have new...

Minion will update the ones that have new versions.

There is frequently a lag in time between a new release of ESO and new versions of addons to match that new release. Also, some authors do not...
Showing results 1 to 25 of 83