Зависает клиент

Sunday

Единомышленник
Участник
Сообщения
173
Розыгрыши
0
Репутация
0
Реакции
20
Баллы
119
Запрещено публиковать исходный код без BB-кода — CODE
Хроники
  1. Interlude
Исходники
Отсутствуют
Сборка
Lucera
Всем привет. Нужна помощь. Вот код НПСа :
<html>
<html><title> [ Buffer ] </title>
<body>
<center>
<img src="ServerImages.banner_i02" width=256 height=128 align=center>
<table width=295>
<tr></tr></table>
<center><img src="L2UI.SquareGray" width=285 height=1></center>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=26" width=32 height=32 back="icon.skill0436" fore="icon.skill0436"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Buffer ]</font></td></tr>
<tr><td>Increase: magic buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.tutorial_pointer width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1></center>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=22" width=32 height=32 back="icon.skill0437" fore="icon.skill0437"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Songs ]</font></td></tr>
<tr><td>Increase: songs buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.map_sun width=32 height=32></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1></center>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=24" width=32 height=32 back="icon.skill0294" fore="icon.skill0294"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Dances ]</font></td></tr>
<tr><td>Increase: dances buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.map_moon width=32 height=32></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1></center>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=25" width=32 height=32 back="icon.skill0428" fore="icon.skill0428"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Others ]</font></td></tr>
<tr><td>Increase: others specials</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.tutorial_pointer width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=285 height=1></center>
<br>
<table width=230>
<tr>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=124&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074"></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=120&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412"></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash"></td>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
</tr>
<tr><td></td></tr>
<tr>
<td width=40><img src= width=34 height=15></td>
<td width=120 align="center"><font color="0066CC">[ Fight ]</font></td>
<td width=120 align="center"><font color="0066CC">[ Mage ]</font></td>
<td width=120 align="center"><font color="0066CC">[ Cancel ]</font></td>
<td width=40><img src= width=34 height=15></td>
</tr>
</table>
<center><td width=119 align="center"><font color="0066CC">Profiles :</font></td></center>
<center><img src="L2UI.SquareGray" width=267 height=1>
</body>
</html>
в низу хочу добавить кнопки сохранения\использования и записи профилей бафа.
НО при любом добавлении кнопки, или ещё чего-то кликабельного, ла2 уходит в зависание.
 
Решение
HTML:
<html>
    <title> [ Buffer ] </title>
    <body>
    <center>
    <img src="ServerImages.banner_i02" width=256 height=128 align=center>
    <table width=295>
        <tr></tr>
    </table>
    <center><img src="L2UI.SquareGray" width=285 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=26" width=32 height=32 back="icon.skill0436" fore="icon.skill0436"></td>
            <td width=185>
            <table>
                <tr><td><font color="0066CC">[ Buffer ]</font></td></tr>
                <tr><td>Increase: magic buff</td></tr>
            </table>
            </td>
            <td width=40><img...
HTML:
<center><img src="L2UI.SquareGray" width=267 height=1>
заменить на
<center><img src="L2UI.SquareGray" width=267 height=1></center>
 

Там чорний квадрат, по типу картинки, а её в коде нигде нету... я не могу понять как её убрать уже всю голову выкрутил, это ужас...
по моему к кнопкам (button) необходимо добавить атрибут value с пустым значением (вернее с пробелом хотя бы):

HTML:
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=124&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074" value=" "></button></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=120&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412" value=" "></button></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash" value=" "></button></td>
 
Проверял все виши варианты спасибо, НО
<html>
<html><title> [ Buffer ] </title>
<body>
<center>
<img src="ServerImages.banner_i02" width=256 height=128 align=center>
<table width=295>
<tr></tr></table>
<center><img src="L2UI.SquareGray" width=285 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=26" width=32 height=32 back="icon.skill0436" fore="icon.skill0436"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Buffer ]</font></td></tr>
<tr><td>Increase: magic buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.tutorial_pointer width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=22" width=32 height=32 back="icon.skill0437" fore="icon.skill0437"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Songs ]</font></td></tr>
<tr><td>Increase: songs buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.map_sun width=32 height=32></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=24" width=32 height=32 back="icon.skill0294" fore="icon.skill0294"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Dances ]</font></td></tr>
<tr><td>Increase: dances buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.map_moon width=32 height=32></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=25" width=32 height=32 back="icon.skill0428" fore="icon.skill0428"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Others ]</font></td></tr>
<tr><td>Increase: others specials</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.tutorial_pointer width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=285 height=1>
<br>
<table width=230>
<tr>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=124&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074" value=" "></button></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=120&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412" value=" "></button></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash" value=" "></button></td>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
</tr>
<tr>
<td width=40><img src= width=34 height=15></td>
<td width=120 align="center"><font color="0066CC">[ Fight ]</font></td>
<td width=120 align="center"><font color="0066CC">[ Mage ]</font></td>
<td width=120 align="center"><font color="0066CC">[ Cancel ]</font></td>
<td width=40><img src= width=34 height=15></td>
</tr>
</table>
</body>
</html>

