WIP: перед введенимем класса Fighter.php
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ function info_reflesh(id_info,uid,up_info,obraz,hp,hpAll,mp,mpAll,invis,sex,eff,
|
||||
{
|
||||
stl4[id_info] = { 4:'',5:'',6:'' }; img4 = ''; lst4 = 0;
|
||||
var d = document.getElementById(`player${id_info}`);
|
||||
if(d!=undefined)
|
||||
if(d)
|
||||
{
|
||||
var mbmp = '';
|
||||
var nomp = 0;
|
||||
@@ -30,7 +30,7 @@ function info_reflesh(id_info,uid,up_info,obraz,hp,hpAll,mp,mpAll,invis,sex,eff,
|
||||
hpAll = '100%';
|
||||
}
|
||||
var zaggg = '',zggg1 = '',zggg2 = '',zggg3,zggg4 = '';
|
||||
if( zag != undefined && zag != 0 && zag != '' ) {
|
||||
if(zag) {
|
||||
zggg1 = 'class="inf2s"';
|
||||
zggg2 = 'position:relative;height:280px;';
|
||||
zggg3 = 'position:absolute;top:3px;left:3px;z-index:102;';
|
||||
|
||||
+8
-1
@@ -42,6 +42,7 @@ const chat = {
|
||||
efftxt: function (id, txt) {
|
||||
return txt;
|
||||
},
|
||||
|
||||
ignore: function (login) {
|
||||
if (this.ignoreList[login] !== undefined) {
|
||||
if ($('#ignr_alu').attr('id') !== undefined) {
|
||||
@@ -63,10 +64,13 @@ const chat = {
|
||||
ingr_alu.html(`${ingr_alu.html()}<div id="ignr_u_${this.ignoreList.x}"><b>${login}</b> <a target="_blank" href="/info/${login}"><img alt="Инф. о ${login}" src="${c.img2}/i/inf_capitalcity.gif" onMouseOver="top.hi(this,\'<b>Инф. о ${login}</b>\',event,5,-2,2,2,\'\');" onMouseOut="top.hic();" onMouseDown="top.hic();"></a> <small><a href="javascript:void(0)" onclick="chat.ignorUn(${this.ignoreList.x})">Clear</a></small></div>`);
|
||||
}
|
||||
},
|
||||
|
||||
getRandom: function (a, b) {
|
||||
return a + ((b - a) * Math.random());
|
||||
},
|
||||
|
||||
feerverk_id: 0,
|
||||
|
||||
feerverk: function (name) {
|
||||
const frc = {
|
||||
'name': 'fw04',
|
||||
@@ -82,7 +86,7 @@ const chat = {
|
||||
frc.left -= 35;
|
||||
}
|
||||
|
||||
if (frc.name !== undefined) {
|
||||
if (frc.name) {
|
||||
this.sendSound(frc.sound);
|
||||
const obj = top.frames.main.document.getElementById('frvrks');
|
||||
if (obj !== undefined) {
|
||||
@@ -103,6 +107,7 @@ const chat = {
|
||||
if (zad > 0) {
|
||||
setTimeout(`chat.feerverk_go(${id}, ${time_back}, "${img}", ${x}, 0);`, 500 * zad);
|
||||
} else {
|
||||
|
||||
time_back--;
|
||||
top.frames.main.document.getElementById(`frvanim_${id}`);
|
||||
if (time_back > 0) {
|
||||
@@ -258,10 +263,12 @@ const chat = {
|
||||
clearText: function () {
|
||||
$('#textmsg').val('');
|
||||
},
|
||||
|
||||
reflesh: function () {
|
||||
this.time = 0;
|
||||
this.testTimer(true);
|
||||
},
|
||||
|
||||
reMoney: function () {
|
||||
$('#moneyGM').html(`${c.money} кр.`);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user