| | |
| | | if (config == null || (!isCompare && compareSocre <= 0) || config.EquipPlace == 0) return 0;
|
| | |
|
| | | ItemModel model = playerPack.GetItemModelByGUID(guid);
|
| | | if (model != null |
| | | && (modelInterface.IsOverdue(guid, itemId, model.useDataDict) |
| | | || (playerJob != Math.Floor((double)config.JobLimit / 100) && config.JobLimit != 0))) return 1;
|
| | | if (model != null && modelInterface.IsOverdue(guid, itemId, model.useDataDict)) return 1;
|
| | | if (playerJob != Math.Floor((double)config.JobLimit / 100) && config.JobLimit != 0) return 1;
|
| | |
|
| | | if(isCompare)
|
| | | if (isCompare)
|
| | | {
|
| | | if(type != PackType.rptDogzItem)
|
| | | {
|