что бы не добавлял в конец после ( а мне надо туда впихнуть 5 кнопок ) НПС зависает и хоть ты тресни.
Ошибка где-то в этом коде, либо в каком-то не понятном для меня лимите в НПС

<table width=120>
<td><button value="To write" action="bypass -h scripts_services.Buffer:act ask=-100&reply=npc-40010" width=120 height=20 back="L2UI_CH3.bigbutton2_down" fore="L2UI_CH3.bigbutton2"></td>
</table>
<table width=285>
<tr>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-1000&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-1001&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-1002&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash" value=" "></td>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
</tr>
<tr><td></td></tr>
<tr>
<td width=40><img src= width=34 height=15></td>
<td width=140 align="center"><font color="0066CC">[ Profiles 1 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Profiles 2 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Profiles 3 ]</font></td>
<td width=40><img src= width=34 height=15></td>
</tr>
</table>
<table width=285>
<tr>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2000&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2001&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2002&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash" value=" "></td>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
</tr>
<tr><td></td></tr>
<tr>
<td width=40><img src= width=34 height=15></td>
<td width=140 align="center"><font color="0066CC">[ Save 1 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Save 2 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Save 3 ]</font></td>
<td width=40><img src= width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=267 height=1>
</body>
</html>

уже всё перепробовал я хз... не понимаю почему, где-то читал что есть какие-то ограничение, на что-то в коде, может я это привышаю ? помогите пожалуйста !!
 
Проверял все виши варианты спасибо, НО
<html>
<html><title> [ Buffer ] </title>
<body>
<center>
<img src="ServerImages.banner_i02" width=256 height=128 align=center>
<table width=295>
<tr></tr></table>
<center><img src="L2UI.SquareGray" width=285 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=26" width=32 height=32 back="icon.skill0436" fore="icon.skill0436"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Buffer ]</font></td></tr>
<tr><td>Increase: magic buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.tutorial_pointer width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=22" width=32 height=32 back="icon.skill0437" fore="icon.skill0437"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Songs ]</font></td></tr>
<tr><td>Increase: songs buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.map_sun width=32 height=32></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=24" width=32 height=32 back="icon.skill0294" fore="icon.skill0294"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Dances ]</font></td></tr>
<tr><td>Increase: dances buff</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.map_moon width=32 height=32></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=256 height=1>
<table bgcolor=000000>
<tr>
<td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=25" width=32 height=32 back="icon.skill0428" fore="icon.skill0428"></td>
<td width=185>
<table>
<tr><td><font color="0066CC">[ Others ]</font></td></tr>
<tr><td>Increase: others specials</td></tr>
</table>
</td>
<td width=40><img src=L2UI_CH3.tutorial_pointer width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=285 height=1>
<br>
<table width=230>
<tr>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=124&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074" value=" "></button></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=120&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412" value=" "></button></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash" value=" "></button></td>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
</tr>
<tr>
<td width=40><img src= width=34 height=15></td>
<td width=120 align="center"><font color="0066CC">[ Fight ]</font></td>
<td width=120 align="center"><font color="0066CC">[ Mage ]</font></td>
<td width=120 align="center"><font color="0066CC">[ Cancel ]</font></td>
<td width=40><img src= width=34 height=15></td>
</tr>
</table>
</body>
</html>

что бы не добавлял в конец после ( а мне надо туда впихнуть 5 кнопок ) НПС зависает и хоть ты тресни.
Ошибка где-то в этом коде, либо в каком-то не понятном для меня лимите в НПС

