Showing results 1 to 25 of 128
Search took 0.01 seconds.
Search: Posts Made By: Stormknight
Forum: General Authoring Discussion 10/08/14, 06:30 PM
Replies: 9
Views: 6,533
Posted By Stormknight
I'm happy to hand over AI Research Grid (and my...

I'm happy to hand over AI Research Grid (and my other addons) to anyone else who would like to maintain it or take ownership of the addon.

I'm unlikely to come back to playing ESO, so my main...
Forum: General Authoring Discussion 06/09/14, 10:33 AM
Replies: 9
Views: 5,706
Posted By Stormknight
Confirmed - I'll make final updates this evening...

Confirmed - I'll make final updates this evening and PM further info to you. :)
Forum: General Authoring Discussion 06/09/14, 01:43 AM
Replies: 9
Views: 5,706
Posted By Stormknight
Hehe, thanks guys. Plenty of other things to do...

Hehe, thanks guys. Plenty of other things to do currently, including a whole bunch of real life stuff.

I'll probably be dividing my game time between Wildstar (being the mmo where most of my friends...
Forum: General Authoring Discussion 06/07/14, 06:06 AM
Replies: 9
Views: 5,706
Posted By Stormknight
No other interests, so they're all yours! I plan...

No other interests, so they're all yours!

I plan to make some time Monday evening for final updates I have part-coded and I'll add a few more comments to the code to make things more easier to...
Forum: General Authoring Discussion 06/06/14, 03:28 AM
Replies: 9
Views: 5,706
Posted By Stormknight
Any interest in maintaining addons?

So .... I've cancelled my ESO sub and have 5 days left. After reaching high level, the game just stopped being fun for me. Much of that has to do with my friends feeling the same way and no longer...
Forum: General Authoring Discussion 06/03/14, 09:27 AM
Replies: 22
Views: 17,905
Posted By Stormknight
I write addons because I am lazy and hate...

I write addons because I am lazy and hate repetitive tasks.

I'd much rather spend time doing something interesting (writing and testing my code in a game) than something boring (updating a...
Forum: AddOn Help/Support 06/03/14, 05:28 AM
Replies: 8
Views: 7,143
Posted By Stormknight
I usually see that happen when the LUA code of an...

I usually see that happen when the LUA code of an addon tries to reference an XML element that doesn't exist (usually a mistype/spelling error).
Forum: AddOn Search/Requests 06/03/14, 05:26 AM
Replies: 2
Views: 2,653
Posted By Stormknight
I haven't seen an addon that does that. It does...

I haven't seen an addon that does that.

