Chronicle 4 branch.
This commit is contained in:
10
L2J_Mobius_C4/dist/game/data/html/event/TvTEventParticipation.htm
vendored
Normal file
10
L2J_Mobius_C4/dist/game/data/html/event/TvTEventParticipation.htm
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<html><title>TvT Event</title><br><body>
|
||||
Registration for TvT Event:<br><br><center>
|
||||
Registered (%registeredcount% players in)<br1>
|
||||
Minimum players required: %minimumplayers%<br1>
|
||||
Maximum players allowed: %maximumplayers%<br>
|
||||
Minimum level: %minimumlevel%<br1>
|
||||
Maximum level: %maximumlevel%<br>
|
||||
<button value="Participate" action="bypass -h npc_%objectId%_tvt_event_participation" width=50 height=15 back="sek.cbui94" fore="sek.cbui92">
|
||||
<button value="Close" action="bypass -h npc_%objectId%_Close" width=50 height=15 back="sek.cbui94" fore="sek.cbui92">
|
||||
</center></body></html>
|
||||
11
L2J_Mobius_C4/dist/game/data/html/event/TvTEventRemoveParticipation.htm
vendored
Normal file
11
L2J_Mobius_C4/dist/game/data/html/event/TvTEventRemoveParticipation.htm
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<html><title>TvT Event</title><br><body>
|
||||
Cancel Registration yourself for TvT Event:<br1><br>
|
||||
<center>Registered (%registeredcount% players in)<br1>
|
||||
Minimum players required: %minimumplayers%<br1>
|
||||
Maximum players allowed: %maximumplayers%<br>
|
||||
Minimum level: %minimumlevel%<br1>
|
||||
Maximum level: %maximumlevel%</center><br><br>
|
||||
You are already registered for this event. Do you wish to cancel your participation in this Event?<br><br><center>
|
||||
<button value="Yes" action="bypass -h npc_%objectId%_tvt_event_remove_participation" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
|
||||
<button value="No" action="bypass -h npc_%objectId%_Close" width=40 height=15 back="sek.cbui94" fore="sek.cbui92">
|
||||
</center></body></html>
|
||||
7
L2J_Mobius_C4/dist/game/data/html/event/TvTEventStatus.htm
vendored
Normal file
7
L2J_Mobius_C4/dist/game/data/html/event/TvTEventStatus.htm
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<html><title>TvT Event</title><br>
|
||||
<body>Status:<br>
|
||||
<br>
|
||||
<center>Blue Team with %team1playercount% players and %team1points% points.<br1>
|
||||
Red Team with %team2playercount% players and %team2points% points.<br>
|
||||
</center>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user