Thanks, I'll figure it out when I get home. Is the 2.2 item list the latest list available?
I got it working by copying your s3 barb config and modifying that one. Not sure why I couldn't get the fresh template to work. Anyways nice work, thanks.Nope, they work fine. You've got something configured wrong in trinity. Probably havn't set it to File Based Scrip Rules under the items tab. You'll also want to reload the rules every time you make changes to the file.
I got it working by copying your s3 barb config and modifying that one. Not sure why I couldn't get the fresh template to work. Anyways nice work, thanks.
Nice. So far I can't get these two to read properly.
[QUALITY] == "Legendary" && [NAME] == "Eun-Jang-Do"
[QUALITY] == "Legendary" && [NAME] == "Lion's Claw"
hi, Job, many thanks for your excellent rules, I am using simplified Chinese Diablo client, I believed that I am using the correct settings, but here is my problem:
I put
[QUALITY] == "Legendary" && [NAME] == "The Compass Rose" -> [KEEP]
on the first line of legendary.dis whose last line is
[QUALITY] == "Legendary" -> [TRASH]
, Buddy always try to salvage it, I tried several times and I use translated Chinese name of the item "罗盘玫瑰" to test, like
[QUALITY] == "Legendary" && [NAME] == "罗盘玫瑰" -> [KEEP]
,still not working.
but
[QUALITY] == "Legendary" && [TYPE] == "Amulet" # ([@GOODAMMY] >= 2 && [CRIT%] >= 7) || ([@GOODAMMY] >= 2 && [CRITDMG%] >= 70)
is fine.
I suppose that buddy does not recognize simplified Chinese item names.
One year ago, I played traditional Chinese D3 client when your rules worked well, I guess the reason is that traditional Chinese client was able to change language to English in game whereas simplified Chinese client can't.
its buddy main frame log, the "IR2 " is always added to translated name of items like:
[Trinity] IR2 围攻大愿 [x1_combatStaff_norm_base_flippy_02-108807] [Daibo] = (TRASH)
Can you help this out?
It does look like it's due to the NAME == "chinese chars" not being recognized. You could try using item id's. I'm actually trying to find out how to find the item id's now, as a few items like Eun-Jang-Do and others with a different type of " ' " in them don't read properly.
so where do I get these items' id?
I search several database still not find proper one.
Thanks in advance.
[Trinity] IR2 Odyn Son [Mace_norm_unique_08-275] [Mace] = (TRASH)
[Trinity] Translation: Missing: -1895240227;Odyn Son (ID is missing report)
[Trinity] Translation: Missing: -233132079;Lion’s Claw (ID is missing report)
[Trinity] IR2 Lion’s Claw [p1_fistWeapon_norm_unique_01-314] [FistWeapon] = (TRASH)
[Trinity] Translation: Missing: -233132079;Lion’s Claw (ID is missing report)
[Trinity] Translation: Missing: -233132078;Vengeful Wind (ID is missing report)
[Trinity] IR2 Vengeful Wind [p1_fistWeapon_norm_unique_02-326] [FistWeapon] = (TRASH)
[Trinity] Translation: Missing: -233132078;Vengeful Wind (ID is missing report)
[Trinity] Translation: Wrong(-1864479819): -1097701239;Won Khim Lau
[Trinity] IR2 Won Khim Lau [fistWeapon_norm_unique_04-386] [FistWeapon] = (TRASH)
[Trinity] Translation: Wrong(-1864479819): -1097701239;Won Khim Lau
[QUALITY] == "Legendary" && [NAME] == "Relic of Akarat" -> [TRASH]
//In-Geom
[QUALITY] == "Legendary" && [ITEMID] == "1351477401"
//Lion's Claw
[QUALITY] == "Legendary" && [ITEMID] == "-233132079" # [ANCIENT] == 0 -> [TRASH]