This commit is contained in:
2024-12-17 10:40:25 +02:00
106 changed files with 6704 additions and 5723 deletions
+10 -11
View File
@@ -233,18 +233,18 @@ if (!$isBattle) {
<script>
$logs
eatk = $atk1;
$('#nabito').html('$nabito');
$('#expmaybe').html('$expmaybe');
$('#timer_out').html('$tmr');
$('#pers_magic').html('$persMagic');
$('#priems').html(`$mypriems`);
getElementByIdInMainFrame('nabito').innerHTML = `$nabito`;
getElementByIdInMainFrame('expmaybe').innerHTML = `$expmaybe`;
getElementByIdInMainFrame('timer_out').innerHTML = `$tmr`;
getElementByIdInMainFrame('pers_magic').innerHTML = `$persMagic`;
getElementByIdInMainFrame('priems').innerHTML = `$mypriems`;
g_iCount = 30;
noconnect = 15;
connect = 1;
$('#go_btn').show();
$('#reflesh_btn').show();
za = '$za'; genZoneAtack();
zb = '$zb'; genZoneBlock();
getElementByIdInMainFrame('go_btn').style.display = '';
getElementByIdInMainFrame('reflesh_btn').style.display = '';
za = $za; genZoneAtack();
zb = $zb; genZoneBlock();
refleshPoints();
tactic(1,'$tactic1');
tactic(2,'$tactic2');
@@ -267,6 +267,5 @@ HTML;
unset($atk1);
}
echo '<script>ggcode="' . PassGen::new() . '";if(t057!=null){clearTimeout(t057);}</script>';
echo '<script>ggcode="' . PassGen::new() . '";</script>';
}