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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..