Results: 116Comments by: crafty35a
File: Votan's Adaptive (Video-)Settings04/21/18
Hi there, I have just discovered...
Posted By: crafty35a
Hi there, I have just discovered that this addon conflicts with Info Panel, when I activate IP, I have a huge empty space on my FPS/Latency bar. Both IP and VAS use the same default frame. Any chance it can be solved? Thanks! I will take care of it in the next release. Does this mean that I should be able to see the v...
File: Guild Hall Button04/21/18
Re: Re: Great Idea ....
Posted By: crafty35a
So if you don't need a fancy icon, you could as well just keep using those. The ideal solution would be for this add-on to support the "
File: Auto Category - Custom Inventory Categories04/21/18
Hmm, I can't seem to use this with...
Posted By: crafty35a
Hmm, I can't seem to use this with InventoryGridView without offset icons. Not sure if there's a setting in either addon I missed...or a different addon entirely. Strange. I don't use Inventory Grid View, but I did install it a few days ago as a test, and it worked fine with AC. Can you try disabling all other add-ons as a test? A...
File: Auto Category - Custom Inventory Categories04/20/18
Can we get a filter for locked item...
Posted By: crafty35a
Can we get a filter for locked items? I can't afford using FCOIS because it's very cpu-intensive. Added islocked() in 1.26 which I just uploaded. This version also temporarily disables the jewelry crafting ingredients API rule to prevent issues on the live server before the release of Summerset. You can still create a rule if y...
File: Auto Category - Custom Inventory Categories04/20/18
Since you were typing while I was e...
Posted By: crafty35a
Since you were typing while I was editing, you might have missed the addition:That is probably a clue. That's not the issue (notice that the other ITEMTYPE's are also only mentioned once. These are pre-defined API constants). I assume you had this issue on live, not PTS? I think the issue is just that the new jewelry crafting cons...
File: Auto Category - Custom Inventory Categories04/20/18
Can we get a filter for locked item...
Posted By: crafty35a
Can we get a filter for locked items? I can't afford using FCOIS because it's very cpu-intensive. Would be nice to have a filter, say, isset() and islocked() for the sets I currently use. Good idea, I will start looking for the API method and see about getting this added. Every time I open storage now after adding a jewelry cr...
File: Daily Alchemy04/20/18
I am considering making it selectab...
Posted By: crafty35a
I am considering making it selectable on the add-on setting. .... *Default .... *Displayed that MasterMerchant is installed .... *Specify the order of 26 kinds of Reagent in the sub menu Sounds perfect, thanks. Just the MM part is fine for me, I know the manual priority will be a lot more work to code.
File: Daily Alchemy04/20/18
I think that it is interesting if c...
Posted By: crafty35a
I think that it is interesting if can use the price of . However, I was not sure if there was a person who would like the function. Yes, this would be very useful! Personally, I will continue crafting my potions manually for now since I don't like to use my valuable ingredients unless necessary. But I will definitely use this add...
File: Action Duration Reminder04/20/18
Thanks so much for this add-on! Def...
Posted By: crafty35a
Thanks so much for this add-on! Definitely my number one most crucial add-on, when it comes to combat related stuff. One thing I've been wishing I could tweak. With certain builds, you have to double bar skills (e.g. pets), but tend to only activate them on one bar. But after swapping bars, the "shift bar" setting in ADR won't sho...
File: Daily Alchemy04/19/18
This sounds great. One question: ho...
Posted By: crafty35a
This sounds great. One question: how does this add-on decide which ingredients to use to make the potion/poison? Is it random? It would be great if it was smart enough to use the cheapest ingredients (via MM price).
File: uespLog04/19/18
Is there a way to prevent the UESP...
Posted By: crafty35a
Is there a way to prevent the UESP price from being set as the default sale price when I am listing items with AwesomeGuildStore? I like AGS's feature to automatically set it to the last price I sold that item for, but it seems that uespLog is overriding that.
File: Auto Category - Custom Inventory Categories04/18/18
Re: Achievement Items rule
Posted By: crafty35a
The Achievement Items rule doesn't seem to be matching things that I believe it should be matching, like the Construct's Chestplate (.|H0:item:129905:1:1:0:0:0:0:0:0:0:0:0:0:0:1:0:0:1:0:0:0|h|h), which is a character bound unique museum piece. Can you test it? Addendum: I discovered that it wasn't added as a category to Backpack....
File: Auto Category - Custom Inventory Categories04/16/18
PM sent, I can upload my half of th...
Posted By: crafty35a
PM sent, I can upload my half of the fix whenever you are ready, Baertram.
File: AlphaGear 2 (Builds, Gear, Skills, Banking)04/15/18
Mesota, just a heads up that my vol...
Posted By: crafty35a
Mesota, just a heads up that my volatile familiar is still being dismissed when changing sets. I saw the patch note about this, so I just wanted to let you know.
File: Auto Category - Custom Inventory Categories04/15/18
Thanks, I'm going to PM you regardi...
Posted By: crafty35a
Thanks, I'm going to PM you regarding the patch removal instructions. I'll check your code later and get the level checks implemented.
File: Auto Category - Custom Inventory Categories04/15/18
Re: GamePad UI Broken Alchemy Station
Posted By: crafty35a
Howdy, Love the addon, everything works great... Except the Alchemy station on the GamePad UI, kinda broken... I'll attach a screenshot of what I mean. https://thumb.ibb.co/f5Kdj7/alchemy_mess.png As you can see it just throws everything everywhere, splits up the waters, oil, and reagents. Anyway to just turn this off for alchemy...
File: Auto Category - Custom Inventory Categories04/15/18
I missed your comment here. I've a...
Posted By: crafty35a
I missed your comment here. I've already done it and submitted it as a 1.22 patch. Feel free to inspect and include it in the next update. You seem to be misunderstanding the purpose of the currently implemented Low Level rule. It's not flawed at all, it's just an entirely different rule than what you were looking for. It matche...
File: Auto Category - Custom Inventory Categories04/15/18
I've added the functions back and a...
Posted By: crafty35a
I've added the functions back and added aliases for them in that block. Fingers crossed. That should do the trick. You just want functions to return char level and char CP? I can add those in, I will probably push an update tonight or tomorrow.
File: Auto Category - Custom Inventory Categories04/14/18
I suspect that my attempted functio...
Posted By: crafty35a
I suspect that my attempted functions are not even being recognized In addition to creating the new function, did you add an entry in AutoCategory.Environment at the end of that same .lua file? I started working on Set Tracker support tonight, and was able to get it working without much issue.
File: Auto Category - Custom Inventory Categories04/14/18
Is this about right to add new filt...
Posted By: crafty35a
Is this about right to add new filter functions to return character level and CP? function AutoCategory.RuleFunc.CharLevel( ... ) local fn = "charlevel" local level, cp, iconsize GetLevelOrChampionPointsString(level, cp, iconsize) return level end function AutoCategory.RuleFunc.CharCP( ... ) local fn = "charcp" loc...
File: Auto Category - Custom Inventory Categories04/13/18
Wise words. You seem to have the ti...
Posted By: crafty35a
Wise words. You seem to have the time and will to support this, so go on and build it or make a concept on base of the esoui source code. I'm very interested in your solution. Visit the gitter esoui channel and talk to the devs. Maybe your idea can become reality. Maybe you are going to support and update it then in the future years...
File: Dustman04/11/18
Re: Account-wide settings
Posted By: crafty35a
Would it be possible to have an option for account-wide settings instead of or additional to the "Import from ..." feature which triggers an UI reload each time (when used to sync settings across alts). Seconded, I would LOVE to have an option for account-wide settings like most large add-ons. It's extremely tedious to make change...
File: Auto Category - Home Storage Patch [DEPRECATED]04/11/18
may I ask if do you plan to update...
Posted By: crafty35a
may I ask if do you plan to update the original one in the future? If you mean the original Auto Category add-on, then yes, I am now making updates to that (it's already updated to include this patch). The Set Tracker integration will show up there once I figure it out.
File: Auto Category - Home Storage Patch [DEPRECATED]04/11/18
Thank you so much for this update,...
Posted By: crafty35a
Thank you so much for this update, it's invaluable! What I meant is: "Is it possible to use Set Tracker Status with Auto Category?" I do plan to work on this, since I use Set Tracker as well. Keep an eye on the original add-on.
File: Auto Category - Home Storage Patch [DEPRECATED]04/11/18
Change of plans, everyone. After sp...
Posted By: crafty35a
Change of plans, everyone. After speaking with Rockingdice, I will be maintaining Auto Category. This patch is no longer needed, you can now switch back to the original, which I have updated to include the patch. Thanks raj for your work on the patch!