Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: Noobanidus
Forum: General Authoring Discussion 04/28/17, 11:34 PM
Replies: 3
Views: 2,404
Posted By Noobanidus
Seconding that: I wrote an addon that wrapped the...

Seconding that: I wrote an addon that wrapped the GuildKioskBid with a conditional for a friend who was having issues where people accidentally bid on a trader instead of hiring. It was not actually...
Forum: General Authoring Discussion 04/25/17, 06:35 PM
Replies: 18
Views: 8,132
Posted By Noobanidus
Honestly, this is the response I was expecting. I...

Honestly, this is the response I was expecting. I think the best way currently would be something that spits out a machine-readable string which can be put in your guild member note or shared with...
Forum: General Authoring Discussion 04/22/17, 09:47 PM
Replies: 18
Views: 8,132
Posted By Noobanidus
@ZOS? JumpToSpecificHouse -> List of player's houses

The latest API patch notes (https://forums.elderscrollsonline.com/en/discussion/335644/update-14-api-patch-notes-change-log-pts) indicated that we will now be able to travel to more than just the...
Forum: General Authoring Discussion 04/22/17, 09:39 PM
Replies: 51
Views: 19,147
Posted By Noobanidus
Wonderful! I honestly can't count on one hand the...

Wonderful! I honestly can't count on one hand the number of people who have complained recently in guild or TeamSpeak about constantly having to reload their UI after encountering these types of...
Forum: General Authoring Discussion 04/18/17, 06:48 PM
Replies: 0
Views: 1,786
Posted By Noobanidus
Intermittent incorrect scene group bar for scene

This can be simply summed up by the following picture:

http://cdn-eso.mmoui.com/preview/pvw4110.png

A year or so ago, this was happening to me often enough that I created an addon (MailMenuBarFixer...
Forum: News 04/07/17, 07:17 PM
Replies: 11
Views: 16,385
Posted By Noobanidus
Thank you for being on-the-ball and considerate...

Thank you for being on-the-ball and considerate about the needs of the community. I'm really, really impressed!
Forum: AddOn Search/Requests 03/16/17, 11:01 PM
Replies: 28
Views: 9,699
Posted By Noobanidus
SetGuildMemberNote(number guildId, number...

SetGuildMemberNote(number guildId, number memberIndex, string note)

and

GetGuildMemberInfo(number guildId, number memberIndex)
Returns: string name, string note, number rankIndex, number...
Forum: AddOn Search/Requests 03/14/17, 07:48 PM
Replies: 28
Views: 9,699
Posted By Noobanidus
It is technically possible to communicate via...

It is technically possible to communicate via guild member notes if you are in a shared guild that allows you to edit member notes. The question would be more along the lines of if there's enough...
Forum: Wish List 03/13/17, 08:52 PM
Replies: 11
Views: 5,996
Posted By Noobanidus
Does GetRecipeResultItemLink(recipeListIndex,...

Does GetRecipeResultItemLink(recipeListIndex, recipeIndex) do what you're looking for?
Forum: Bug Reports 03/13/17, 07:47 PM
Replies: 23
Views: 13,193
Posted By Noobanidus
Like I mentioned in the original post, it does...

Like I mentioned in the original post, it does seem to be that it just isn't generating an EVENT_MAIL_READABLE. Unfortunately, we've really no way of knowing the exact reason why -- I would like to...
Forum: Bug Reports 03/12/17, 02:36 AM
Replies: 23
Views: 13,193
Posted By Noobanidus
[fixed] Fix for recurring RequestReadMail failure

This is especially noticeable when attempting to open mail while suffering from a moderate amount of lag. Example, purchasing 5-10 items from guild stores, zoning and then immediately opening your...
Forum: General Authoring Discussion 02/21/17, 10:20 PM
Replies: 8
Views: 3,301
Posted By Noobanidus
Thanks for that. I usually use gvim to modify...

Thanks for that. I usually use gvim to modify everything but when editing manifests and all I'm doing is bumping the API version I usually just double-click them to open them in Notepad.

Curse you,...
Forum: General Authoring Discussion 02/20/17, 08:57 PM
Replies: 9
Views: 7,660
Posted By Noobanidus
AddMenuItem

I'm not sure where I got the original code (potentially the concept came from MasterMerchant), but I've noticed the usual "cannot use E to remove items from bank" issue commonly associated with this...
Forum: General Authoring Discussion 02/19/17, 06:38 AM
Replies: 8
Views: 3,301
Posted By Noobanidus
Ah! Finally. I didn't expect that at all, but at...

Ah! Finally. I didn't expect that at all, but at least I know how to fix it. No idea what caused it in the first place though...
Forum: General Authoring Discussion 02/19/17, 05:48 AM
Replies: 8
Views: 3,301
Posted By Noobanidus
http://www.esoui.com/downloads/info1612-SimplePrev...

http://www.esoui.com/downloads/info1612-SimplePreview.html

It's this addon, I thought it might've been a line-ending issue which is why I copied and pasted the functional add-on over, but it didn't...
Forum: General Authoring Discussion 02/19/17, 05:37 AM
Replies: 8
Views: 3,301
Posted By Noobanidus
Correct APIVersion but addon "out-of-date"?

So, someone recently commented on one of my addons (uploaded within the past few days, and brand new) to inform me that it was marked as "out-of-date" in-game. I assumed either it was an error on my...
Forum: Wish List 02/24/16, 07:57 AM
Replies: 5
Views: 4,337
Posted By Noobanidus
I didn't realise I'd been so unclear in my...

I didn't realise I'd been so unclear in my original post, sorry.

I'm not asking for an add-on, I know there are add-ons that do this, and I understand how they're doing it.

What I am asking for is...
Forum: Wish List 02/23/16, 10:56 PM
Replies: 5
Views: 4,337
Posted By Noobanidus
Sure, itcould be done that way, but it would be...

Sure, itcould be done that way, but it would be infinitely easier and more reliable if there was a simple function to call to see if a questId had been completed today.

Given the susceptibility to...
Forum: Wish List 02/23/16, 09:38 PM
Replies: 5
Views: 4,337
Posted By Noobanidus
[outdated] Request: GetRepeatableQuestCompletedToday

I've looked around quite a bit and been caught out by GetCompletedQuestInfo already, so I'm pretty sure there is no way to do the following:

Given the importance of repeatable/daily quests in...
Forum: AddOn Help/Support 02/22/16, 04:13 AM
Replies: 9
Views: 8,980
Posted By Noobanidus
Here's what I've got that isn't on the main list....

Here's what I've got that isn't on the main list. Crony Scrib is from the Fighter's Guild figurine. The rest are all crown-store, I think.

[10] =
{
["name"] = "Crony Scrib",
...
Forum: AddOn Search/Requests 02/07/16, 04:06 AM
Replies: 7
Views: 6,549
Posted By Noobanidus
I looked this up for a friend the other day. The...

I looked this up for a friend the other day. The only way to track it is to have the information by unlocking those skills in the first place, and then store it in SavedVariables. There's no way to...
Forum: General Authoring Discussion 10/17/15, 11:57 PM
Replies: 1
Views: 3,375
Posted By Noobanidus
Disregard. Had an epiphany while I was making...

Disregard. Had an epiphany while I was making coffee; the latest events are at the end of the queue rather than the beginning, perhaps to preserve ordering/prevent having to remake whatever internal...
Forum: General Authoring Discussion 10/17/15, 11:42 PM
Replies: 1
Views: 3,375
Posted By Noobanidus
GetGuildEventInfo out-of-date

Hey all,

I'm struggling to understand how this works. I've looked through a few addons including the Guild History main lua files from the UESP ESO-Data files, but I can't figure it out:...
Showing results 1 to 23 of 23