2022-12-19 20:22:19 +00:00
|
|
|
var stl4 = { 1:0,2:0 };
|
|
|
|
stl4[1] = { 4:'',5:'',6:'' };
|
|
|
|
stl4[2] = { 4:'',5:'',6:'' };
|
|
|
|
function info_reflesh(id_info,uid,up_info,obraz,hp,hpAll,mp,mpAll,invis,sex,eff,ststua)
|
|
|
|
{
|
|
|
|
stl4[id_info] = { 4:'',5:'',6:'' }; img4 = ''; lst4 = 0;
|
|
|
|
var d = document.getElementById('player'+id_info);
|
|
|
|
if(d!=undefined)
|
|
|
|
{
|
|
|
|
var mbmp = '';
|
|
|
|
var nomp = 0;
|
|
|
|
var whp = Math.floor(hp/hpAll*120);
|
|
|
|
var wmp = Math.floor(mp/mpAll*120);
|
|
|
|
var chp = 'hp_3';
|
|
|
|
var cmp = 'hp_mp';
|
|
|
|
if(whp<1)
|
|
|
|
{
|
|
|
|
chp = 'hp_none';
|
|
|
|
}
|
|
|
|
if(whp>0)
|
|
|
|
{
|
|
|
|
chp = 'hp_1';
|
|
|
|
}
|
|
|
|
if(whp>32)
|
|
|
|
{
|
|
|
|
chp = 'hp_2';
|
|
|
|
}
|
|
|
|
if(whp>65)
|
|
|
|
{
|
|
|
|
chp = 'hp_3';
|
|
|
|
}
|
|
|
|
if(wmp<=0)
|
|
|
|
{
|
|
|
|
cmp = 'hp_none';
|
|
|
|
}
|
|
|
|
if(mpAll>0)
|
|
|
|
{
|
2023-01-10 16:29:32 +00:00
|
|
|
mbmp = ' <div id="vmp4" title="Уровень маны" class="seemp" style="position:absolute; top:10px; width:120px; height:10px; z-index:12;"> '+mp+'/'+mpAll+'</div>'+
|
|
|
|
' <div title="Уровень маны" class="hpborder" style="position:absolute; top:10px; width:120px; height:9px; z-index:13;"><img src="http://'+top.c.img+'/1x1.gif" height="9" width="1"></div>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' <div class="'+cmp+' senohp" style="height:9px; position:absolute; top:10px; width:'+wmp+'px; z-index:11;" id="lmp4"><img src="http://'+top.c.img+'/1x1.gif" height="9" width="1"></div>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <div title="Уровень маны" class="hp_none" style="position:absolute; top:10px; width:120px; height:10px; z-index:10;"></div>';
|
2022-12-19 20:22:19 +00:00
|
|
|
}else{
|
|
|
|
nomp = 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
document.getElementById('player'+id_info+'_login').innerHTML = up_info;
|
|
|
|
d.innerHTML = '<div align="left">'+
|
|
|
|
' <div style="width:240px; padding:2px; border-bottom:1px solid #666666; border-right:1px solid #666666; border-left:1px solid #FFFFFF; border-top:1px solid #FFFFFF;">'+
|
|
|
|
'<div align="center">'+
|
|
|
|
' <!-- blocked -->'+
|
|
|
|
'</div>'+
|
|
|
|
'<table width="240" border="0" cellspacing="0" cellpadding="0">'+
|
|
|
|
' <tr>'+
|
|
|
|
'<td width="60" valign="top"><table width="60" height="280" border="0" cellspacing="0" cellpadding="0">'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
'<td height="60" id="'+id_info+'_itmSlot1"><img style="display:block;" title="Пустой слот шлем" src="http://'+top.c.img+'/i/items/w/w9.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
'<tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="40" id="'+id_info+'_itmSlot2"><img style="display:block;" title="Пустой слот наручи" src="http://'+top.c.img+'/i/items/w/w13.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
'<td height="60" id="'+id_info+'_itmSlot3"><img style="display:block;" title="Пустой слот оружие" src="http://'+top.c.img+'/i/items/w/w3.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="80"><div id="'+id_info+'_itmSlot4"><img style="display:block;" title="Пустой слот броня" src="http://'+top.c.img+'/i/items/w/w4.gif"></div></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
'</tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="40" id="'+id_info+'_itmSlot7"><img style="display:block;" title="Пустой слот пояс" src="http://'+top.c.img+'/i/items/w/w5.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
'</tr>'+
|
|
|
|
'</table></td>'+
|
|
|
|
'<td height="280" valign="top"><table width="120" height="280" border="0" cellspacing="0" cellpadding="0">'+
|
|
|
|
'<tr>'+
|
|
|
|
'<td height="20" valign="top"><!-- HP and MP -->'+
|
|
|
|
' <div style="position:relative;">'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <div id="vhp4" title="Уровень жизни" class="seehp" style="position:absolute; top:'+nomp+'px; width:120px; height:10px; z-index:12;"> '+hp+'/'+hpAll+'</div>'+
|
|
|
|
'<div title="Уровень жизни" class="hpborder" style="position:absolute; top:'+nomp+'px; width:120px; height:9px; z-index:13;"><img style="display:block;" src="http://'+top.c.img+'/1x1.gif" height="9" width="1"></div>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' <div class="'+chp+' senohp" style="height:9px; width:'+whp+'px; position:absolute; top:'+nomp+'px; z-index:11;" id="lhp4"><img style="display:block;" src="http://'+top.c.img+'/1x1.gif" height="9" width="1"></div>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <div title="Уровень жизни" class="hp_none" style="position:absolute; top:'+nomp+'px; width:120px; height:10px; z-index:10;"><img style="display:block;" src="http://'+top.c.img+'/1x1.gif" height="10"></div>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
mbmp+
|
|
|
|
' </div>'+
|
|
|
|
' <!-- -->'+
|
|
|
|
'</td>'+
|
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
|
|
|
'<td valign="top"><div style="position:relative; height:220px;">'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <!-- образ -->'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' <div style="position:absolute; width:120px; height:220px; z-index:1;" onMouseOver="top.hi(this,\''+ststua+'\',event,0,1,1,1,\'\');" onMouseOut="top.hic();" onMouseDown="top.hic();"><a href="#obraz_pers"><img style="display:block;" width="120" height="220" src="http://'+top.c.img+'/i/obraz/'+sex+'/'+obraz+'" ></a></div>'+
|
|
|
|
' <div style="position:absolute; width:auto; height:auto; z-index:3;">'+eff+'</div>'+
|
|
|
|
'</div></td>'+
|
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
|
|
|
' <td height="40"><table width="120" border="0" cellspacing="0" cellpadding="0">'+
|
|
|
|
'<tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td width="40" id="'+id_info+'_itmSlot53" height="20"><img style="display:block;" title="Пустой слот правый карман" src="http://'+top.c.img+'/i/items/w/w15.gif"></td>'+
|
|
|
|
' <td width="40" id="'+id_info+'_itmSlot55" height="20"><img style="display:block;" title="Пустой слот центральный карман" src="http://'+top.c.img+'/i/items/w/w15.gif"></td>'+
|
|
|
|
' <td width="40" id="'+id_info+'_itmSlot54" height="20"><img style="display:block;" title="Пустой слот левый карман" src="http://'+top.c.img+'/i/items/w/w15.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
'</tr>'+
|
|
|
|
'<tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td width="40" id="'+id_info+'_itmSlot56" height="20"><img style="display:block;" title="Пустой слот смена" src="http://'+top.c.img+'/i/items/w/w20.gif"></td>'+
|
|
|
|
' <td width="40" id="'+id_info+'_itmSlot57" height="20"><img style="display:block;" title="Пустой слот смена" src="http://'+top.c.img+'/i/items/w/w20.gif"></td>'+
|
|
|
|
'<td width="40" id="'+id_info+'_itmSlot58" height="20"><img style="display:block;" title="Пустой слот смена" src="http://'+top.c.img+'/i/items/w/w20.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
'</tr>'+
|
|
|
|
'</table></td>'+
|
|
|
|
' </tr>'+
|
|
|
|
'</table></td>'+
|
|
|
|
'<td width="60" valign="top"><table width="60" border="0" cellspacing="0" cellpadding="0">'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="20" id="'+id_info+'_itmSlot8"><img style="display:block;" title="Пустой слот серьги" src="http://'+top.c.img+'/i/items/w/w1.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="20" id="'+id_info+'_itmSlot9"><img style="display:block;" title="Пустой слот ожерелье" src="http://'+top.c.img+'/i/items/w/w2.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
|
|
|
'<td height="20"><table width="60" border="0" cellspacing="0" cellpadding="0">'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td width="20" id="'+id_info+'_itmSlot10" height="20"><img style="display:block;" title="Пустой слот кольцо" src="http://'+top.c.img+'/i/items/w/w6.gif"></td>'+
|
|
|
|
' <td width="20" id="'+id_info+'_itmSlot11"><img style="display:block;" title="Пустой слот кольцо" src="http://'+top.c.img+'/i/items/w/w6.gif"></td>'+
|
|
|
|
' <td width="20" id="'+id_info+'_itmSlot12"><img style="display:block;" title="Пустой слот кольцо" src="http://'+top.c.img+'/i/items/w/w6.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
'</table></td>'+
|
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="40" id="'+id_info+'_itmSlot13"><img style="display:block;" title="Пустой слот перчатки" src="http://'+top.c.img+'/i/items/w/w11.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="60" id="'+id_info+'_itmSlot14"><img style="display:block;" title="Пустой слот щит" src="http://'+top.c.img+'/i/items/w/w10.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="80" id="'+id_info+'_itmSlot16"><img style="display:block;" title="Пустой слот поножи" src="http://'+top.c.img+'/i/items/w/w19.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
' <tr>'+
|
2023-01-10 16:29:32 +00:00
|
|
|
' <td height="40" id="'+id_info+'_itmSlot17"><img style="display:block;" title="Пустой слот обувь" src="http://'+top.c.img+'/i/items/w/w12.gif"></td>'+
|
2022-12-19 20:22:19 +00:00
|
|
|
' </tr>'+
|
|
|
|
'</table></td>'+
|
|
|
|
'</tr>'+
|
|
|
|
'</table>'+
|
|
|
|
' </div>'+
|
|
|
|
'</div>';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var img4 = '';
|
|
|
|
var lst4 = 0;
|
|
|
|
var hr = '<div align=\\\'center\\\' style=\\\'margin:4px;\\\'><img src=\\\'http://'+top.c.img+'/1x1.gif\\\' height=\\\'1\\\' width=\\\'111\\\' style=\\\'background-color:black;\\\'></div>';
|
|
|
|
function abitms(id_pers,uid,id,slot,name,title,img,clck)
|
|
|
|
{
|
|
|
|
if(slot>=4 && slot<=6)
|
|
|
|
{
|
|
|
|
if(slot==4 && lst4==0)
|
|
|
|
{
|
|
|
|
img4 = img;
|
|
|
|
lst4 = 4;
|
|
|
|
}else if(slot==5 && lst4<5)
|
|
|
|
{
|
|
|
|
img4 = img;
|
|
|
|
lst4 = 5;
|
|
|
|
}else if(slot==6 && lst4<6)
|
|
|
|
{
|
|
|
|
img4 = img;
|
|
|
|
lst4 = 6;
|
|
|
|
}
|
|
|
|
stl4[id_pers][slot] = title;
|
|
|
|
slot = 4;
|
|
|
|
var ltt4 = '';
|
|
|
|
if(stl4[id_pers][6]!='')
|
|
|
|
{
|
|
|
|
ltt4 += stl4[id_pers][6];
|
|
|
|
if(stl4[id_pers][4]!='' || stl4[id_pers][5]!=''){ ltt4 += hr; }
|
|
|
|
}
|
|
|
|
if(stl4[id_pers][5]!='')
|
|
|
|
{
|
|
|
|
ltt4 += stl4[id_pers][5];
|
|
|
|
if(stl4[id_pers][4]!=''){ ltt4 += hr; }
|
|
|
|
}
|
|
|
|
if(stl4[id_pers][4]!='')
|
|
|
|
{
|
|
|
|
ltt4 += stl4[id_pers][4];
|
|
|
|
}
|
|
|
|
title = ltt4;
|
|
|
|
img = img4;
|
|
|
|
}
|
|
|
|
|
|
|
|
var itm = document.getElementById(id_pers+'_itmSlot'+slot);
|
|
|
|
|
|
|
|
|
|
|
|
if(itm!=undefined)
|
|
|
|
{
|
|
|
|
itm.innerHTML = '<img style="display:block;" src="http://'+top.c.img+'/i/items/'+img+'" onMouseOver="top.hi(this,\''+title+'\',event,3,1,1,1,\'\');" onMouseOut="top.hic();" onMouseDown="top.hic();">';
|
|
|
|
}
|
|
|
|
}
|