Results: 6Comments by: TheNickm2
File: Unboxer - Tales of Tribute Support [OBSOLETE]09/19/22
Hi TheNickm2, Do you want to take...
Posted By: TheNickm2
Hi TheNickm2, Do you want to take over the original Unboxer to maintain it? Read there: https://www.esoui.com/downloads/info1655-Unboxer.html ;) If you don't take over the original addon I will. EDIT: Done! your patch has been merged into Unboxer. :) Thanks for getting the change added to the main addon! As you can see I'm...
File: Unboxer06/21/22
please add support for various Trib...
Posted By: TheNickm2
please add support for various Tribute coffers i am sitting now with 250+ system emails with tribute rewards and it will be pain to take and unbox them all manually... =1, =1, =1, =1, I uploaded a patched version that can be used for the time being (will remove it if/when the main addon gets updated here). Should be able to...
File: Dolgubon's Lazy Farming Typo Fix [OUTDATED]06/21/22
Re: get items algorithm error
Posted By: TheNickm2
If you want to add my other fix as well I noticed an issue with the algorithm to calculate the value of retrieved items was not taking stack size into account https://i.imgur.com/ESxqLI7.png I added below line 124 price = unitPrice * amount to recalculate if we change amount size (withdraw one stack) and the math is now correct...
File: CraftStore Endless Archive12/21/21
I commented on his addon to tell hi...
Posted By: TheNickm2
I commented on his addon to tell him what he's doing wrong. Thank you for letting me know! Lua noob in case that wasn't obvious :o Edit: Fixed and released a patch for my addon so it no longer causes compatibility issues. I apologize for any inconvenience! Still very new to Lua and ESO addons!
File: VisitHouse12/21/21
You need to make your functions loc...
Posted By: TheNickm2
You need to make your functions local, to not pollute the global namespace. SplitString is an ESO function and you're overriding it for everyone. thanks for the heads up! i'll get a patch out ASAP! Edit: Patch released (v1.4.1). Apologies for the inconvenience! Thanks again for pointing me in the right direction :)
File: CraftStore Endless Archive12/10/21
in the last 2 days or so, suddenly...
Posted By: TheNickm2
in the last 2 days or so, suddenly craftstore seems to be crashing the game. crafting stations. crash. crafting daily turnin? crash. the only thing I have to go on is a bunch of errors that I have no clue what they mean. user:/AddOns/CraftStoreFixedAndImproved/CraftStore_Helpers.lua:58: operator .. is not supported for nil .. strin...