level 9
1035734625
楼主
如题,我想屏蔽蓝色绿色戒指和项链
//项链,戒指
Item Colours[2013,2015][4]: -1,-2,-1,-2 //蓝色Amu Ring
Item Colours[2013,2015][5]: -1,-2,-1,-2 //绿色Amu Ring
这样写入以后赌来的蓝色戒指扔地上不会被屏蔽。。。
如果要是不屏蔽绿项链的话是不是该写成
//项链,戒指
Item Colours[2013,2015][4]: -1,-2,-1,-2 //蓝色Amu Ring
Item Colours[2015][5]: -1,-2,-1,-2 //绿色 Ring
Item Colours[2013][5]: -1,-1,-1,-1 //绿色 Amu
2012年12月12日 17点12分
1
//项链,戒指
Item Colours[2013,2015][4]: -1,-2,-1,-2 //蓝色Amu Ring
Item Colours[2013,2015][5]: -1,-2,-1,-2 //绿色Amu Ring
这样写入以后赌来的蓝色戒指扔地上不会被屏蔽。。。
如果要是不屏蔽绿项链的话是不是该写成
//项链,戒指
Item Colours[2013,2015][4]: -1,-2,-1,-2 //蓝色Amu Ring
Item Colours[2015][5]: -1,-2,-1,-2 //绿色 Ring
Item Colours[2013][5]: -1,-1,-1,-1 //绿色 Amu