game/_incl_data/class/priems/wpchr53.end.php
2022-06-07 00:30:34 +03:00

36 lines
1.8 KiB
PHP

<?
if(!defined('GAME'))
{
die();
}
if($e['bm_a1']=='wpchr53' && $end > 0)
{
$hpmin = $this->atacks[$end]['uid_'.$uid1.'_t1']+$this->atacks[$end]['uid_'.$uid1.'_t4']+$this->atacks[$end]['uid_'.$uid1.'_t5'];
if(rand(0,10000) < 300 && $hpmin > 0)
{
//
$e['imposed_name'] = str_replace('&nbsp;',' ',$e['imposed_name']);
//
$pvr['test'] = mysql_fetch_array(mysql_query('SELECT * FROM `eff_users` WHERE `uid` = "'.$uid2.'" AND `delete` = 0 AND `name` = "'.$e['imposed_name'].'" LIMIT 1'));
//×àðû òóïîñòè 3%
if( !isset($pvr['test']['id']) ) {
//
mysql_query("
INSERT INTO `eff_users` ( `id_eff`, `uid`, `name`, `data`, `overType`, `timeUse`, `timeAce`, `user_use`, `delete`, `v1`, `v2`, `img2`, `x`, `hod`, `bj`, `sleeptime`, `no_Ace`, `file_finish`, `tr_life_user`, `deactiveTime`, `deactiveLast`, `mark`, `bs`) VALUES
( 22, '".$uid2."', '×àðû òóïîñòè 3', 'add_s5=-30', 0, 77, 0, '".$uid1."', 0, 'priem', 308, 'enhp_3_cointel3.gif', 1, 5, '÷àðûòóïîñòè3', 0, 0, '', 0, 0, 0, 1, 0);
");
//
$vLog = 'time1='.time().'||s1='.$this->users[$this->uids[$uid1]]['sex'].'||t1='.$this->users[$this->uids[$uid1]]['team'].'||login1='.$this->users[$this->uids[$uid1]]['login'].'||s2='.$this->users[$this->uids[$uid2]]['sex'].'||t2='.$this->users[$this->uids[$uid2]]['team'].'||login2='.$this->users[$this->uids[$uid2]]['login'].'';
$mas1 = array('time'=>time(),'battle'=>$this->info['id'],'id_hod'=>($this->hodID),'text'=>'','vars'=>$vLog,'zona1'=>'','zonb1'=>'','zona2'=>'','zonb2'=>'','type'=>'1');
$sax = '';
if( $this->users[$this->uids[$uid2]]['sex'] == 1 ) {
$sax = 'à';
}
$mas1['text'] = '{tm1} {u2} ïîëó÷èë'.$sax.' ìàãè÷åñêîå îñëàáëåíèå &quot;<b>'.$e['imposed_name'].'</b>&quot;. (Èíòåëëåêò: -30 íà 5 õîäîâ)';
$this->add_log($mas1);
}
}
}
?>