Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: dominoid
Forum: AddOn Help/Support 01/17/17, 09:18 AM
Replies: 7
Views: 3,987
Posted By dominoid
That was the only change needed thank you. Again.

That was the only change needed thank you. Again.
Forum: AddOn Help/Support 01/16/17, 07:56 PM
Replies: 7
Views: 3,987
Posted By dominoid
So after update 2.7.2 on the PTS this is the...

So after update 2.7.2 on the PTS this is the error I get with the code which worked before. What changed?

http://i.imgur.com/XZqn3m9.png


Line 45...
Forum: AddOn Help/Support 01/11/17, 06:13 PM
Replies: 7
Views: 3,987
Posted By dominoid
Works amazing. Thank you. Now I gotta figure out...

Works amazing. Thank you. Now I gotta figure out how you did it so I don't ask stupid questions.
Forum: AddOn Help/Support 01/11/17, 03:15 PM
Replies: 7
Views: 3,987
Posted By dominoid
I appreciate the help, but I have no idea how to...

I appreciate the help, but I have no idea how to use what you gave. I'm sure it's blatantly obvious. Would you mind leading me along a little bit more?
Forum: AddOn Help/Support 01/11/17, 09:12 AM
Replies: 7
Views: 3,987
Posted By dominoid
Help Getting Crown Furniture Information

I was able to successfully write a personal add-on to retrieve all the furniture recipes and furniture piece information in the game to create this...
Forum: General Authoring Discussion 01/21/16, 08:54 AM
Replies: 2
Views: 3,762
Posted By dominoid
Thanks. Worked perfectly and annoyed me at it's...

Thanks. Worked perfectly and annoyed me at it's simplicity. ;-)
Forum: General Authoring Discussion 01/09/16, 07:48 PM
Replies: 2
Views: 3,762
Posted By dominoid
Creating a new subtitle popup

I made great progress on the custom quest in the quest list. I got all the functions working in the Journal and haven't given up on getting the UI quest tracker to find it. Thought I'd ask a "quick"...
Forum: General Authoring Discussion 01/09/16, 04:59 PM
Replies: 10
Views: 8,409
Posted By dominoid
Thanks you. I'm still not sure why it worked for...

Thanks you. I'm still not sure why it worked for one addon and not the other, but I understand a little better. ;-)
Forum: General Authoring Discussion 01/08/16, 11:51 AM
Replies: 10
Views: 8,409
Posted By dominoid
Ok so changing QuestMaker:GetJournalQuestInfo to...

Ok so changing QuestMaker:GetJournalQuestInfo to QuestMaker.GetJournalQuestInfo worked? What's the difference and why did it work for MailR and not mine?

Sorry for all the noob stuff. I swear I...
Forum: General Authoring Discussion 01/08/16, 11:40 AM
Replies: 10
Views: 8,409
Posted By dominoid
Argh. Using MailR as an example, which apparently...

Argh. Using MailR as an example, which apparently may not be the best case, I put this at the top:

local GetJournalQuestInfo_Orig = GetJournalQuestInfo

Assigned the following in my...
Forum: General Authoring Discussion 01/08/16, 08:05 AM
Replies: 10
Views: 8,409
Posted By dominoid
Thank you both for going above and beyond. The...

Thank you both for going above and beyond. The code worked exactly as I had hoped. As pointed out, I will need to hook a bunch more. I will spend the day trying to figure it out. I THINK the code...
Forum: General Authoring Discussion 01/07/16, 07:49 PM
Replies: 10
Views: 8,409
Posted By dominoid
Help Appending To In-Game Quest List

I really know it's going to be something dumb. I'm looking to add to the existing in-game quest list on the journal page.

From Wyykyd's Quest Tracker, I can use

local allQuests, allCategories,...
Forum: General Authoring Discussion 01/06/16, 04:31 PM
Replies: 3
Views: 3,927
Posted By dominoid
Thank you both for the timely answer. This...

Thank you both for the timely answer. This solution appears to be the easiest at this time and appears to meet my requirements. Thanks again.
Forum: General Authoring Discussion 01/06/16, 02:47 PM
Replies: 3
Views: 3,927
Posted By dominoid
What's the most CPU economical for location "fence"

What is the most CPU friendly way to setup a location radius fence? I want to do something when a player comes within a certain radius of an in-world object or location. I know I can use OnUpdate,...
Forum: AddOn Search/Requests 01/06/16, 02:40 PM
Replies: 6
Views: 5,021
Posted By dominoid
I envision the add-on to be a requirement for...

I envision the add-on to be a requirement for others looking to make a quest. Their LUA would be nothing but data to make the quest work - which will/could be written by an external program. They...
Forum: AddOn Search/Requests 01/06/16, 09:15 AM
Replies: 6
Views: 5,021
Posted By dominoid
Looking For Collaboration On Questing Add-On

The thought here is to create an add-on that adds additional quests to the game. While an add-on is certainly no where as robust as a mod, this is still accomplish-able with the caveat of there is no...
Forum: AddOn Search/Requests 03/16/15, 05:24 PM
Replies: 7
Views: 4,538
Posted By dominoid
This is what Ayantir mocked...

This is what Ayantir mocked up:

http://img15.hostingpics.net/pics/981718fence.jpg

I have volunteered to do the "data.lua" which will contain all the item codes, names, descriptions, etc that will...
Forum: AddOn Search/Requests 03/16/15, 11:29 AM
Replies: 7
Views: 4,538
Posted By dominoid
How do we go about starting this glorious project?

How do we go about starting this glorious project?
Forum: AddOn Search/Requests 03/16/15, 07:48 AM
Replies: 7
Views: 4,538
Posted By dominoid
The integration of AutoInvite...

The integration of AutoInvite (http://www.esoui.com/downloads/info248-AutoInvite.html) into the game's Group Menu system is brilliant. I would really love to make the integration of this as "tight"...
Forum: AddOn Search/Requests 03/16/15, 07:44 AM
Replies: 7
Views: 4,538
Posted By dominoid
[REQ] Justice System Collection Add-on

Anyone interested in either creating or helping me create an add-on to track items stolen in the Justice System similar to Eidetic Memory for books?

I have a list of all 2250+ items with item codes...
Forum: AddOn Help/Support 11/05/14, 12:06 PM
Replies: 15
Views: 13,447
Posted By dominoid
I solved a similar problem as well in Harven's...

I solved a similar problem as well in Harven's Quest Journal for GetOfferedQuestInfo() by placing the function on a different thread (I think that's what it's doing) using zo_callLater. See my post...
Forum: AddOn Help/Support 10/12/14, 08:17 PM
Replies: 15
Views: 15,198
Posted By dominoid
Nice. I was curious.

Nice. I was curious.
Forum: AddOn Help/Support 09/29/14, 04:00 PM
Replies: 15
Views: 15,198
Posted By dominoid
Great. It's all yours. ;-)

Great. It's all yours. ;-)
Forum: AddOn Help/Support 09/29/14, 02:47 PM
Replies: 15
Views: 15,198
Posted By dominoid
Do you mean take-on the project of reviving it or...

Do you mean take-on the project of reviving it or figuring out the ESC key problem?

Either way, I'm happy. ;-)
Forum: AddOn Help/Support 09/29/14, 01:51 PM
Replies: 15
Views: 15,198
Posted By dominoid
Help Reviving Add-on Auto Emote

With chat bubbles coming in 1.5 it is the belief that role-playing will get a boost in ESO. I'm looking to revive Auto Emote (http://www.esoui.com/downloads/info108-AutoEmote.html) and make the...
Showing results 1 to 25 of 34