Page 1 of 1

Game crashes when talking to npc

Posted: Sat Oct 23, 2010 10:58 pm
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. :)

Re: Game crashes when talking to npc

Posted: Sat Oct 23, 2010 11:28 pm
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.

Re: Game crashes when talking to npc

Posted: Sun Oct 24, 2010 12:04 am
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 :)