[Help] Reopenig screen L2J 

Newbie Spellweaver
Joined
Jul 9, 2006
Messages
7
Reaction score
0
I created myslef an npc buffer , its quite nice for my server, but i have a problem like, when i use buff from list i need again to speek with npc to see the buff list, how to do that after i press on buff the buff selecting screen open automaticly ? (sry for bad english)
Shud i add something here ?

<br><a action="bypass -h npc_%objectId%_MakeBuffs Buff1">Might.</a>
<br><a action="bypass -h npc_%objectId%_MakeBuffs Buff2">Mental Shield.</a>
<br><a action="bypass -h npc_%objectId%_MakeBuffs Buff3">Magic Barrier.</a>

Please help :)
 
download a buffer from l2jreleases. you will not have any problem. and check the html files to see how to do it.

for the html must be like this but check your settings.

<td><button value="Dances" action="bypass -h Quest 9998_NPCBuffer 2.htm" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td><br>
</tr>
<tr>
<td><button value="Songs" action="bypass -h Quest 9998_NPCBuffer 3.htm" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td><br>
</tr>
<tr>

<td><button value="Chants" action="bypass -h Quest 9998_NPCBuffer 7.htm" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td><br>
</tr>
 
Upvote 0
Back