인재탐색 추가. gencount, npc_id 관련 수정

This commit is contained in:
2018-10-21 21:53:34 +09:00
parent ff87555eba
commit 39db811361
16 changed files with 877 additions and 268 deletions
@@ -75,10 +75,10 @@ class che_장비매매 extends Command\GeneralCommand{
$this->runnableConstraints[] = ['ReqGeneralValue', $itemType, $itemTypeName, 1];
}
else if($itemCode == $general->getVar($itemType)){
$this->runnableConstraints = [['AlwaysFail', '이미 가지고 있습니다.']];
$this->runnableConstraints[] = ['AlwaysFail', '이미 가지고 있습니다.'];
}
else if($itemType != 'item' && $general->getVar($itemType) > 6){
$this->runnableConstraints[] = [['AlwaysFail', '이미 진귀한 것을 가지고 있습니다.']];
$this->runnableConstraints[] = ['AlwaysFail', '이미 진귀한 것을 가지고 있습니다.'];
}
}