Ejemplo n.º 1
0
 public function getNPCLoot(SR_Player $player)
 {
     $got = SR_PlayerVar::getVal($player, '2013_SNO', 0);
     if ($got >= 20) {
         return array();
     }
     SR_PlayerVar::increaseVal($player, '2013_SNO', 1);
     return array('Present');
 }
Ejemplo n.º 2
0
 private function increaseDigAttempt(SR_Player $player)
 {
     return SR_PlayerVar::increaseVal($player, 'F_OG_DA_', 1);
 }
Ejemplo n.º 3
0
 public function getNPCLoot(SR_Player $player)
 {
     SR_PlayerVar::increaseVal($player, 'mgkills', 1);
     return array();
 }