<table width=120>
<td><button value="To write" action="bypass -h scripts_services.Buffer:act ask=-100&reply=npc-40010" width=120 height=20 back="L2UI_CH3.bigbutton2_down" fore="L2UI_CH3.bigbutton2"></td>
</table>
<table width=285>
<tr>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-1000&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-1001&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-1002&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash" value=" "></td>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
</tr>
<tr><td></td></tr>
<tr>
<td width=40><img src= width=34 height=15></td>
<td width=140 align="center"><font color="0066CC">[ Profiles 1 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Profiles 2 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Profiles 3 ]</font></td>
<td width=40><img src= width=34 height=15></td>
</tr>
</table>
<table width=285>
<tr>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2000&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2001&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412" value=" "></td>
<td align="center"><button action="bypass -h scripts_services.Buffer:act ask=-2002&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash" value=" "></td>
<td width=40><img src=L2UI_CH3.myinfo_heroicon width=16 height=15></td>
</tr>
<tr><td></td></tr>
<tr>
<td width=40><img src= width=34 height=15></td>
<td width=140 align="center"><font color="0066CC">[ Save 1 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Save 2 ]</font></td>
<td width=140 align="center"><font color="0066CC">[ Save 3 ]</font></td>
<td width=40><img src= width=34 height=15></td>
</tr>
</table>
<center><img src="L2UI.SquareGray" width=267 height=1>
</body>
</html>

уже всё перепробовал я хз... не понимаю почему, где-то читал что есть какие-то ограничение, на что-то в коде, может я это привышаю ? помогите пожалуйста !!
Если в лимиты не укладываетесь, тогда вариант еще сделать отдельную кнопку и ещё один диалог откуда можно будет выбрать то что ниже. Только красиво вывести столбиком. :Coffee:
 
Есть еще варианты как решить ошибку ?
Может я не прав с лимитами и есть другое решение.
 
Я же написал где ошибка и ее делаете опять.
закрытия тега <center> нет
Код:
</table>
<center><img src="L2UI.SquareGray" width=267 height=1>
</body>
</html>
 
  • Мне нравится
Реакции: kick
Посмотрю дома как приеду, с смартфона не могу. ☕👌
Буду очень благодарен. Если ничего не выйдет, придётся выводить новую страницу до профилей бафа

Я же написал где ошибка и ее делаете опять.
закрытия тега <center> нет
Код:
</table>
<center><img src="L2UI.SquareGray" width=267 height=1>
</body>
</html>
Не помогает ваше решение. Закрывал / удалял. Все так же зависает клиент
 
  • Ха-ха-ха
Реакции: kick
Обратите внимание, что данный пользователь заблокирован! Не совершайте с ним никаких сделок! Перейдите в его профиль, чтобы узнать причину блокировки.
Вы явно что - то делаете не так) скиньте ему готовый файл ..) потому я тоже с телефона )
 
Screenshot_2024-03-05-21-34-14-54_40deb401b9ffe8e1df2f1cc5ba480b12.jpg у меня редактор сходит с ума от вот таких строк <img src= width=34 height=15> так быть не должно
 
