Update v4.7
parent
21d47139e9
commit
86835b13af
10
index.html
10
index.html
|
@ -49,7 +49,7 @@
|
||||||
<body onload="aiCommand746(0);">
|
<body onload="aiCommand746(0);">
|
||||||
<canvas id="canvasA" width="128" height="128"></canvas>
|
<canvas id="canvasA" width="128" height="128"></canvas>
|
||||||
<script>
|
<script>
|
||||||
const fx_version = '0.4.6'; // FX Client Version
|
const fx_version = '0.4.7'; // FX Client Version
|
||||||
const fx_update = 'Dec 24'; // FX Client Last Updated
|
const fx_update = 'Dec 24'; // FX Client Last Updated
|
||||||
|
|
||||||
const ter_version = '1.82.9'; // Territorial Version
|
const ter_version = '1.82.9'; // Territorial Version
|
||||||
|
@ -2351,7 +2351,7 @@
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
this.fh = function(G, M) {
|
this.fh = function(G, M) {
|
||||||
console.log('Username = ' + username_i0);
|
// console.log('Username = ' + username_i0);
|
||||||
0 === M ? (b0.b1[G < cq ? 4 : 3]++, c2.cQ(G, 0), A(q ? 100 : 160, "You conquered " + gE[G] + ".", 0, G, "rgb(10,220,10)", hq, -1, !1)) :
|
0 === M ? (b0.b1[G < cq ? 4 : 3]++, c2.cQ(G, 0), A(q ? 100 : 160, "You conquered " + gE[G] + ".", 0, G, "rgb(10,220,10)", hq, -1, !1)) :
|
||||||
1 === M ? (F(50, b8), c2.cQ(G, 1), A(360, "You were conquered by " + gE[G] + ".", 0, G, "rgb(255,40,40)", hq, -1, !0), eR.gc(G, 2700, !0, 0)) :
|
1 === M ? (F(50, b8), c2.cQ(G, 1), A(360, "You were conquered by " + gE[G] + ".", 0, G, "rgb(255,40,40)", hq, -1, !0), eR.gc(G, 2700, !0, 0)) :
|
||||||
2 === M ? (c2.cQ(G, 2), A(0, "Congratulations! You won the game.", 0, G, "rgb(10,255,255)", hq, -1, !0), // i don't think this is the right part for win counter
|
2 === M ? (c2.cQ(G, 2), A(0, "Congratulations! You won the game.", 0, G, "rgb(10,255,255)", hq, -1, !0), // i don't think this is the right part for win counter
|
||||||
|
@ -2370,7 +2370,6 @@
|
||||||
this.ih = function(G) {
|
this.ih = function(G) {
|
||||||
c2.cQ(G, 2);
|
c2.cQ(G, 2);
|
||||||
100 > cq ? A(0, gE[G] + " won the game.", 3, G, cK, hq, -1, !0) : A(0, gE[G] + " has been immortalized!", 3, G, cK, hq, -1, !0);
|
100 > cq ? A(0, gE[G] + " won the game.", 3, G, cK, hq, -1, !0) : A(0, gE[G] + " has been immortalized!", 3, G, cK, hq, -1, !0);
|
||||||
// So we copy paste it ?
|
|
||||||
eR.gc(G, 2700, !0, 0)
|
eR.gc(G, 2700, !0, 0)
|
||||||
if (aw === G) {
|
if (aw === G) {
|
||||||
console.log(`${gE[aw]} Won the Game!`);
|
console.log(`${gE[aw]} Won the Game!`);
|
||||||
|
@ -4451,7 +4450,8 @@
|
||||||
5 === P ? e7.n9(L[P] / 100, 2) :
|
5 === P ? e7.n9(L[P] / 100, 2) :
|
||||||
P === 6 ? eL.gF(L[P]) :
|
P === 6 ? eL.gF(L[P]) :
|
||||||
P === 7 ? e7.s8(L[7]) :
|
P === 7 ? e7.s8(L[7]) :
|
||||||
P === 8 ? Math.floor(bU[aw]*150) : (Math.floor((bU[aw]*100 / ax[aw]) * 100) + "%") // max amount of troops / current amount of troops
|
P === 8 ? Math.floor(bU[aw]*150) : (Math.floor((ax[aw] / (bU[aw]*150)) * 100) + "%") // max amount of troops / current amount of troops
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function x(P) {
|
function x(P) {
|
||||||
|
@ -6442,8 +6442,6 @@
|
||||||
cH.textAlign = mZ;
|
cH.textAlign = mZ;
|
||||||
cH.fillStyle = oU;
|
cH.fillStyle = oU;
|
||||||
cH.fillText(E[V].joined.toString(), Math.floor(ba + .07 * n), Math.floor(ca + .9 * n));
|
cH.fillText(E[V].joined.toString(), Math.floor(ba + .07 * n), Math.floor(ca + .9 * n));
|
||||||
console.log('ba value: ' + ba + 'n: ' + n + 'ca:' + ca);
|
|
||||||
console.log(E[V]);
|
|
||||||
256 >= E[V].wu && (cH.textAlign = cJ,
|
256 >= E[V].wu && (cH.textAlign = cJ,
|
||||||
cH.fillStyle = oD,
|
cH.fillStyle = oD,
|
||||||
cH.fillText(E[V].wu.toString(), Math.floor(ba + .5 * n), Math.floor(ca + .9 * n)));
|
cH.fillText(E[V].wu.toString(), Math.floor(ba + .5 * n), Math.floor(ca + .9 * n)));
|
||||||
|
|
|
@ -10,7 +10,9 @@
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="mainbox">
|
<div class="mainbox">
|
||||||
|
<button onclick="goback()" class="gback">Go Back</button>
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<p>FX Client Settings</p>
|
<p>FX Client Settings</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -14,3 +14,6 @@ function removeWins() {
|
||||||
document.getElementById('dr').innerHTML = 'Successfully Reset Your Wins!';
|
document.getElementById('dr').innerHTML = 'Successfully Reset Your Wins!';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
function goback() {
|
||||||
|
window.location.href= 'https://fxclient.cf';
|
||||||
|
}
|
|
@ -28,7 +28,7 @@ body {
|
||||||
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
opacity: 0.8;
|
opacity: 0.9;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
|
@ -36,3 +36,11 @@ button:hover {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
.gback {
|
||||||
|
padding: 8px;
|
||||||
|
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
|
||||||
|
font-size: 15px;
|
||||||
|
border-radius: 6px;
|
||||||
|
opacity: 0.9;
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
Loading…
Reference in New Issue