Skip to content

Commit

Permalink
Upgrade Arcade event
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrayl committed Oct 6, 2024
1 parent ddce846 commit 03a94c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions game-server/data/static_data/events/arcadelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<rewards min_level="8">
<item item_id="164002167" normal_count="5" frenzy_count="10" />
<item item_id="188051709" normal_count="1" frenzy_count="1" />
<item item_id="166200010" normal_count="2" frenzy_count="2" />
<item item_id="188052830" normal_count="1" frenzy_count="1" />
<item item_id="166200009" normal_count="1" frenzy_count="2" /><!-- Scroll of Weapon Re-identification (mythical) -->
<item item_id="188053120" normal_count="1" frenzy_count="1" /><!-- Danuar Reliquary Loot [Weapon]-->
<item item_id="188051710" normal_count="0" frenzy_count="1" />
<item item_id="188053610" normal_count="0" frenzy_count="5" />
<item item_id="188053100" normal_count="0" frenzy_count="1" />
<item item_id="188053099" normal_count="0" frenzy_count="1" /><!-- Grendal's Enhanced Designs Chest -->
</rewards>
</arcadelist>
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,10 @@
</gd_rule>
</event_drops>
</event>
<event name="Upgrade Arcade" start="2024-03-08T00:00:00" end="2024-03-17T23:59:59">
<event name="Upgrade Arcade" start="2024-10-07T00:00:00" end="2024-10-20T23:59:59">
<config_properties>
<property>gameserver.event.arcade.enable = true</property>
</config_properties>
<event_drops>
<gd_rule rule_name="Global Arcade Token" level_based_chance_reduction="true" chance="0.1">
<gd_ratings>
Expand Down Expand Up @@ -2952,20 +2955,20 @@
</gd_rule>
<gd_rule rule_name="Instance Boss Arcade Token" chance="100" member_limit="6">
<gd_maps>
<gd_map map_id="301230000" /><!-- Illuminary_Obelisk -->
<gd_map map_id="301110000" /><!-- Danuar_Reliquary -->
</gd_maps>
<gd_npcs>
<gd_npc npc_id="233740" /><!-- Test Weapon Dynatoum -->
<gd_npc npc_id="701795" /><!-- Treasure Box -->
</gd_npcs>
<gd_items>
<gd_item id="188053512" /><!-- [Event] Arcade Token Bundle -->
</gd_items>
</gd_rule><gd_rule rule_name="Instance Boss Arcade Token" chance="100" member_limit="6">
<gd_maps>
<gd_map map_id="301370000" /><!-- Infernal_Illuminary_Obelisk -->
<gd_map map_id="301360000" /><!-- Infernal_Danuar_Reliquary -->
</gd_maps>
<gd_npcs>
<gd_npc npc_id="234686" /><!-- Remodeled Dynatoum -->
<gd_npc npc_id="234691" /><!-- Enraged Queen Modor -->
</gd_npcs>
<gd_items>
<gd_item id="188053870" /><!-- [Event] Arcade Token Bundle (10) -->
Expand All @@ -2977,6 +2980,7 @@
</gd_maps>
<gd_npcs>
<gd_npc npc_id="833012" /><!-- Cloak of Balaur Lord Beritra -->
<gd_npc npc_id="833013" /><!-- Cloak of Balaur Lord Beritra -->
</gd_npcs>
<gd_items>
<gd_item id="188053870" min_count="2" /><!-- [Event] Arcade Token Bundle (10) -->
Expand Down

0 comments on commit 03a94c3

Please sign in to comment.