L2JMobius

High Five Gm Shop little problem

oRiGiNaL · 6 · 2983

Offline oRiGiNaL

  • Black Sheep
  • Knight
  • ***
    • Posts: 68
Hello, today i've tried to add gm shop on server. ( Mobius-High Five ) But on console, i get a small error. Can someone tell me what's the problem?

Code: [Select]
HTML encoding check: File data/html/merchant/572-1.htm contains non ASCII content
Thank you !


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16041

Offline oRiGiNaL

  • Black Sheep
  • Knight
  • ***
    • Posts: 68
And how i can fix?
Code: [Select]
<html noscrollbar><body>
<title>GM Shop</title>
<center>
  <table width="290" bgcolor="151515">
    <tr>
      <td valign="top"><center><font color="EBDF6C" name="CreditTextNormal">GM Shop</font></center><br></td>
</tr>
<tr>
  <td valign="top"><center><font color="FFFFFF" name="CreditTextNormal">Here you will find anything you need.</font></center></td>
    </tr>
  </table>
  <img src="l2ui.SquareGray" width=290 height=1><br>
</center>
<center>
<table border=0 cellpadding=0 cellspacing=0 width=263 height=15>
<tr>
<td width=65 align=center valign=top>
<button value="Armor" action="bypass -h npc_%objectId%_Chat 1" width=65 height=20 back="chatting_tab1" fore="chatting_tab2">
</td>
<td width=65 align=center valign=top>
<button value="Weapon" action="bypass -h npc_%objectId%_Chat 2" width=65 height=20 back="chatting_tab1" fore="chatting_tab2">
</td>
<td width=65 align=center valign=top>
<button value="Jewel" action="bypass -h npc_%objectId%_Chat 3" width=65 height=20 back="chatting_tab1" fore="chatting_tab2">
</td>
<td width=65 align=center valign=top>
<button value="Others" action="bypass -h npc_%objectId%_Chat 4" width=65 height=20 back="chatting_tab1" fore="chatting_tab2">
</td>
</tr>
</center>
</table>
<center>
<table border=0 cellpadding=0 cellspacing=-10>
<tr><td width=256 height=185 background="L2UI_CT1.OlympiadWnd_DF_GrandTexture"></td></tr>
</table>
</center>
<center>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td width=256 height=113 background="L2UI_CH3.refineloading_01"></td></tr>
</table>
</center>
</body>
</html>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16041
Code: [Select]
# Check if html files contain non ASCII characters.
# Default = True
CheckHtmlEncoding = False


Offline oRiGiNaL

  • Black Sheep
  • Knight
  • ***
    • Posts: 68
As i said, i try to add gm shop. I create new npc ( same id as html's files ) and this don't want to spawn. L2Merchant as type and i put on "Custom" file from npc folder. Thx


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16041