The only thing i wrote into the formula is "outfit(<SetName>)". What am I missing?
nothing. i asked the author of closetgnome for a function to return all outfits an item is in. i was expecting a table as the return but got something else. i've asked if they could just make it the table and i've commented out the new CG code (and tested it) and it's working, so i'll upload again tonight.
if you want to fix it now change these lines
ArkInventoryRules.lua line 1054:
-- if ClosetGnome.GetOutfitsUsingItem then
-- Outfits = ClosetGnome:GetOutfitsUsingItem( h )
-- else
leave all this code in
1071: -- end
Quote from Ackis »
Also I've noticed that the name(Mana-Etched) doesn't seem to pick up... prolly because of the - in it.
i don't have anything with a - in it so all i can suggest is that you try to use %- and see if that works
Quote from Slice »
Does this mean we can start updating AI with the wowace updater again? I always seem to forget to un-check it when updating :D
yes
Quote from NooK »
1 - Whenever I create a new bar. I get 3 new bars. Is that normal behaviour? Like if I create bar 4, it creates 4, 5 and 6.
possibly, rows are dynamic to if a bar ends up on a row then that row will pad out with enough bars to fill it up.
2 - I have just gone from supposedily and old version to the latest because instead of categories we now have rules. One thing I liked in the categories part is that I could take an item which blizzard wrongly categorizes (Such as Large Radiant shard, or maybe Large Brilliant Shard cant remember) and assign it to a different category (From the addon default ones).
the only change now is that you need to create the rule first (sort of like a custom category) and then you can assign items to rules like you previously did with categories. but no, you can't assign anything to the default categories (they may not stay)
i wonder if it's an actual minus sign or just looks like one? use the id() function instead (or just assign it to the rule when in edit mode) or use name( mana.etched ) - the . should match any character)
I want to make sure that I am using rules correctly here. If I create a rule that says name(scroll), then anything that contains the word scroll in the item name should automatically be picked up by that rule, right?
If I create a rule that says name(scroll), then anything that contains the word scroll in the item name should automatically be picked up by that rule, right?
For the option Main Menu -> Sorting -> "Include Item Category"... Could this feature be based on PT3? And also, could it be based on rules? (For instance, if I have two rules in the same bar, one with a higher priority, it lists the items of the higher priority rule before the items of the lower priority rule, even within the same bar.) Doing so would cut down on the number of bars I need to sort my items with...
For the option Main Menu -> Sorting -> "Include Item Category"... Could this feature be based on PT3? And also, could it be based on rules? (For instance, if I have two rules in the same bar, one with a higher priority, it lists the items of the higher priority rule before the items of the lower priority rule, even within the same bar.) Doing so would cut down on the number of bars I need to sort my items with...
it currently inserts category name/rule description but it can be changed to insert rule order then rule number into sorting instead.
My name sorts aren't seeming to pick anything up. I've tried name(crop) for my riding crop and name(scroll) for my scrolls. I can assign them to bars, but the items aren't recognized by the rule unless I manually assign them. I deleted all of my saved variables and my arkinventory folder, then started from scratch - no change. :(
I deleted all the rules that it brought over from my previous settings, starting from scratch, and now I want to assign an item to SYSTEM: TRADE GOODS...but it's not a rule, since I deleted the rule attached to that... Will reloading bring back the rules for the basic built-in categories?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
http://www.wowace.com/wiki/ArkInventory/Rules
No doubt :)
I figured out my elixir/flask nonesne.
What is the logic for saying putting all mail/plate/leather soulbound [i.e. quest rewards] into its own container?
And lastly, is there an easy way to say 'if its in a closet gnome set put it here, but if its not put it there'?
And
outfit()
And
not outfit()
~
These are just my guesses, in the attempt to understand the rules system. Someone else will have to confirm if this is actually correct.
I think the not outfit() would work, except that everything but a handful of items are not outfit()
:)
So, it would need to be more than than just not outfit()
It'd have to be like, if this item is a piece of armor, please check if it is part of a closet gnome set. If not, ignore this rule.
*shrugs*
itemtype( armor ) and not outfit()
If you want weapons/trinkets/rings/etc in that, then:
equip() and not outfit()
nothing. i asked the author of closetgnome for a function to return all outfits an item is in. i was expecting a table as the return but got something else. i've asked if they could just make it the table and i've commented out the new CG code (and tested it) and it's working, so i'll upload again tonight.
if you want to fix it now change these lines
ArkInventoryRules.lua line 1054:
-- if ClosetGnome.GetOutfitsUsingItem then
-- Outfits = ClosetGnome:GetOutfitsUsingItem( h )
-- else
leave all this code in
1071: -- end
i don't have anything with a - in it so all i can suggest is that you try to use %- and see if that works
yes
possibly, rows are dynamic to if a bar ends up on a row then that row will pad out with enough bars to fill it up.
the only change now is that you need to create the rule first (sort of like a custom category) and then you can assign items to rules like you previously did with categories. but no, you can't assign anything to the default categories (they may not stay)
This didn't work:
name(Mana%-Etched)
i wonder if it's an actual minus sign or just looks like one? use the id() function instead (or just assign it to the rule when in edit mode) or use name( mana.etched ) - the . should match any character)
correct
it currently inserts category name/rule description but it can be changed to insert rule order then rule number into sorting instead.