Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: robert.labrie
Forum: Lua/XML Help 05/06/24, 06:29 PM
Replies: 1
Views: 203
Posted By robert.labrie
PlaceInTradeHouse

I want to write a utility to list my intricate junk with a bit less clicking. I found a function in the API PlaceInTradeHouse() which I expect would do the trick. It takes no params. I'm guessing I...
Forum: Minion 03/30/24, 10:13 AM
Replies: 81
Views: 70,587
Posted By robert.labrie
Thanks to sirinsidiator for the fix and shoutout...

Thanks to sirinsidiator for the fix and shoutout to Sun/Oracle for insisting on building a custom SSL implementation for Java instead of relying on OpenSSL and SChannel from the operating system.
Forum: AddOn Help/Support 01/30/24, 11:32 AM
Replies: 4
Views: 1,863
Posted By robert.labrie
Yeah I re-read the description and I get it now....

Yeah I re-read the description and I get it now. It's fine, I'll make one that does what I need and share it. Thanks Baertram and Dolgubon
Forum: Dev Tools 01/28/24, 04:12 PM
Replies: 4
Views: 8,139
Posted By robert.labrie
I'll take a run at it then. It's a weekends only...

I'll take a run at it then. It's a weekends only thing for me mind you but will see what I can do
Forum: AddOn Help/Support 01/28/24, 04:01 PM
Replies: 4
Views: 1,863
Posted By robert.labrie
Nevermind I re-read the docs it's a filter....

Nevermind I re-read the docs it's a filter. Please delete this thread, it's just clustter. I can't find a button to do it
Forum: AddOn Help/Support 01/28/24, 03:59 PM
Replies: 4
Views: 1,863
Posted By robert.labrie
Autoresearch styles

I've gotten a bit more confident now in my ESO LUA and was planning to fix AutoResearch (since SilverEyes has left) because the automatic style learning feature doesn't work. To my knowledge the way...
Forum: Dev Tools 01/28/24, 03:52 PM
Replies: 4
Views: 8,139
Posted By robert.labrie
I'll figure out dumper, rewrite the globals ps1...

I'll figure out dumper, rewrite the globals ps1 generator to use the output from that, and see about updating the wiki. Is there a script laying around to generate wikitext from the dumper output?...
Forum: Dev Tools 01/28/24, 02:29 PM
Replies: 4
Views: 8,139
Posted By robert.labrie
Powershell saved variable parser

Piling on I wanted to share my eso_tools which are (eventually) a set (currently one) of PowerShell scripts to make it easier to rifle through saved vars.

I chose PowerShell because it's available...
Forum: General Authoring Discussion 01/09/24, 07:59 PM
Replies: 7
Views: 2,147
Posted By robert.labrie
Big thanks to everyone who responded and Dolgubon...

Big thanks to everyone who responded and Dolgubon thanks for the tip on the addon name that saved me hours of head scratching. Im pretty happy with it now (still some improvements to make if it gets...
Forum: General Authoring Discussion 01/05/24, 08:57 AM
Replies: 7
Views: 2,147
Posted By robert.labrie
LazyCraftingCertification / my first addon

Posting here for a bit of feedback/advice. I finally made an add-on. It has two major issues I think:
* I'm not supposed to use LLC_Global but I'm not sure what to use in it's stead
*...
Forum: Lua/XML Help 01/05/24, 08:52 AM
Replies: 4
Views: 1,467
Posted By robert.labrie
Got it, thanks everyone.

Got it, thanks everyone.
Forum: Lua/XML Help 01/05/24, 03:52 AM
Replies: 4
Views: 1,467
Posted By robert.labrie
I swear I copied it from the API page too. Thanks...

I swear I copied it from the API page too. Thanks Dolgubon. The rest of the code actually invokes LibLazyCrafting (I'm automating the certification stuff) so thanks for that too.

Cheers,
Robert
Forum: Lua/XML Help 01/04/24, 08:31 PM
Replies: 4
Views: 1,467
Posted By robert.labrie
using GetJounalQuestInfo()

I'm trying to get where I am in a given quest flow via activeStepText from GetJournalQuestInfo



local count = GetNumJournalQuests()
for i = 1, count do
local name =...
Forum: General Authoring Discussion 11/05/23, 07:43 AM
Replies: 49
Views: 22,003
Posted By robert.labrie
Makes sense. I guess what I'm wondering (hoping)...

Makes sense. I guess what I'm wondering (hoping) is that MM uses Histoire and that after U41 goes live and I login Histoire will start to build that back history of 30 days of data so that when we...
Forum: General Authoring Discussion 11/05/23, 07:14 AM
Replies: 49
Views: 22,003
Posted By robert.labrie
How is this going to impact GMs tracking weekly...

How is this going to impact GMs tracking weekly sales for the guild - in particular between the Monday when U41 drops and the Tuesday when the guild traders roll over?
Forum: Lua/XML Help 10/21/23, 07:23 PM
Replies: 3
Views: 1,978
Posted By robert.labrie
Deleted my other responses, thanks Baertram I...

Deleted my other responses, thanks Baertram I took your example and modded a bit more am good to go. Any idea how to hid the frame border? Votan does it in lua like this

frame:SetHidden(true)

Not...
Forum: Lua/XML Help 10/20/23, 05:41 PM
Replies: 3
Views: 1,978
Posted By robert.labrie
Just want a window with a black background

Does anyone have an example of doing a control with a plain black background? I swear I'm trying but not getting it. I assume it goes in the backdrop with centerColor and edgeColor but if I don't...
Showing results 1 to 17 of 17