arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

Outfit rules not working. #606

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Downloaded from > curse

What steps will reproduce the problem?
1. Create outfit named "Frost" in blizzard outfit manager
2. Create rule: outfit("Frost")
3. assign rule to a bar.

What is the expected output? What do you see instead? The expected output is 
for the set to be sorted into the assigned bar automatically.

What happened? It sorted once and then the next time I accessed my bags, all 
Frost outfit items were dumped into the default bar and now I cannot get it to 
work. I logged out and back in, reloaded UI, used the reload and refresh in the 
arkinventory menu, disabled and re-enabled the rules, erased cache. No Luck.

What version of the product are you using? On what operating system?
ArkInventory V3.03.27 and WoW V5.2.0 on Windows 8 Pro X64

Please provide any additional information below.
When I copied the example rules from 
https://code.google.com/p/arkinventory/wiki/Rule_Examples
I removed the spaces from what was inside of the parenthesis

for example: outfit( "Frost" ) became outfit("Frost")

The rule worked that one time and then stopped. So I edited the rule to include 
those spaces just to check. It made no difference. The rule still would not 
work.

Also: I have rules for cut and uncut gems. Those rules still work without a 
hitch.

Original issue reported on code.google.com by jmeyer1...@gmail.com on 17 Mar 2013 at 8:18

GoogleCodeExporter commented 9 years ago
The rule that is broken is specifically the frost outfit rule. My blood outfit 
rule still works. Tested several times by swapping outfits and refreshing. I've 
even deleted the rule and the outfit and then recreated both with different 
names. The second outfit will not get sorted into a bar with a rule.

Original comment by jmeyer1...@gmail.com on 17 Mar 2013 at 8:39

GoogleCodeExporter commented 9 years ago
I had the same issue with my PVP and PVE outfits/rules.  A workaround I just 
noticed seems to be to reduce the priority of one of the two so they were not 
both 100.  I can't swear to this, will have to see if it lasts, but so far it 
has held up through a couple of client restarts.

Original comment by svensk on 25 Apr 2013 at 8:00

GoogleCodeExporter commented 9 years ago
Installing outfitter seems to have fixed it for me. Can't guarantee that it 
will fix it for anyone else. I just changed the name of the outfits in the 
rules to match outfitter. 

Original comment by jmeyer1...@gmail.com on 25 Apr 2013 at 9:10

GoogleCodeExporter commented 9 years ago
I have the same issue as above, and decided to simplify things by simply using 
outfit() without parameters.

I have two sets that I alternate wearing.

It correctly sorts 1 hat of 1 set into the appropriate bag, and leaves the rest 
in the default bag (even though I have another bag defined for equippable items 
(soulbound)).

Original comment by dtoma...@gmail.com on 16 May 2013 at 10:56

GoogleCodeExporter commented 9 years ago
Check if the items in the set have been assigned to a category, if they are 
anything except the default then the rules are overridden.

Original comment by glen.a.r...@gmail.com on 23 Dec 2013 at 3:26