| | |
| | | Dictionary<int, Dictionary<int, List<int>>> fashionDressQualityDict = new Dictionary<int, Dictionary<int, List<int>>>();
|
| | |
|
| | | const int FASHIONDRESS_REDPOINT_BASE = 10105;
|
| | | const int FASHIONDRESS_FUNC_ID = 0;
|
| | | const int FASHIONDRESS_FUNC_ID = 160;
|
| | |
|
| | | public readonly Redpoint redpoint = new Redpoint(101, FASHIONDRESS_REDPOINT_BASE);
|
| | | public readonly Redpoint levelUpRedpoint = new Redpoint(FASHIONDRESS_REDPOINT_BASE, 1010501);
|
| | |
| | | retBaldric5, //17 佩饰
|
| | | retBaldric6, //18 佩饰
|
| | | mount = 19,//当前的坐骑
|
| | | retFashionWeapon = 20,
|
| | | retFashionClothes = 21,
|
| | | retFashionWeapon2 = 22,
|
| | | retFashionWeapon = 20,//时装武器
|
| | | retFashionClothes = 21,//时装衣服
|
| | | retFashionWeapon2 = 22,//时装副手
|
| | | retMax,
|
| | | };
|
| | |
|