Jump to content
  • 0

L2Jfrozen Scheme Buffer


devil12pl

Question

Hi i want to give scheme buffer new looking but I have a little problem.

I want to change look of buffs in scheme so i changed this line:



tb.append("<td><a action=\"bypass -h custom_dobuff skillunselect " + skill_group + " " + scheme_key + " " + String.valueOf(sk.getId()) + "\">" + sk.getName() + "</a></td>");


to



tb.append("<td><button value=" + sk.getName() + " action=\"bypass -h custom_dobuff skillunselect " + skill_group + " " + scheme_key + " " + String.valueOf(sk.getId()) + "\" width=134 height=21 back=\"L2UI_ch3.BigButton3_over\" fore=\"L2UI_ch3.BigButton3\"></td>");


It works but in button names of buffs aren't displaying correctly. For example when I clicked Song of Earth in button I see only "Song" so it display only first word of buff name. How can i fix it?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...