I edit config file equip_locations
<?phpreturn array( 4096 => '时装头下', 2048 => '时装头中', 1024 => '时装头上', 256 => '头上', 512 => '头中', 1 => '头下', 16 => '盔甲', 2 => '主手', 32 => '副手', 4 => '背部', 64 => '鞋子', 8 => '装饰品[左]', 128 => '装饰品[右]', 8192 => '时装背部', 65536 => '影子战袍', 131072 => '影子武器', 262144 => '影子盾牌', 524288 => '影子战靴', 1048576 => '影子坠饰[左]', 2097152 => '影子耳环[右]', 32768 => '弹药/弓箭')?>
But it still can't display Shadow Equip .
In equip view it display location like this.

Who knows how to fix this? thanks a lot!
<?phpreturn array( 4096 => '时装头下', 2048 => '时装头中', 1024 => '时装头上', 256 => '头上', 512 => '头中', 1 => '头下', 16 => '盔甲', 2 => '主手', 32 => '副手', 4 => '背部', 64 => '鞋子', 8 => '装饰品[左]', 128 => '装饰品[右]', 8192 => '时装背部', 65536 => '影子战袍', 131072 => '影子武器', 262144 => '影子盾牌', 524288 => '影子战靴', 1048576 => '影子坠饰[左]', 2097152 => '影子耳环[右]', 32768 => '弹药/弓箭')?>
But it still can't display Shadow Equip .
In equip view it display location like this.

Who knows how to fix this? thanks a lot!