Сообщений: 1,432
Тем: 34
Зарегистрирован: Jul 2012
Репутация:
11,419
Ищите его html файлик. А лучше забудьте про сервер.
Сообщений: 794
Тем: 31
Зарегистрирован: Dec 2012
Репутация:
2,838
Открываем в блокноте C:\Server\play\data\html\custom\classmaster.htm или C:\Server\play\data\html\classmaster.htm что то подобное.
<html>
<body>
<title>Exmor Class Master</title>
<br><br1>
<center>
<table>
<tr>
<td valign=top><img src=icon.etc_alphabet_l_i00 width=32 height=32 align=center></td>
<td valign=top><img src=icon.etc_alphabet_i_i00 width=32 height=32 align=center></td>
<td valign=top><img src=icon.etc_alphabet_n_i00 width=32 height=32 align=center></td>
<td valign=top><img src=icon.etc_alphabet_e_i00 width=32 height=32 align=center></td>
<td valign=top><img src=icon.etc_alphabet_a_i00 width=32 height=32 align=center></td>
<td valign=top><img src=icon.etc_alphabet_g_i00 width=32 height=32 align=center></td>
<td valign=top><img src=icon.etc_alphabet_e_i00 width=32 height=32 align=center></td>
</tr>
</table>
<br>
<img src="sek.cbui355" width=204 height=2>
</center>
<br>
<center>
<table width=260><tr><td align=center><font color="LEVEL">Exmor Class Master</font></td></tr></table>
<br>
<img src="sek.cbui355" width=256 height=2>
</center>
<br>
<center>
<table width=260>
<tr>
<td align=center>
%classmaster%
</td>
</tr>
</table>
<br>
<img src="sek.cbui355" width=256 height=2>
</center>
<br>
Kos Master
</body>
</html>
Ищем надпись которую нужно убрать в данном файле, выделяем и нажимаем на клавиатуре кнопку Delete
Или же через C:\Server\play\data\scripts\npc\model\ClassMasterInstance.java открываем в блокноте и ищем ключевое слово Kos Master
И удаляем полностью строку или комментируем ее в самом начале символами //, например html.append("Kos Master");