| | |
| | | return orderlist;
|
| | | }
|
| | |
|
| | | equipDict = singlePack.GetPackModelIndexDict();
|
| | | equipDict = singlePack.GetAllItems();
|
| | | for(int i = 0; i < suitPartlist.Count; i++)
|
| | | {
|
| | | if(equipDict.ContainsKey(suitPartlist[i]))
|
| | |
| | | if (PlayerDatas.Instance.baseData.Job != job && job != 0)
|
| | | return sumNumber;
|
| | |
|
| | | Dictionary<int, ItemModel> equipDict = singlePack.GetPackModelIndexDict();
|
| | | Dictionary<int, ItemModel> equipDict = singlePack.GetAllItems();
|
| | | foreach (ItemModel model in equipDict.Values)
|
| | | {
|
| | | if (GetGroupType(model.itemPlace) == GetGroupType(equipPlace))
|
| | |
| | | if (singlePack == null)
|
| | | return sumCnt;
|
| | |
|
| | | Dictionary<int, ItemModel> equipDict = singlePack.GetPackModelIndexDict();
|
| | | Dictionary<int, ItemModel> equipDict = singlePack.GetAllItems();
|
| | | foreach (ItemModel model in equipDict.Values)
|
| | | {
|
| | | Dictionary<int, int> suitTypeDic = GetServerSuitModelByPlace(model.itemPlace);
|
| | |
| | | SinglePackModel singlePack = playerPack.GetSinglePackModel(PackType.Equip);
|
| | | if (singlePack == null) return 0;
|
| | |
|
| | | Dictionary<int, ItemModel> dic = singlePack.GetPackModelIndexDict();
|
| | | Dictionary<int, ItemModel> dic = singlePack.GetAllItems();
|
| | | List<int> placelist = new List<int>();
|
| | | placelist.AddRange(suitPartlist);
|
| | | placelist.Sort(CompareBySuitLv);
|