Go to plugins/GilesTrinity/ItemRules/Rules/config.dis and change [RULE] == hard to soft /medium.1)How can i change that to medium/soft etc?
Not sure what you mean exactly maybe someone else can help you.2)I used for a while the default hard rule set and it pauses quite often for few seconds doing nothing or going a bit backwards etc.
// +---------------------------------------------------------------------------+
// | ______ __ __
// || | |--.---.-.-----.-----.-----.| |.-----.-----.
// || ---| | _ | | _ | -__|| || _ | _ |
// ||______|__|__|___._|__|__|___ |_____||__||_____|___ |
// | |_____| |_____|
// +---------------------------------------------------------------------------+
// | 2.0234(beta):
// | - some minor changes and fixes
// | - moved from onto latest Trinity 1.7.1.9 devOnly thx to rrix
// +---------------------------------------------------------------------------+
Diablo 3 use traditional Chinese client, why the legend is sold.?
// +---------------------------------------------------------------------------+
// | ______ __ __
// || | |--.---.-.-----.-----.-----.| |.-----.-----.
// || ---| | _ | | _ | -__|| || _ | _ |
// ||______|__|__|___._|__|__|___ |_____||__||_____|___ |
// | |_____| |_____|
// +---------------------------------------------------------------------------+
// | 2.020(public fixes)
// | - some major fix for item pickup
// | - moved from onto latest Trinity 1.7.1.9 devOnly thx to rrix
// +---------------------------------------------------------------------------+
// +---------------------------------------------------------------------------+
// | ______ __ __
// || | |--.---.-.-----.-----.-----.| |.-----.-----.
// || ---| | _ | | _ | -__|| || _ | _ |
// ||______|__|__|___._|__|__|___ |_____||__||_____|___ |
// |
// +---------------------------------------------------------------------------+
// | 0.9(beta)
// | - another log viewer (beta release)
// +---------------------------------------------------------------------------+
Doesn?t support Traditional Chinese?
[00:31:42.872 N] [Trinity]不朽之王的步履 [Boots_norm_unique_086-185] [Boots] = (TRASH)
Immortal King's Stride(english) =不朽之王的步履(Traditional Chinese)
legendary.dis
// +---------------------------------------------------------------------------+
// +--- 靴子
// +---------------------------------------------------------------------------+
[QUALITY] == "Legendary" && [NAME] == "踏火行靴" # [MAXSTATVIT] > 200 || [ALLRES] > 0 -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "攀冰者" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "黑荊棘的馬刺靴" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "不朽之王的步履" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "娜塔亞的血足印" -> [KEEP]
[QUALITY] == "Legendary" && [NAME] == "祖妮瑪莎的蹤跡" -> [KEEP]
// - Sky Splitter -------------------------------------------------------------+
// "Legendary" Axe
// 768.5?1146.5 Damage Per Second
// (353-510)?(722-1080) Damage
// 1.43-1.44 Attacks per Second
// +(143-286)?(334-667) Holy Damage
// +41-50% Damage
// Increases Attack Speed by 10-11%
// Regenerates 411-599 Life per Second
// 10-20% chance to Smite enemies when you hit them.
// One of 3 Magic Properties (varies)
// +170-200 Intelligence
// +170-200 Dexterity
// +170-200 Strength
// +1 Random Magic Properties
// Item Level: 63
[QUALITY] == "Legendary" && [NAME] == "Sky Splitter" # [DPS] > 1000 && [SOCKETS] > 0
[QUALITY] == "Legendary" && [LEVEL] == 63 && [TYPE] == "Axe" && [ONEHAND] # [DPS] > 1000 && [SOCKETS] > 0
Can i check if i have edited pickups..
do i have to edit the trinity item tabs to change magic item to NONE or do i just put everything +1 and let pickup handle it
hi darkfriend77, I translated GilesTrinity1.7.1.9 to Chinese , GilesTrinity can work fine.
View attachment 75231
u mean "Item Rules 2 File based scripting language" is only working for Russia and English , but not working for Chinese?
regex = new Regex(@"\""[0-9A-Za-z' :\-]*\""", RegexOptions.Compiled);
Patterns.Add(TokenType.STRING, regex);
Tokens.Add(TokenType.STRING);
regex = new Regex(@"\""[0-9A-Za-z\u4e00-\u9fa5' :\-]*\""", RegexOptions.Compiled);
Patterns.Add(TokenType.STRING, regex);
Tokens.Add(TokenType.STRING);
regex = new Regex(@"\""[0-9A-Za-z?-??-?' :\-]*\""", RegexOptions.Compiled);
Patterns.Add(TokenType.STRING, regex);
Tokens.Add(TokenType.STRING);
The command is [PICKRAD] for pick up radius. The instructions may have not been updated yet or just a mistake.Please help dark, the [pickup] command seems not working for me, here is my command:
// +---------------------------------------------------------------------------+
// |---------- Chest
// | OFF: [MAXSTAT] == 200
// | DEF: [VIT] == 300, [LIFE%] == 12, [ALLRES] == 80, [MAXONERES] == 60, [ARMOR] == 397
// | ADD: [REGEN] == 599, [GF%] == 25, [MF%] == 20
// +---------------------------------------------------------------------------+
[QUALITY] == "Rare" && [TYPE] == "Chest" # [GF%] > 19 && [PICKUP] >= 5
// trash rule
[QUALITY] == "Rare" && [TYPE] == "Chest" -> [TRASH]
Am I missing sth for [pickup] command since it pick up all the GF% items whether or not it has pickup radius and put it over inventory, wat am I missing? thanks!