Jump to content
  • 0

Question

Posted

Hello guys

i use the L2Advanced High five (testing him for fun) but i have very strange thing

i edit the 255 Special Tutorial but the script is stay the same like was before...

is the server save cache from scripts?

how i reload him? not working from //reload and no from server full restart...

or maybe the HTML ClassChoose is in another html file? cuse i edit this in the Script.

 

		if (canChangeClass(player, jobLevel))
		{
			StringBuilder html = new StringBuilder();
			html.append("<html noscrollbar><head><title>L2Advanced Newbie Tutorial</title></head>");
			html.append("<body>");
			html.append("<table border=0 cellpadding=0 cellspacing=0 width=292 height=310 background=\"l2ui_ct1.Windows_DF_TooltipBG\">");
			html.append("<tr><td align=center><br>");
			html.append("<table width=280><tr><td align=center valign=center>");
			html.append("<img src=\"L2UI.squaregray\" width=285 height=1/> ");
			html.append("<font name=hs12 color=3399FF>L2Advanced</font>");
			html.append("<img src=\"L2UI.squaregray\" width=285 height=1/>");
			html.append("</td></tr></table>");
			html.append("<br></td></tr><tr>");
			html.append("<td align=center height=150>");
			html.append("<table width=280><tr><td align=center><img src=\"%image:30000.png%\" width=240 height=64></td></tr>");
			html.append("<tr><td align=center><br><font color=LEVEL name=hs12>Welcome to L2Advanced ! </font></td></tr>");
			html.append("</table>");
			html.append("<br1>");
			html.append("<table width=280><tr><td align=center>");
			html.append("<font color=00ff99>").append(player.getName()).append("</font> change your class for <font color=\"LEVEL\">").append(Util.formatAdena(Config.CLASS_MASTERS_PRICE_LIST[jobLevel])).append(" Adena</font>!<br1>");
			html.append("</td></tr></table>");
			html.append("<table width=280>");
			for (ClassId cid : ClassId.values())

 

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...