Removed datapack part of Ceremony of Chaos.
This commit is contained in:
@@ -1,82 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/events.xsd">
|
|
||||||
<event name="Ceremony of Chaos" class="com.l2jmobius.gameserver.instancemanager.CeremonyOfChaosManager">
|
|
||||||
<variables>
|
|
||||||
<variable name="max_players" value="18" />
|
|
||||||
<variable name="max_arenas" value="5" />
|
|
||||||
<list type="SkillHolder" name="initial_buff">
|
|
||||||
<skill id="7115" level="1" /> <!-- Energy of Chaos -->
|
|
||||||
</list>
|
|
||||||
<list type="SkillHolder" name="end_buffs">
|
|
||||||
<skill id="9540" level="1" /> <!-- Mysterious Herb of Power -->
|
|
||||||
<skill id="9541" level="1" /> <!-- Mysterious Herb of Magic -->
|
|
||||||
<skill id="19102" level="1" /> <!-- Chaos Sympathy -->
|
|
||||||
</list>
|
|
||||||
<list type="Integer" name="instance_templates">
|
|
||||||
<value>224</value> <!-- CeremonyOfChaosArena1.xml -->
|
|
||||||
<value>225</value> <!-- CeremonyOfChaosArena2.xml -->
|
|
||||||
<value>226</value> <!-- CeremonyOfChaosArena3.xml -->
|
|
||||||
<value>227</value> <!-- CeremonyOfChaosArena4.xml -->
|
|
||||||
</list>
|
|
||||||
</variables>
|
|
||||||
<scheduler>
|
|
||||||
<!-- Schedule of the event period, usually one month long, executing onPeriodEnd at 00:00 -->
|
|
||||||
<schedule minute="00" hour="00" dayOfMonth="01" month="*" dayOfWeek="*">
|
|
||||||
<event name="#onPeriodEnd">
|
|
||||||
<arg type="String">Test shit</arg>
|
|
||||||
</event>
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- Schedule of the event start, usually Monday, Tuesday, Wednesday at 18:00 -->
|
|
||||||
<schedule name="start" minute="00" hour="18" dayOfMonth="*" month="*" dayOfWeek="1-3">
|
|
||||||
<event name="#onEventStart" />
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- Schedule of the event end, usually Tuesday, Wednesday, Thursday at 00:00 -->
|
|
||||||
<schedule name="end" minute="00" hour="00" dayOfMonth="*" month="*" dayOfWeek="2-4"> <!-- Tuesday, Wednesday, Thursday -->
|
|
||||||
<event name="#onEventEnd" />
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- 0 minutes, Match period begins: an invitation is sent out to every eligible character and appears on their interface and in their chat window. -->
|
|
||||||
<!-- 0-5 minutes, Registration Period: eligible players have 5 minutes to sign up. Registration can be canceled with no penalty during this time. Cancellation of any kind after this results in a penalty. -->
|
|
||||||
<schedule minute="00,15,30,45" hour="18-23" dayOfMonth="*" month="*" dayOfWeek="1-3" repeat="true">
|
|
||||||
<event name="#onRegistrationStart" />
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- 5-7 minutes, Entrance Waiting List: after the sign-up period ends, registered characters are notified that they will be moved to the arena after 2 minutes. -->
|
|
||||||
<schedule minute="05,20,35,50" hour="18-23" dayOfMonth="*" month="*" dayOfWeek="1-3" repeat="true">
|
|
||||||
<event name="#onRegistrationEnd" />
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- 7-8 minutes, Entrance and Preparation: you are moved to a random Ceremony of Chaos arena and have 60 seconds to prepare for battle. During this time, they are invisible to the enemy. -->
|
|
||||||
<schedule minute="07,22,37,52" hour="18-23" dayOfMonth="*" month="*" dayOfWeek="1-3" repeat="true">
|
|
||||||
<event name="#onPrepareForFight" />
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- 8-13:59 minutes, Battle: battle lasts a full 5 minutes. -->
|
|
||||||
<schedule minute="08,23,38,53" hour="18-23" dayOfMonth="*" month="*" dayOfWeek="1-3" repeat="true">
|
|
||||||
<event name="#onStartFight" />
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- Schedule of the event match registration end, usually every 20 min -->
|
|
||||||
<schedule name="stopFight" minute="14,29,44,59" hour="18-23" dayOfMonth="*" month="*" dayOfWeek="1-3" repeat="true">
|
|
||||||
<event name="#onEndFight" />
|
|
||||||
</schedule>
|
|
||||||
|
|
||||||
<!-- Attach condition to re-launch start if server boots up in between start - end -->
|
|
||||||
<conditionalSchedule>
|
|
||||||
<run name="start" if="BETWEEN">
|
|
||||||
<name>start</name>
|
|
||||||
<name>end</name>
|
|
||||||
</run>
|
|
||||||
</conditionalSchedule>
|
|
||||||
</scheduler>
|
|
||||||
<rewards>
|
|
||||||
<reward name="initial_items" type="NORMAL">
|
|
||||||
<item id="35991" min="1" max="1" chance="100" /> <!-- Ceremony of Chaos - Attack -->
|
|
||||||
<item id="35992" min="1" max="1" chance="100" /> <!-- Ceremony of Chaos - Magic -->
|
|
||||||
<item id="35993" min="1" max="1" chance="100" /> <!-- Ceremony of Chaos - Defense -->
|
|
||||||
</reward>
|
|
||||||
</rewards>
|
|
||||||
</event>
|
|
||||||
</list>
|
|
@@ -1,18 +0,0 @@
|
|||||||
<html><body scroll="no">
|
|
||||||
<table border=0 cellpadding=0 cellspacing=0 width=292 height=358 background="L2UI_CH3.refinewnd_back_Pattern">
|
|
||||||
<tr><td valign="top" align="center">
|
|
||||||
<!-- Invitation Emblem -->
|
|
||||||
<table border=0 cellpadding=0 cellspacing=0>
|
|
||||||
<tr><td width=256 height=185 background="L2UI_CT1.HtmlWnd_DF_TextureMansion"></td></tr>
|
|
||||||
</table>
|
|
||||||
<!-- //Invitation Emblem -->
|
|
||||||
<table border=0 cellpadding=0 cellspacing=0 width="272">
|
|
||||||
<tr><td align="center" height="30"><font color="af9878">Words of Invitation</font></td></tr>
|
|
||||||
<tr><td>You are invited to the <font color="LEVEL">Ceremony of Chaos</font>! This great festival selects the greatest warrior every week for one month.<br1>
|
|
||||||
The clan that has fostered the greatest warrior shall receive the title of the greatest clan.<br1>
|
|
||||||
Honorable warrior, will you take up this challenge?</td></tr>
|
|
||||||
<tr><td height="15"></td></tr>
|
|
||||||
<tr><td align="center"><button action="bypass -h pledgegame?command=apply" value="Yes, I will." width="200" height="31" back="L2UI_CT1.OlympiadWnd_DF_Apply_Down" fore="L2UI_CT1.OlympiadWnd_DF_Apply"></td></tr>
|
|
||||||
</table>
|
|
||||||
</td></tr></table>
|
|
||||||
</body></html>
|
|
@@ -1,24 +0,0 @@
|
|||||||
<html><body>Mysterious Butler:
|
|
||||||
<br><br>
|
|
||||||
My master's blessings to all who have accepted the challenge! Now, please listen to the following rules. When you enter the arena, your names will be "Challenger". Aside from a few exceptions, standard rules will apply.
|
|
||||||
<br><br>
|
|
||||||
<font color="LEVEL">Note:</font><br>
|
|
||||||
1. When the match ends, you will be teleported to your point of entry.<br>
|
|
||||||
2. If you leave the arena before the match ends, you will be teleported to the Town of Rune.<br>
|
|
||||||
3. If the server goes down during a match, you will be teleported to the Town of Rune. If the server goes down during the registration period, the match for that time frame will not take place.<br>
|
|
||||||
4. If you cancel registration 30 times or more within one cycle or forfeit after entering the arena, you will no longer be eligible to participate for the remainder of the cycle. This includes cases in which you did not forfeit, but were barred from entering the arena due to insufficient qualifications.<br><br>
|
|
||||||
<font color="LEVEL">Match Procedures:</font><br>
|
|
||||||
1. Each match will last 5 minutes<br>
|
|
||||||
2. The match will begin 60 seconds after entering the arena. You cannot move or see other challengers until the match begins.<br>
|
|
||||||
3. A Mysterious Guard may enter during the match.<br>
|
|
||||||
4. Invisibility will be cancelled after the 1st and 3rd minute into the match.<br><br>
|
|
||||||
<font color="LEVEL">Winner</font><br>
|
|
||||||
1. You win if you're the last challenger remaining.<br>
|
|
||||||
2. If there is more than one challenger remaining at the end of the match, the one with the highest number of kills will be the winner.<br>
|
|
||||||
3. Otherwise, it will be a tie.<br>
|
|
||||||
4. If only one challenger enters the arena, and the Mysterious Guard does not appear, the challenger will automatically become the winner.<br><br>
|
|
||||||
<font color="LEVEL">Rewards:</font><br><br>
|
|
||||||
1. Once the winner is decided, up to 5 Mysterious Boxes will appear at random with your reward.<br>
|
|
||||||
2. Losers will receive Mark of Battles when leaving the arena.<br>
|
|
||||||
Good luck, all of you!
|
|
||||||
</body></html>
|
|
@@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Ceremony of Chaos - Arena 1 -->
|
|
||||||
<instance id="224" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
|
|
||||||
<time empty="0" />
|
|
||||||
<misc isPvP="true" />
|
|
||||||
<locations>
|
|
||||||
<enter type="FIXED">
|
|
||||||
<location x="-82473" y="-245950" z="-3320" /> <!-- Challenger 01 -->
|
|
||||||
<location x="-82560" y="-245779" z="-3320" /> <!-- Challenger 02 -->
|
|
||||||
<location x="-82307" y="-245493" z="-3320" /> <!-- Challenger 03 -->
|
|
||||||
<location x="-82167" y="-245671" z="-3320" /> <!-- Challenger 04 -->
|
|
||||||
<location x="-81723" y="-245654" z="-3320" /> <!-- Challenger 05 -->
|
|
||||||
<location x="-81530" y="-245652" z="-3320" /> <!-- Challenger 06 -->
|
|
||||||
<location x="-81391" y="-245533" z="-3320" /> <!-- Challenger 07 -->
|
|
||||||
<location x="-81423" y="-245775" z="-3320" /> <!-- Challenger 08 -->
|
|
||||||
<location x="-81454" y="-245981" z="-3320" /> <!-- Challenger 09 -->
|
|
||||||
<location x="-81974" y="-245265" z="-3320" /> <!-- Challenger 10 -->
|
|
||||||
<location x="-81821" y="-245294" z="-3320" /> <!-- Challenger 11 -->
|
|
||||||
<location x="-81487" y="-245322" z="-3320" /> <!-- Challenger 12 -->
|
|
||||||
<location x="-81786" y="-246070" z="-3320" /> <!-- Challenger 13 -->
|
|
||||||
<location x="-82013" y="-246066" z="-3320" /> <!-- Challenger 14 -->
|
|
||||||
<location x="-81238" y="-245697" z="-3320" /> <!-- Challenger 15 -->
|
|
||||||
<location x="-82505" y="-245318" z="-3320" /> <!-- Challenger 16 -->
|
|
||||||
<location x="-82311" y="-245797" z="-3320" /> <!-- Challenger 17 -->
|
|
||||||
<location x="-82467" y="-245591" z="-3320" /> <!-- Challenger 18 -->
|
|
||||||
</enter>
|
|
||||||
<exit type="FIXED">
|
|
||||||
<location x="43201" z="-47324" y="-792" />
|
|
||||||
</exit>
|
|
||||||
</locations>
|
|
||||||
</instance>
|
|
@@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Ceremony of Chaos - Arena 2 -->
|
|
||||||
<instance id="225" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
|
|
||||||
<time empty="0" />
|
|
||||||
<misc isPvP="true" />
|
|
||||||
<locations>
|
|
||||||
<enter type="FIXED">
|
|
||||||
<location x="-82625" y="-259289" z="-3328" /> <!-- Challenger 01 -->
|
|
||||||
<location x="-82180" y="-258836" z="-3328" /> <!-- Challenger 02 -->
|
|
||||||
<location x="-81773" y="-259285" z="-3328" /> <!-- Challenger 03 -->
|
|
||||||
<location x="-82180" y="-259728" z="-3328" /> <!-- Challenger 04 -->
|
|
||||||
<location x="-82628" y="-259730" z="-3327" /> <!-- Challenger 05 -->
|
|
||||||
<location x="-82622" y="-258853" z="-3329" /> <!-- Challenger 06 -->
|
|
||||||
<location x="-81735" y="-258845" z="-3327" /> <!-- Challenger 07 -->
|
|
||||||
<location x="-81745" y="-259726" z="-3329" /> <!-- Challenger 08 -->
|
|
||||||
<location x="-81311" y="-259991" z="-3329" /> <!-- Challenger 09 -->
|
|
||||||
<location x="-81289" y="-259286" z="-3329" /> <!-- Challenger 10 -->
|
|
||||||
<location x="-81292" y="-258551" z="-3327" /> <!-- Challenger 11 -->
|
|
||||||
<location x="-81797" y="-258555" z="-3327" /> <!-- Challenger 12 -->
|
|
||||||
<location x="-82695" y="-258561" z="-3329" /> <!-- Challenger 13 -->
|
|
||||||
<location x="-83118" y="-258562" z="-3328" /> <!-- Challenger 14 -->
|
|
||||||
<location x="-83109" y="-259288" z="-3329" /> <!-- Challenger 15 -->
|
|
||||||
<location x="-83111" y="-260031" z="-3328" /> <!-- Challenger 16 -->
|
|
||||||
<location x="-82625" y="-260021" z="-3329" /> <!-- Challenger 17 -->
|
|
||||||
<location x="-81632" y="-259994" z="-3329" /> <!-- Challenger 18 -->
|
|
||||||
</enter>
|
|
||||||
<exit type="FIXED">
|
|
||||||
<location x="43201" z="-47324" y="-792" />
|
|
||||||
</exit>
|
|
||||||
</locations>
|
|
||||||
</instance>
|
|
@@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Ceremony of Chaos - Arena 3 -->
|
|
||||||
<instance id="226" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
|
|
||||||
<time empty="0" />
|
|
||||||
<misc isPvP="true" />
|
|
||||||
<locations>
|
|
||||||
<enter type="FIXED">
|
|
||||||
<location x="-8287" y="-220206" z="-7669" /> <!-- Challenger 01 -->
|
|
||||||
<location x="-9063" y="-220966" z="-7669" /> <!-- Challenger 02 -->
|
|
||||||
<location x="-9834" y="-220202" z="-7669" /> <!-- Challenger 03 -->
|
|
||||||
<location x="-9058" y="-219436" z="-7669" /> <!-- Challenger 04 -->
|
|
||||||
<location x="-8635" y="-219772" z="-7671" /> <!-- Challenger 05 -->
|
|
||||||
<location x="-8641" y="-220640" z="-7671" /> <!-- Challenger 06 -->
|
|
||||||
<location x="-9493" y="-220637" z="-7669" /> <!-- Challenger 07 -->
|
|
||||||
<location x="-9493" y="-219773" z="-7669" /> <!-- Challenger 08 -->
|
|
||||||
<location x="-9063" y="-220309" z="-7669" /> <!-- Challenger 09 -->
|
|
||||||
<location x="-8382" y="-219512" z="-7673" /> <!-- Challenger 10 -->
|
|
||||||
<location x="-8377" y="-220882" z="-7671" /> <!-- Challenger 11 -->
|
|
||||||
<location x="-9748" y="-220896" z="-7673" /> <!-- Challenger 12 -->
|
|
||||||
<location x="-9752" y="-219506" z="-7673" /> <!-- Challenger 13 -->
|
|
||||||
<location x="-9492" y="-220207" z="-7671" /> <!-- Challenger 14 -->
|
|
||||||
<location x="-9051" y="-220627" z="-7669" /> <!-- Challenger 15 -->
|
|
||||||
<location x="-8660" y="-220206" z="-7671" /> <!-- Challenger 16 -->
|
|
||||||
<location x="-9474" y="-220198" z="-7671" /> <!-- Challenger 17 -->
|
|
||||||
<location x="-9061" y="-220101" z="-7669" /> <!-- Challenger 18 -->
|
|
||||||
</enter>
|
|
||||||
<exit type="FIXED">
|
|
||||||
<location x="43201" z="-47324" y="-792" />
|
|
||||||
</exit>
|
|
||||||
</locations>
|
|
||||||
</instance>
|
|
@@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Ceremony of Chaos - Arena 4 -->
|
|
||||||
<instance id="227" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
|
|
||||||
<time empty="0" />
|
|
||||||
<misc isPvP="true" />
|
|
||||||
<locations>
|
|
||||||
<enter type="FIXED">
|
|
||||||
<location x="-211531" y="246165" z="-882" /> <!-- Challenger 01 -->
|
|
||||||
<location x="-211532" y="245364" z="-882" /> <!-- Challenger 02 -->
|
|
||||||
<location x="-213473" y="244199" z="-1002" /> <!-- Challenger 03 -->
|
|
||||||
<location x="-212486" y="244207" z="-1001" /> <!-- Challenger 04 -->
|
|
||||||
<location x="-214426" y="245358" z="-883" /> <!-- Challenger 05 -->
|
|
||||||
<location x="-214423" y="246169" z="-883" /> <!-- Challenger 06 -->
|
|
||||||
<location x="-213504" y="247308" z="-1002" /> <!-- Challenger 07 -->
|
|
||||||
<location x="-212525" y="247317" z="-1002" /> <!-- Challenger 08 -->
|
|
||||||
<location x="-212999" y="246554" z="-961" /> <!-- Challenger 09 -->
|
|
||||||
<location x="-212991" y="244906" z="-961" /> <!-- Challenger 10 -->
|
|
||||||
<location x="-212229" y="245756" z="-961" /> <!-- Challenger 11 -->
|
|
||||||
<location x="-213737" y="245758" z="-960" /> <!-- Challenger 12 -->
|
|
||||||
<location x="-213648" y="246479" z="-961" /> <!-- Challenger 13 -->
|
|
||||||
<location x="-212295" y="246476" z="-961" /> <!-- Challenger 14 -->
|
|
||||||
<location x="-212318" y="245033" z="-961" /> <!-- Challenger 15 -->
|
|
||||||
<location x="-213699" y="245023" z="-961" /> <!-- Challenger 16 -->
|
|
||||||
<location x="-213259" y="245761" z="-974" /> <!-- Challenger 17 -->
|
|
||||||
<location x="-212713" y="245757" z="-974" /> <!-- Challenger 18 -->
|
|
||||||
</enter>
|
|
||||||
<exit type="FIXED">
|
|
||||||
<location x="43201" z="-47324" y="-792" />
|
|
||||||
</exit>
|
|
||||||
</locations>
|
|
||||||
</instance>
|
|
Reference in New Issue
Block a user