It does much more than you asked for, but AI Research Grid (http://www.esoui.com/downloads/info265-AIResearchGrid.html) shows what motifs/styles you have...
Forum: AddOn Search/Requests 06/02/14, 06:19 AM
Replies: 8
Views: 6,953
Posted By Stormknight
Technically it should be possible to reskin the...

Technically it should be possible to reskin the whole UI - there seems to be sufficient permissions within the API to do so.

It's a fairly large project though and would need to be carefully planned...
Forum: Tutorials & Other Helpful Info 05/30/14, 09:27 AM
Replies: 8
Views: 12,332
Posted By Stormknight
Tables are pretty awesome. Something that often...

Tables are pretty awesome.

Something that often confuses new LUA coders - table entries start with an key/index of 1.

local newTable = {}
table.insert(newTable,"First Line")
d(newTable)

The...
Forum: AddOn Help/Support 05/27/14, 07:40 PM
Replies: 85
Views: 98,671
Posted By Stormknight
Crumb, he's not trolling you. Whilst lots of...

Crumb, he's not trolling you.

Whilst lots of theories have been and are being explored, it seems to be a bug in the Zenimax implementation, rather than something that addon authors are doing...
Forum: AddOn Search/Requests 05/27/14, 02:25 AM
Replies: 6
Views: 4,516
Posted By Stormknight
The problem is, it's clear that ZO don't want us...

The problem is, it's clear that ZO don't want us to create such addons, so even if you find a way around it, you're just going to force them to further restrict the API.
Forum: AddOn Help/Support 05/23/14, 07:54 AM
Replies: 8
Views: 5,888
Posted By Stormknight
One thing though, give authors a few days before...

One thing though, give authors a few days before bugging them for an update.

As an example, I'm away from home until Tuesday evening, so cannot do anything about it until then. :(
Forum: Lua/XML Help 05/21/14, 07:26 PM
Replies: 14
Views: 10,463
Posted By Stormknight
I strongly advise against passing the variable _...

I strongly advise against passing the variable _ to a function, unless you have declared it locally (assuming that's what you meant in the example).

It is commonly used as a "junk" variable so could...
Forum: General Authoring Discussion 05/21/14, 12:38 PM
Replies: 5
Views: 7,167
Posted By Stormknight
I'm not sure that hunting through categories to...

I'm not sure that hunting through categories to find the setting for the addon is actually better than scrolling through the list.

From a usability perspective, my personal preference is that each...
Forum: AddOn Search/Requests 05/15/14, 07:50 AM
Replies: 2
Views: 2,969
Posted By Stormknight
If you would like to do so, I am happy to assist...

If you would like to do so, I am happy to assist with questions. I'm at work currently, but will have some time over the weekend. :)
Forum: General Authoring Discussion 05/14/14, 03:51 PM
Replies: 31
Views: 35,065
Posted By Stormknight
Guys, I didn't mean to kick off something that...

Guys, I didn't mean to kick off something that would get this unpleasant.

I contacted nHipster to explain why I felt the situation is wrong and he agreed to pull his addon.

For reference, whilst...
Forum: General Authoring Discussion 05/12/14, 01:26 AM
Replies: 7
Views: 4,726
Posted By Stormknight
Haha, yeah, spent this weekend at the beer...

Haha, yeah, spent this weekend at the beer festival in Stuttgart with my fiance and our friends. :)
Forum: General Authoring Discussion 05/11/14, 10:25 AM
Replies: 7
Views: 4,726
Posted By Stormknight
Amusingly I believe that the my first app was...

Amusingly I believe that the my first app was created by Zenimax during beta.

I've updated areas of the wiki, but between work, social life, gaming time and coding addons, I don't find much time. :(
Forum: AddOn Search/Requests 05/09/14, 12:39 PM
Replies: 14
Views: 9,111
Posted By Stormknight
Much easier to ask the authors of those addons to...

Much easier to ask the authors of those addons to make their "Hey - you logged in and this addon is doing things! Yay!" messages an option.
Forum: General Authoring Discussion 05/09/14, 02:44 AM
Replies: 31
Views: 35,065
Posted By Stormknight
That. Especially if it looks cool too! ;)

That.

Especially if it looks cool too! ;)
Forum: General Authoring Discussion 05/08/14, 05:41 PM
Replies: 31
Views: 35,065
Posted By Stormknight
To date, the three people that have approached me...

To date, the three people that have approached me in such a way have had my help, to teach them why the code I have written is the way it is, so they understand it and consequently their own work....
Forum: AddOn Search/Requests 05/08/14, 08:24 AM
Replies: 6
Views: 4,142
Posted By Stormknight
No problem. Bazgrim stopped updating his...

No problem.

Bazgrim stopped updating his toolbar, but I was thinking it would be cool to have a toolbar addon that other people can write modules for, in the same way that a few of the old bars for...
Forum: AddOn Search/Requests 05/08/14, 06:07 AM
Replies: 6
Views: 4,142
Posted By Stormknight
Self-plug here, but depending on what info you're...

Self-plug here, but depending on what info you're after, you could try my Awesome Info addon.

It's not a bar, but is designed so that it only shows you the information when it's relevant to bring it...
Forum: General Authoring Discussion 05/08/14, 03:57 AM
Replies: 31
Views: 35,065
Posted By Stormknight
Add-on code - the grey line of "based on"

TL;DR - I am interested in where your "grey line" is on people basing their addons on other people's work.

Like most addon authors, I am happy to help others learn and produce quality addons. I use...
Showing results 1 to 25 of 128