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
returNix
Posts: 76 Joined: Thu Oct 07, 2010 9:03 pm
Post
by returNix » Sat Oct 23, 2010 10:58 pm
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.
LasTravel
Posts: 888 Joined: Tue Jan 05, 2010 12:08 am
Location: Spain
Post
by LasTravel » Sat Oct 23, 2010 11:28 pm
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
Post
by returNix » Sun Oct 24, 2010 12:04 am
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