Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: sirinsidiator
Forum: Tutorials & Other Helpful Info 02/14/17, 10:55 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
You don't have to worry about calling it too soon...

You don't have to worry about calling it too soon with zo_callLater.
Lua is singlethreaded and there are no interrups, which means the function you call later will always run after the current call...
Forum: Tutorials & Other Helpful Info 02/08/17, 12:40 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
Awesome. Looking forward to it. :banana: Are...

Awesome. Looking forward to it. :banana:


Are the writs permanently turned into the wrong set, or is it just a display bug? If it is permanent, will we get them replaced eventually?
Forum: Tutorials & Other Helpful Info 02/08/17, 11:45 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
I just listed a woodworking writ for a "Trial by...

I just listed a woodworking writ for a "Trial by Fire" set and it ended up as a "Deadly Strike" set on the guild store. Here are the item links before and after:

item link before listing (trial by...
Forum: Tutorials & Other Helpful Info 02/07/17, 01:43 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
Btw Chip, you said you would increase the trading...

Btw Chip, you said you would increase the trading house filter parameter count to 24, but it is still locked to 8 in the live version. Did you miss that change, or is it not coming? :(
Forum: Tutorials & Other Helpful Info 02/07/17, 11:06 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
There is always a way! :D But I have to say,...

There is always a way! :D
But I have to say, overall it works better then the last few updates for me. Didn't see a single crash or completely broken feature yesterday. :)
Forum: Tutorials & Other Helpful Info 02/06/17, 01:38 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
EsoUI/Ingame/AddonCompatibilityAliases/AddonCompat...

EsoUI/Ingame/AddonCompatibilityAliases/AddonCompatibilityAliases.lua:113: function expected instead of nil
stack traceback:
EsoUI/Ingame/AddonCompatibilityAliases/AddonCompatibilityAliases.lua:113:...
Forum: Tutorials & Other Helpful Info 01/23/17, 02:12 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
@Chip Thanks, thanks and thanks! SaveHouse now...

@Chip Thanks, thanks and thanks!
SaveHouse now works as expected on the PTS too:D
Forum: Tutorials & Other Helpful Info 01/20/17, 01:43 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
Does this only refer to furniture related items...

Does this only refer to furniture related items or all types? I just ran a script to show me which SPECIALIZED_ITEMTYPES are actually in use and it looks like right now only...
Forum: Tutorials & Other Helpful Info 01/20/17, 11:38 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
They could at least make it so that bound...

They could at least make it so that bound equipment won't get taken for the master writs. Should at least solve the problem for equipment. As for potions, there was an addon a while ago which managed...
Forum: Tutorials & Other Helpful Info 01/20/17, 10:25 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
He's talking about master writs. In case you have...

He's talking about master writs. In case you have to make something for a master writ that is identical to a piece of equipment that you have in your backbag and do actively use (just not right now),...
Forum: Tutorials & Other Helpful Info 01/20/17, 02:14 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
On a different note, maybe you could also take a...

On a different note, maybe you could also take a look at GetCollectibleInfo and GetCollectibleName. For some reason they won't work with crownstore collectibles which have not been purchased yet. The...
Forum: Tutorials & Other Helpful Info 01/15/17, 02:16 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
While getting AGS ready for Homestead I noticed...

While getting AGS ready for Homestead I noticed that the TRADING_HOUSE_FILTER_TYPE_FURNITURE_CATEGORY shows entries for mounts, pets and assistants in the vanilla interface. Seems a bit pointless, or...
Forum: Tutorials & Other Helpful Info 01/14/17, 03:14 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
I just finished the first version of SaveHouse...

I just finished the first version of SaveHouse (http://www.esoui.com/downloads/info1575-SaveHouse.html). Unfortunately I could only test it partially, because in the current PTS version...
Forum: Tutorials & Other Helpful Info 01/10/17, 03:53 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
Looking forward to these changes! Thank you very...

Looking forward to these changes! Thank you very much. :)



I went back to the same house on Sunday, but the items all showed their name then. Either it was just a display bug in my addon or it...
Forum: Tutorials & Other Helpful Info 01/09/17, 03:33 PM
Replies: 118
Views: 65,468
Posted By sirinsidiator
I was playing around with the new Master Writs to...

I was playing around with the new Master Writs to see what local filters I can do for them in the guildstore and noticed that there is a crash bug. I won't post the details here (already sent a bug...
Forum: Tutorials & Other Helpful Info 01/08/17, 09:43 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
I just tried to get the new trading house filters...

I just tried to get the new trading house filters to work and found that some things just don't work (yet?).
First I tried to list some furniture and recipes in a guild store and use the vanilla...
Forum: Tutorials & Other Helpful Info 01/08/17, 06:42 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
I managed to make it work somewhat...

I managed to make it work somewhat (https://www.youtube.com/watch?v=uDW9vpih-UI).
But there are a few major drawbacks.

I currently rely on...
Forum: Tutorials & Other Helpful Info 01/07/17, 10:13 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
I just played around with the new housing APIs...

I just played around with the new housing APIs and so far I found that the placed furniture only returns a furnitureDataId to allow identifying items of the same type.
Maybe you could also return the...
Forum: Tutorials & Other Helpful Info 01/07/17, 05:25 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
Or maybe add a set of logging function that write...

Or maybe add a set of logging function that write directly to the interface log without impacting the game's performance too much.
LogError, LogWarning, LogInfo, LogDebug + SetLogLevel which defaults...
Forum: Tutorials & Other Helpful Info 01/03/17, 10:47 AM
Replies: 118
Views: 65,468
Posted By sirinsidiator
Thanks a lot for the early post. Really...

Thanks a lot for the early post. Really appreciate it :)
I usually read the summary notes once and then forget about them. Most info comes from the difference in the ESOUIDocumentation for me, so I...
Showing results 1 to 20 of 20