Показать сообщение отдельно
Непрочитано 14.04.2013, 09:53   #3
Аватар для Krasavella
ваще Красауэлла

Smile Re: Нужно убрать надпись

Открываем в блокноте C:\Server\play\data\html\custom\classmaster.htm или C:\Server\play\data\html\classmaster.htm что то подобное.

Код HTML:
<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\ClassMasterI nstance.java открываем в блокноте и ищем ключевое слово Kos Master

И удаляем полностью строку или комментируем ее в самом начале символами //, например html.append("Kos Master");
__________________
Krasavella вне форума Ответить с цитированием