Game crashes when talking to npc

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Game crashes when talking to npc

Post by returNix »

hey guys, i made an npc for noblesse, with some images and stuff. it worked pretty well, untill i changed one thing [ and i cant go back..] and then the game crashes and get scrued everytime i talk with this npc..
here is the code:

Code: Select all

<html><body><center><br><img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left><font color="00FF00">Welcome to L2 Dead Or Alive Noblesse Manager.</font><br></center><center><font color="66CCFF">To Become Noblesse you must have this items:<Br>- Caradines Letter. <img src="icon.etc_letter_envelope_i00" width=32 height=32> <br>- Level 80 <img src="L2UI_CT1.Icon_DF_ItemGrade_80" width=16 height=16> <br></font><font color="FF0000"><a action="bypass -h npc_%object%_QuestFreeNoble">I'm ready. Make me Noblesse.</font></a><br><center><table border="0" cellspacing="0">    <tr>    <td valign=top><img src=icon.skill0325 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill0326 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill0327 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1323 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1324 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1325 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1326 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1327 width=32 height=32 align=left></td>    </tr></table><br><Br><img src="L2UI_CH3.onscrmsg_pattern01_1" width=300 height=32 align=left></body></html> 
Please gusy if you can help, it will be realy nice. :)
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Game crashes when talking to npc

Post by LasTravel »

This works for me:

Code: Select all

<html><body><center><br><img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left><font color="00FF00">Welcome to L2 Dead Or Alive Noblesse Manager.</font><br></center><center><font color="66CCFF">To Become Noblesse you must have this items:<br>- Caradines Letter. <img src="icon.etc_letter_envelope_i00" width=32 height=32> <br>- Level 80 <img src="L2UI_CT1.Icon_DF_ItemGrade_80" width=16 height=16> <br></font><font color="FF0000"><a action="bypass -h npc_%object%_QuestFreeNoble">I'm ready. Make me Noblesse.</a></font><br><center><table border="0" cellspacing="0">    <tr>    <td valign=top><img src=icon.skill0325 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill0326 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill0327 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1323 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1324 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1325 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1326 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1327 width=32 height=32 align=left></td>    </tr></table><br><br><img src="L2UI_CH3.onscrmsg_pattern01_1" width=300 height=32 align=left></body></html>
Close tags correctly.
returNix
Posts: 76
Joined: Thu Oct 07, 2010 9:03 pm

Re: Game crashes when talking to npc

Post by returNix »

LasTravel wrote:This works for me:

Code: Select all

<html><body><center><br><img src="L2UI_CH3.onscrmsg_pattern01_2" width=300 height=32 align=left><font color="00FF00">Welcome to L2 Dead Or Alive Noblesse Manager.</font><br></center><center><font color="66CCFF">To Become Noblesse you must have this items:<br>- Caradines Letter. <img src="icon.etc_letter_envelope_i00" width=32 height=32> <br>- Level 80 <img src="L2UI_CT1.Icon_DF_ItemGrade_80" width=16 height=16> <br></font><font color="FF0000"><a action="bypass -h npc_%object%_QuestFreeNoble">I'm ready. Make me Noblesse.</a></font><br><center><table border="0" cellspacing="0">    <tr>    <td valign=top><img src=icon.skill0325 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill0326 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill0327 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1323 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1324 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1325 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1326 width=32 height=32 align=left></td>    <td valign=top><img src=icon.skill1327 width=32 height=32 align=left></td>    </tr></table><br><br><img src="L2UI_CH3.onscrmsg_pattern01_1" width=300 height=32 align=left></body></html>
Close tags correctly.
Lol thanks :X Working :)
Post Reply