Showing results 1 to 25 of 108
Search took 0.00 seconds.
Search: Posts Made By: Lodur
Forum: General Authoring Discussion 08/06/16, 01:50 PM
Replies: 8
Views: 4,926
Posted By Lodur
Please don't use the README.md file for user...

Please don't use the README.md file for user facing descriptions. This is the default front page on github and should be developer facing. My README.md for MailLooter gives instructions to other...
Forum: Minion 07/05/16, 09:35 AM
Replies: 1
Views: 3,257
Posted By Lodur
Obsolete addons

Hello,

Just want to point this out...

http://puu.sh/pRaHc/74036a4d25.jpg

SoftcapInfo is completely obsolete yet still shows up in minion. The addon even says in it's description that soft caps...
Forum: General Authoring Discussion 06/28/16, 01:54 PM
Replies: 2
Views: 3,240
Posted By Lodur
addon manifest (.txt) description translations?

Hello,

IS there a way to provide translations for the '## Description:' section of an addon's manifest file?


Thanks,
Lodur
Forum: General Authoring Discussion 06/18/16, 10:07 PM
Replies: 6
Views: 4,035
Posted By Lodur
Thanks. Should have remembered that since the...

Thanks. Should have remembered that since the rest of my Addon does that....
Forum: General Authoring Discussion 06/18/16, 02:33 PM
Replies: 6
Views: 4,035
Posted By Lodur
The MailLooter addon in version 1.1.1 is patching...

The MailLooter addon in version 1.1.1 is patching the above code into the MailInbox. If it causes anyone a problem please let me know.
Forum: General Authoring Discussion 06/18/16, 02:15 PM
Replies: 6
Views: 4,035
Posted By Lodur
Actually make that: function...

Actually make that:

function MailInbox:OnMailRemoved(mailId)
if self.control:IsHidden() then
if AreId64sEqual(mailId, self.dirtyMail) then
self.dirtyMail = nil
end

...
Forum: General Authoring Discussion 06/18/16, 01:43 PM
Replies: 6
Views: 4,035
Posted By Lodur
The problem may be that...

The problem may be that in:

https://github.com/esoui/esoui/blob/master/esoui/ingame/mail/keyboard/mailinbox_keyboard.lua
function MailInbox:OnMailRemoved(mailId)
...
Forum: General Authoring Discussion 06/18/16, 01:01 PM
Replies: 6
Views: 4,035
Posted By Lodur
Yes, I see this a lot too with my MailLooter...

Yes, I see this a lot too with my MailLooter addon. This was not an issue in previous ESO releases for a while... It was an issue before way over a year or two ago now.... It just started again...
Forum: General Authoring Discussion 06/04/16, 12:39 PM
Replies: 3
Views: 2,865
Posted By Lodur
Is the CraftBag == the virtual bag?

Is the CraftBag == the virtual bag?
Forum: General Authoring Discussion 06/04/16, 12:06 PM
Replies: 3
Views: 2,865
Posted By Lodur
How to tell if an item link will be stored in the CraftBag

How to tell if an item link will be stored in the CraftBag?

I have already tried: GetItemLinkCraftingSkillType(). But this is just returning 0 for all crafting raw materials.

I am also checking...
Forum: Translation Help 06/03/16, 07:24 PM
Replies: 5
Views: 8,546
Posted By Lodur
You can do this and just get them out of the game...

You can do this and just get them out of the game yourself (Assuming you have 1 of each in your inventory.)

/script SetCVar("Language.2", "fr")
Forum: General Authoring Discussion 03/26/16, 09:14 PM
Replies: 1
Views: 3,273
Posted By Lodur
Thanks for posting. Never would have thought...

Thanks for posting. Never would have thought about it otherwise. - MailLooter 1.0.1 is out and updated.
Forum: General Authoring Discussion 03/26/16, 11:52 AM
Replies: 5
Views: 4,707
Posted By Lodur
Best practice I think is to add it to the mail...

