l2j_mobius/trunk/dist/game/data/html/clanHallManager/functions.htm
MobiusDev f8023f5029 Clanhall manager button html fixes.
Contributed by Stayway.
2015-04-01 15:07:24 +00:00

13 lines
1.2 KiB
HTML

<html><body>
The clan hall's special facilities are active.<br>
Each of the following facilities must be activated from the menu prior to use.<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_manage">Manage Clan Hall </Button><br>
<CENTER><br>
<font color="LEVEL">Hp Recovery:</font> <font color="00FFFF">%hp_regen%</font>%<br>
<font color="LEVEL">Mp Recovery:</font> <font color="00FFFF">%mp_regen%</font>%<br>
<font color="LEVEL">Resurrection Exp. Recovery:</font> <font color="00FFFF">%xp_regen%</font>%<br>
<button value="Teleport" action="bypass -h npc_%objectId%_functions tele" width=90 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br>
<button value="Support Magic" action="bypass -h npc_%objectId%_functions support" width=90 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br>
<button value="Create Item" action="bypass -h npc_%objectId%_functions item_creation %npcId%" width=900 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br>
<button value="Main Screen" action="bypass -h npc_%objectId%_list_back" width=90 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
</CENTER>
</body></html>