Results: 116Comments by: crafty35a
File: Auto Category - Custom Inventory Categories07/04/18
EDIT: I am dumb, have forgotten to...
Posted By: crafty35a
EDIT: I am dumb, have forgotten to reload ui, all works fine :) Great -- FYI if you didn't already notice, you can do it all in one rule with multiple arguments e.g. alphagear("1", "2") - multiple categories will be created.
File: Auto Category - Custom Inventory Categories06/20/18
I found out that these lags are onl...
Posted By: crafty35a
I found out that these lags are only if I use AdvancedFilter and Auto Category. Is it possible to get an Fix for this? Good find! I can confirm that the micro-stutter when opening your inventory is completely gone with Advanced Filters disabled. I will look into it, but I can't guarantee it's fixable on my end.
File: Auto Category - Custom Inventory Categories06/14/18
The only one I don't have selected...
Posted By: crafty35a
The only one I don't have selected is AC and Cookerywiz. I enable AC I get errors, have to hard close ESO. Once I get back in the game an error comes up and I have to uncheck AC and reload to get rid of errors. If you disable everything besides AC and IGV, does it work then? You have a number of add-ons I don't use.
File: Auto Category - Custom Inventory Categories06/13/18
I posted this over at IGV. I jus...
Posted By: crafty35a
I posted this over at IGV. I just said the heck with it, uninstalled all add-ons, uninstalled game, deleted everything to do with ESO. Rebooted downloaded ESO install, went rather fast, was shocked. Everything with not even half of my addons reinstalled I agree it points to AC. Anything seems to trigger it, then it may not happen...
File: Auto Category - Custom Inventory Categories06/13/18
It keeps pointing to Auto Category....
Posted By: crafty35a
It keeps pointing to Auto Category. InventoryGridView and AC don't work well together. Should have posted this here first instead of InventoryGridView. Hope we can find a fix between these two great addons. It has definitely worked fine in the past when I tried. And nothing in AC has changed related to IGV. What makes you think Au...
File: Arkadius' Trade Tools05/26/18
Arkadius, are you still working on...
Posted By: crafty35a
Arkadius, are you still working on ATT? i just found this add-on, and it looks great. But I would hate to move away from MM if ATT is no longer receiving updates/development.
File: Votan's Advanced Settings05/22/18
restarted minion 3 or 4 times, no g...
Posted By: crafty35a
restarted minion 3 or 4 times, no go Try uninstalling and re-installing the add-on (don't delete settings)
File: Votan's Advanced Settings05/21/18
Using Minion update to version 1.1....
Posted By: crafty35a
Using Minion update to version 1.1.0 from version 1.0.8 will not complete. Just hangs with full bar showing "updating". I've had this happen with other add-ons in the past. Seems pretty random, probably just a Minion quirk. I think just re-starting Minion has always resolved the issue for me.
File: Auto Category - Custom Inventory Categories05/21/18
Re: Please add support for Item Saver
Posted By: crafty35a
I've written a function and added ItemSaver to the OptionalDependsOn Added as "IsMarkedIS()" in today's update, enjoy!
File: Auto Category - Custom Inventory Categories05/14/18
Re: Re: Re: Please add support for Item Saver
Posted By: crafty35a
Yes, I misread, I wasn't aware there was a mod called Item Saver. I will add in support in the next update, thanks for the request!
File: Auto Category - Custom Inventory Categories05/14/18
Re: Please add support for Item Saver
Posted By: crafty35a
(Which is different from FCO Item Saver) I've written a function and added ItemSaver to the OptionalDependsOn: code It is working for me thusfar, but I'd like it to be added in so that my friends can download and use the code too. You have a marvelous addon! I'm growing quite fond of it. Hey, you may have missed that...
File: Auto Category - Custom Inventory Categories05/12/18
Re: Re: Re: Re: Re: Re: Re: Re: Re: charcp() not returning a useful result
Posted By: crafty35a
Any character whose CP level is greater than 160 must have its CP level as reported by the ESO API capped to a range of 0 to 160, else the above test returns an erroneous result. . I still don't think you are understanding what I'm saying. The basic issue is that CP160 item should never be classified as low level, right? So what...
File: Auto Category - Custom Inventory Categories05/12/18
Re: Re: Re: Re: Re: Re: Re: charcp() not returning a useful result
Posted By: crafty35a
type("armor", "weapon","jewelry") and (level() < charlevel() or (level == 50 and cp() < charcp())) and not keepresearch() Just add an explicit check for whether the item is 160 with the cp() function. I think you've forgotten the reason why I asked for those functions and altered the rule in the first place: I want the Category to...
File: Auto Category - Custom Inventory Categories05/11/18
But as soon as I began dealing with...
Posted By: crafty35a
But as soon as I began dealing with guild banks I had to stop. I will try to look into this, but I am not the original author of Auto Category and may not be qualified to resolve this type of issue. Guild Banks work OK for me, but are definitely a little slower to open. If you're mainly having issues with Guild Banks, just remove...
File: Auto Category - Custom Inventory Categories05/11/18
Re: Re: Re: Re: Re: charcp() not returning a useful result
Posted By: crafty35a
type("armor", "weapon","jewelry") and (level() < charlevel() or (level == 50 and cp() < charcp())) and not keepresearch() Just add an explicit check for whether the item is 160 with the cp() function.
File: Info Panel05/10/18
Lowering distance of view do not ri...
Posted By: crafty35a
Lowering distance of view do not rises perfomance. And I think this is just a useless toy. Sorry if i'm wrong. You are definitely wrong, lowering the view distance produces an immediate FPS boost (and dramatic, depending on how much it is lowered). It would be nice to see this added to resolve the conflict between these two mods,...
File: Auto Category - Custom Inventory Categories05/08/18
Re: Re: Re: charcp() not returning a useful result
Posted By: crafty35a
I don't know how to do that, if it's possible and not overly cumbersome. Post your current rule code here and I will take a look
File: Auto Category - Custom Inventory Categories05/08/18
Re: Crashes
Posted By: crafty35a
Currently this addon crashes my game when I open the guild bank. I cannot reproduce this with any of my guilds, can you give me any more information? Anyone else able to confirm or deny this?
File: Auto Category - Custom Inventory Categories05/08/18
Re: charcp() not returning a useful result
Posted By: crafty35a
The function needed a test to set a ceiling of 160 on the value that it returns It doesn't really make sense to have a "CharCP" function that returns something besides the actual character CP. Why not build the logic into your custom filter rule?
File: Auto Category - Custom Inventory Categories05/07/18
Re: Help With Set ID
Posted By: crafty35a
Hoping I can get some help on editing the 'Set' category so that: 1. It only groups 50/160 items; and 2. It includes all sets - (presently some sets not being picked up) My 'Set' category / filter(?) currently is "autoset()" Thanks in advance Can you give me examples of sets that are not picked up by the autoset() filter...
File: AlphaGear 2 (Builds, Gear, Skills, Banking)05/03/18
There is a workaround which I'd lik...
Posted By: crafty35a
There is a workaround which I'd like you to try: summon the familiar open AlphaGear use Shift-Click on every "summon familiar" skill in every skill-set this assigns the ID 77261 ("summon familiar while summoned") to the set close AG2 If you swap your sets now, the familiar should stay with you :) Sorry for the delay, I...
File: EasyTravel05/01/18
The slashcommands are actually conv...
Posted By: crafty35a
The slashcommands are actually converted to lowercase by the game itself, so not sure why it wouldn't work for you. Maybe try it with all other addons disabled and see if it persists. :confused: I should have probably been more clear -- the issue is not actually with the /tp, it's with the "HOME" (so "/tp HOME" doesn't work proper...
File: Auto Category - Custom Inventory Categories04/28/18
A good idea : add reminder of wich...
Posted By: crafty35a
A good idea : add reminder of wich category was expanded or not between sessions. :) AC already remembers category collapse status between sessions! You may need to enable the option.
File: Info Panel04/22/18
Hi there, Maybe you already know...
Posted By: crafty35a
Hi there, Maybe you already know, Votan has just made "VAS" compatible with Info Panel: - Added API "VOTANS_ADAPTIVE_SETTINGS:GetViewDistanceText()", if InfoPanel wants to include that. I would also have a suggestion. Is it possible to merge the Empty and Filled Soul gems into one single view, similar to what is already in p...
File: Votan's Adaptive (Video-)Settings04/22/18
Re: Nice to know
Posted By: crafty35a
^^ Indeed. Water looks a bit less transparent/more dirty. But I don't miss much compared to the boost. Agreed - I tested this after seeing the post and got a big FPS increase in many areas.