07-14-2009, 04:07 PM
Столкнулся с проблемой "редактирывание" гм шопа. как изменить вид гм шопа тоесть добавить или убрать с него разделы вот:
Вот допусим я хочу переминовать название с "Spec armor" на "Fasrm shop". как это сделать. Зарание спс.
// Делать нечего?
<html>
<head>
<body>
<center>
<img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
<img src="L2UI.SquareBlank" width=260 height=2><br1>
<table width=260><tr><td align=center><font color="LEVEL">Амуниция</font></td></tr></table>
<table width=256>
<tr>
<td width="128">
<center><font color="37ADFF">Weapon</font>
<button value="C weapon" action="bypass -h npc_%objectId%_multisell 664" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="A weapon" action="bypass -h npc_%objectId%_multisell 661" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="S weapon (SA)" action="bypass -h npc_%objectId%_multisell 662" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Interlude Weapon" action="bypass -h npc_%objectId%_multisell 665" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Dynasty Weapon" action="bypass -h npc_%objectId%_multisell 663" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
</center>
</td>
<td width="128">
<center><font color="37ADFF">Armor</font>
<button value="A Armor" action="bypass -h npc_%objectId%_multisell 671" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="S Armor" action="bypass -h npc_%objectId%_multisell 672" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Epic Armor" action="bypass -h npc_%objectId%_multisell 673" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Dynasty Armor" action="bypass -h npc_%objectId%_multisell 1006" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Clan armor [C5]" action="bypass -h npc_%objectId%_multisell 675" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
</center>
</td>
</tr>
</table>
<br>
<table width=260><tr><td align=center><font color="LEVEL">Разное</font></td></tr></table>
<table width=256>
<tr>
<td width="128">
<center>
<button value="Quest Item" action="bypass -h npc_%objectId%_multisell 681" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Dye" action="bypass -h npc_%objectId%_multisell 682" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Hair" action="bypass -h npc_%objectId%_multisell 111" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Accessory" action="bypass -h npc_%objectId%_multisell 680" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Scrolls" action="bypass -h npc_%objectId%_multisell 686" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
</center>
</td>
<td width="128">
<center>
<button value="Potion" action="bypass -h npc_%objectId%_multisell 688" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Special" action="bypass -h npc_%objectId%_multisell 690" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Farm shop" action="bypass -h npc_%objectId%_multisell 999972" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Ss/Arrows" action="bypass -h npc_%objectId%_multisell 692" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Ect" action="bypass -h npc_%objectId%_multisell 693" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
<button value="Sell" action="bypass -h npc_%objectId%_sell" width="100" height="14" back="sek.cbui94" fore="sek.cbui92">
</center>
</td>
</tr>
</table>
<br>
<center><img src="L2UI_CH3.herotower_deco" width=256 height=32><br>
</center>
</body>
</html>
Вот допусим я хочу переминовать название с "Spec armor" на "Fasrm shop". как это сделать. Зарание спс.
// Делать нечего?