я поправил код через онлайн редактор, исправил все ошибки. получилось даже добавить одну кнопку. Но всё сместилось(( и надо заново совать и выставлять.
Кто может помочь могу написать в лс
 
HTML:
<html>
    <title> [ Buffer ] </title>
    <body>
    <center>
    <img src="ServerImages.banner_i02" width=256 height=128 align=center>
    <table width=295>
        <tr></tr>
    </table>
    <center><img src="L2UI.SquareGray" width=285 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=26" width=32 height=32 back="icon.skill0436" fore="icon.skill0436"></td>
            <td width=185>
            <table>
                <tr><td><font color="0066CC">[ Buffer ]</font></td></tr>
                <tr><td>Increase: magic buff</td></tr>
            </table>
            </td>
            <td width=40><img src="L2UI_CH3.tutorial_pointer" width=34 height=15></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=256 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=22" width=32 height=32 back="icon.skill0437" fore="icon.skill0437"></td>
            <td width=185>
                <table>
                <tr><td><font color="0066CC">[ Songs ]</font></td></tr>
                <tr><td>Increase: songs buff</td></tr>
                </table>
            </td>
            <td width=40><img src="L2UI_CH3.map_sun" width=32 height=32></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=256 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=24" width=32 height=32 back="icon.skill0294" fore="icon.skill0294"></td>
            <td width=185>
            <table>
                <tr><td><font color="0066CC">[ Dances ]</font></td></tr>
                <tr><td>Increase: dances buff</td></tr>
            </table>
            </td>
            <td width=40><img src="L2UI_CH3.map_moon" width=32 height=32></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=256 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=25" width=32 height=32 back="icon.skill0428" fore="icon.skill0428"></td>
            <td width=185>
            <table>
                <tr><td><font color="0066CC">[ Others ]</font></td></tr>
                <tr><td>Increase: others specials</td></tr>
            </table>
            </td>
            <td width=40><img src="L2UI_CH3.tutorial_pointer" width=34 height=15></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=285 height=1></center>
    <br>
    <table width=230>
        <tr>
            <td width=40><img src="L2UI_CH3.myinfo_heroicon" width=16 height=15></td>
            <td align="center"><button value=" " action="bypass -h scripts_services.Buffer:act ask=124&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074"></td>
            <td align="center"><button value=" " action="bypass -h scripts_services.Buffer:act ask=120&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412"></td>
            <td align="center"><button value=" " action="bypass -h scripts_services.Buffer:act ask=-2&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash"></td>
            <td width=40><img src="L2UI_CH3.myinfo_heroicon" width=16 height=15></td>
        </tr>
        <tr><td></td></tr>
        <tr>
            <td width=40></td>
            <td width=120 align="center"><font color="0066CC">[ Fight ]</font></td>
            <td width=120 align="center"><font color="0066CC">[ Mage ]</font></td>
            <td width=120 align="center"><font color="0066CC">[ Cancel ]</font></td>
            <td width=40></td>
        </tr>
    </table>
    <center><font color="0066CC">Profiles :</font></center>
    <center><img src="L2UI.SquareGray" width=267 height=1></center>
    </center>
    </body>
</html>
 
Решение
HTML:
<html>
    <title> [ Buffer ] </title>
    <body>
    <center>
    <img src="ServerImages.banner_i02" width=256 height=128 align=center>
    <table width=295>
        <tr></tr>
    </table>
    <center><img src="L2UI.SquareGray" width=285 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=26" width=32 height=32 back="icon.skill0436" fore="icon.skill0436"></td>
            <td width=185>
            <table>
                <tr><td><font color="0066CC">[ Buffer ]</font></td></tr>
                <tr><td>Increase: magic buff</td></tr>
            </table>
            </td>
            <td width=40><img src="L2UI_CH3.tutorial_pointer" width=34 height=15></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=256 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=22" width=32 height=32 back="icon.skill0437" fore="icon.skill0437"></td>
            <td width=185>
                <table>
                <tr><td><font color="0066CC">[ Songs ]</font></td></tr>
                <tr><td>Increase: songs buff</td></tr>
                </table>
            </td>
            <td width=40><img src="L2UI_CH3.map_sun" width=32 height=32></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=256 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=24" width=32 height=32 back="icon.skill0294" fore="icon.skill0294"></td>
            <td width=185>
            <table>
                <tr><td><font color="0066CC">[ Dances ]</font></td></tr>
                <tr><td>Increase: dances buff</td></tr>
            </table>
            </td>
            <td width=40><img src="L2UI_CH3.map_moon" width=32 height=32></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=256 height=1></center>
    <table bgcolor=000000>
        <tr>
            <td width=25 align="right"><button action="bypass -h scripts_services.Buffer:act reply=25" width=32 height=32 back="icon.skill0428" fore="icon.skill0428"></td>
            <td width=185>
            <table>
                <tr><td><font color="0066CC">[ Others ]</font></td></tr>
                <tr><td>Increase: others specials</td></tr>
            </table>
            </td>
            <td width=40><img src="L2UI_CH3.tutorial_pointer" width=34 height=15></td>
        </tr>
    </table>
    <center><img src="L2UI.SquareGray" width=285 height=1></center>
    <br>
    <table width=230>
        <tr>
            <td width=40><img src="L2UI_CH3.myinfo_heroicon" width=16 height=15></td>
            <td align="center"><button value=" " action="bypass -h scripts_services.Buffer:act ask=124&reply=npc-40034" width=32 height=32 back="icon.skill5074" fore="icon.skill5074"></td>
            <td align="center"><button value=" " action="bypass -h scripts_services.Buffer:act ask=120&reply=npc-40034" width=32 height=32 back="icon.skill1412" fore="icon.skill1412"></td>
            <td align="center"><button value=" " action="bypass -h scripts_services.Buffer:act ask=-2&reply=npc-40034" width=32 height=32 back="L2UI_CH3.inventory_trash" fore="L2UI_CH3.inventory_trash"></td>
            <td width=40><img src="L2UI_CH3.myinfo_heroicon" width=16 height=15></td>
        </tr>
        <tr><td></td></tr>
        <tr>
            <td width=40></td>
            <td width=120 align="center"><font color="0066CC">[ Fight ]</font></td>
            <td width=120 align="center"><font color="0066CC">[ Mage ]</font></td>
            <td width=120 align="center"><font color="0066CC">[ Cancel ]</font></td>
            <td width=40></td>
        </tr>
    </table>
    <center><font color="0066CC">Profiles :</font></center>
    <center><img src="L2UI.SquareGray" width=267 height=1></center>
    </center>
    </body>
</html>
Большое спасибо!! Понял свои ошибки, и почему был тот грёбаный квадратник черный.
 
Назад
Сверху Снизу