|
|
|
@ -77,7 +77,7 @@ $technick2 = mysql_fetch_array(mysql_query("SELECT * FROM attacken WHERE id='$te
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////Hier laedt er den RELOAD der technik wenn die zusammen setzung nicht stimmen sollte
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/andere_technik.php'); /////////////////// Wenn man ne andere technik sich aussuchen will...
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/andere_technik.php'); /////////////////// Wenn man ne andere technik sich aussuchen will...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$technick1[speed]=$technick1[speed]+(($technick1[speed]/100)*$prozent_technik1);
|
|
|
|
@ -106,30 +106,30 @@ $speed_char2 = mt_rand($speeds_char2_4,$speeds_char2);
|
|
|
|
|
|
|
|
|
|
$aussetzten_runde = ""; ////// MUSS SO BLEIBEN WICHTIG
|
|
|
|
|
##################################MP, SSJ Verwandlungen, HP, Koerper Tausch Technicken
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/majin.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/majin.php');
|
|
|
|
|
|
|
|
|
|
if(!$aussetzten_runde) {
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/tausch2.php'); //////////////////Muss ganz oben sein wegen technik Tauschen
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/gift.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/frucht.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/mp.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/hp.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/hp2.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/SSJ.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/kaioken.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/kaioken2.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/copy.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/lose.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/lose2.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/ausdauer.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/mpv.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/tausch.php');
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/hpmp.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/tausch2.php'); //////////////////Muss ganz oben sein wegen technik Tauschen
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/gift.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/frucht.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/mp.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/hp.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/hp2.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/SSJ.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/kaioken.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/kaioken2.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/copy.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/lose.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/lose2.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/ausdauer.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/mpv.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/tausch.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/hpmp.php');
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/atk_wert.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/atk_wert.php');
|
|
|
|
|
#####################################KAMPF SYSTEM
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/kampf_rechnung.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/kampf_rechnung.php');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -199,7 +199,7 @@ $EXP_new1 = ($exp_rows2[siege]+1) * 10;
|
|
|
|
|
$EXP_new2 = ($exp_rows1[siege]+1) * 5;
|
|
|
|
|
|
|
|
|
|
include "clan_exp.php";
|
|
|
|
|
include($_SERVER['DOCUMENT_ROOT'].'ag/include/kampf/kampf_rechnung.php');
|
|
|
|
|
include(ROOT_PATH.'/include/kampf/kampf_rechnung.php');
|
|
|
|
|
|
|
|
|
|
mysql_query("UPDATE clan SET geld=geld+'5000', siege=siege+1, min_exp=min_exp+'$EXP1_new1' WHERE id='$clan1[$iws]'");
|
|
|
|
|
mysql_query("UPDATE clan SET geld=geld+'2000', niederlagen=niederlagen+1, min_exp=min_exp+'$EXP1_new2' WHERE id='$clan2[$iws]'");
|
|
|
|
|