Best practice I think is to add it to the mail scene, because if not if someone closes the mail scene while your addon is doing it's thing you'll have a problem.

And if you open and close the mail...
Forum: AddOn Help/Support 10/26/15, 09:27 AM
Replies: 7
Views: 7,236
Posted By Lodur
See: http://www.lua.org/manual/5.3/manual.html#4...

See: http://www.lua.org/manual/5.3/manual.html#4 section 4.8 - function: lua_Alloc


This is the backend API function of LUA to allocate and free memory in it's environment. So by looking at this...
Forum: Tutorials & Other Helpful Info 10/07/15, 09:04 AM
Replies: 8
Views: 10,546
Posted By Lodur
New Functions: IsReadMailInfoReady is not new. ...

New Functions:

IsReadMailInfoReady is not new. It is in the current API.
Forum: General Authoring Discussion 10/06/15, 08:32 PM
Replies: 4
Views: 4,388
Posted By Lodur
close I think... But a whole new UI if I want to...

close I think... But a whole new UI if I want to support gamepad mode...


Since MailLooter exists in the main menu structure.

- I changed MAIN_MENU to MAIN_MENU_KEYBOARD.
- For hot key to open...
Forum: General Authoring Discussion 10/06/15, 12:20 PM
Replies: 4
Views: 4,388
Posted By Lodur
We have MENU_MENU_KEYBOARD now... We may all...

We have MENU_MENU_KEYBOARD now...

We may all have to think about Gamepad support now in our addons...
Forum: General Authoring Discussion 10/06/15, 12:17 PM
Replies: 4
Views: 4,388
Posted By Lodur
MAIN_MENU gone?

Looks like there is no more MAIN_MENU on PTS now... fun fun...
Forum: General Authoring Discussion 09/23/15, 10:37 AM
Replies: 1
Views: 4,127
Posted By Lodur
IsReadInfoReady()

EDIT: Subject should be IsReadMailInfoReady()

I came across this function while reading:

http://esodata.uesp.net/current/src/ingame/mail/mailinbox_shared.lua.html

line 68

--
Forum: General Authoring Discussion 09/17/15, 01:20 PM
Replies: 59
Views: 37,816
Posted By Lodur
I just found in MailLooter I was calling...

I just found in MailLooter I was calling SetHandler 4 times in my ZO_ScrollList row setup function. This can be called a lot if your scrolling through the list...

Since ZO_ScrollList uses a row...
Forum: General Authoring Discussion 09/13/15, 09:26 AM
Replies: 7
Views: 6,507
Posted By Lodur
I have been using the item link as a table key to...

I have been using the item link as a table key to detect duplicate items and display the total looted count.

http://puu.sh/k9QJ9/37cabaf46b.jpg

In this image you can see that the Bervez Juice has 3...
Forum: General Authoring Discussion 09/12/15, 07:47 PM
Replies: 7
Views: 6,507
Posted By Lodur
Thanks for the help. I'm going with this to...

Thanks for the help. I'm going with this to start with, based all your input, to get a string that can be compared. I think this will cover all my cases. Not sure I really want the 5th field or...
Forum: General Authoring Discussion 09/12/15, 12:09 PM
Replies: 7
Views: 6,507
Posted By Lodur
Well that is surprising. So in effect a Rekuta...

Well that is surprising. So in effect a Rekuta is a Rekuta. And can stack with different Rekuta. But may have different item links even though they are the same...

I was comparing itemlinks to...
Forum: General Authoring Discussion 09/12/15, 11:00 AM
Replies: 7
Views: 6,507
Posted By Lodur
item link field 5

Any one know what the 5 field of an item link is for? I got loot from two different hireling mails, both with a Rekuta, but the Rekuta item links are different.

links:
...
Forum: General Authoring Discussion 09/04/15, 01:02 AM
Replies: 59
Views: 37,816
Posted By Lodur
A closure is a combination of context and code...

A closure is a combination of context and code...
Showing results 1 to 25 of 108