我想让地图显示 2S eth 的 绵羊毛皮甲 执政官铠甲 和 炎魔皮板甲
求高手给个代码,直接粘贴进去就能用的那种,谢谢。
下面贴一部分我用的d2hackmap的代码
////////////////
/////物品区/////
///////////////
//举例:"Item Colours[1031][7]: 4,0x99 " ,其中 "Item Colours"代表高亮显示装甲
//[31]表示"幸运守护手套"的物品序号为1031; [7]表示物品种类为Unique; 具体如下
//Crude-1,Normal-2,Superior-3,Magical-4,Set-5,Rare-6,Unique-7,Crafted-8
//"4,0x99"中的4,代表你按物品显示键--默认是alt键--所显示该物的颜色--为暗金色
//0x99,代表该物品掉在地上后显示在map上的颜色为天蓝色
// 颜色代码
//1-Red; 2-Set Green; 3-Blue; 4-Unique; 5-Eth; 6-Black; 7- Yellow; 8-Craft; 9-Rare; 10-Green;11-pupler; 12-Green; 0-White;
//0x50-Red; 0x99-Sky Blue; 0x63-unique; 0xcc-light red; 0x60-Nef's; 0x7a-Green; 0x84-Set;
//0x8f-Charm's;
Default Item Show Mode : 1 // 默认模式,默认1
// 总设置
//Item Hide Lvl[0+]: 10 // 隐藏物品等级小于设定值的物品
Item Colours[0+]: -1,-2 // 隐藏全部物品,下面定义的单独显示
Item Colours[1+][5]: 10,-1 // 套装物品
Item Colours[1+][7]: 4,-1 // 暗金物品
Item Colours[1+][8]: 8,-1 // 合成物品
////蓝色精华武器///
Item Colours[Elite Weapons][3][ETHEREAL][4,6,7]: 8,0x1f // 无形超强,并且带3,5,6孔,文字橙色
//Superior 超强加ETH;
Item Colours[229][3][ETHEREAL]: 5,-1 // 高山之刃
Item Colours[232][3][ETHEREAL]: 5,-1 // 炎魔之刃
Item Colours[235][3][ETHEREAL]: 5,-1 // 巨神之刃