Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Activate Upgrade Arcade on Aion Emu

Legendary Battlemage
Top Poster Of Month
Joined
Feb 16, 2014
Messages
672
Reaction score
296
1) go to AC-Game\data\static_data\events_config and open file events_config.xml
On <activate>
you should have Upgrade Arcade Inventory; Upgrade Arcade;
if you don't have add this
Code:
<active>Atreian City Festival;Upgrade Arcade Inventory;Event Empyrean Crucible;Daeva Day Inventory;Upgrade Arcade;Daeva Day Event;Daeva Day New Inventory;Daeva Day New;October Fest;Brax Cafe Inventory;Brax Cafe;Fluffy Snow Crystal Inventory;Fluffy Snow Event;Pumpkin Cookie Inventory;Pumpkin Cookie Event;Pink Petal Inventory;Pink Petal Event;The Fortune Fayre;Doppelgangers;Ascension Energy;Spring Event;Spring Event Inventory;Crab Fest;Celebrate Solorius;New Year Event;Trick or treat! The witch and the king;Daru Days;Ardent heat;Ascension Energy Inventory;Ardent heat Inventory;Valentine's Day;Valentine's Day Inventory;Love is in the Air;World Blessers;Transform and battle as a Guardian General;This Belong In A Museum Inventory;This Belong In A Museum;Battle Of Siel;Shugo Kingdom Adventure;Return To The Shugo Tomb;Code Red: Atreia;Blood Mark Drops;Rapturous Golden Feather Inventory;Rapturous Golden Feather Event;Mega Kinah Event;Thecla Royan Event;Guardian General Showdown;GGS Event 1;GGS Event 2;GGS Event 3;GGS Event 4;GGS Event 5;GGS Event 6;GGS Event 6;GGS Event 7;GGS Event 8;Captain Harlock Inventory;Captain Harlock Event;Dafarunerk Inventory;Dafarunerk Event;Summer Block Party Inventory;Summer Block Party Event;Legendary Raid Spawn;Rukibuki Circus Troup;Snowy Freezy;Novice Event Inventory;Novice Event Inventory1;Novice Event;Welcome to Atreia Inventory;Welcome to Atreia;Divine Bonfire Inventory;Divine Bonfire;Durable Daevanion;Verification of Symphony;Verification of Symphony inventory;Symphony of Legend - The Fourth Movement;Symphony of Legend - The Third Movement;Symphony of Legend - The Second Movement;Symphony of Legend - The First Movement;Verification of Symphony drop;I Love Shiny and Glittering Things inventory;I Love Shiny and Glittering Things inventory 1;I Love Shiny and Glittering Things inventory 2;I Love Shiny and Glittering Things;Alchemist's Gift drop;Alchemist's Gift</active>

And this
Code:
<event name="Upgrade Arcade Inventory" start="2015-04-01T00:00:00+00:00" end="2018-04-15T00:00:00+00:00">            <inventory_drop startlevel="50" endlevel="65" interval="10" maxCountOfDay="1" cleanTime="9">182215581</inventory_drop>        </event>            <event name="Upgrade Arcade" start="2015-04-01T00:00:00+00:00" end="2018-04-15T00:00:00+00:00">            <quests>                <maintainable>80615;80616</maintainable>            </quests>            <spawns>            <spawn_map map_id="110010000"><!-- Sanctum -->                <spawn npc_id="832866" respawn_time="295"><!-- Dagonerk -->                    <spot x="1438.0" y="1490.0" z="573.0719" h="109"/>                </spawn>                <spawn npc_id="832894" respawn_time="295"><!-- Dagonerks Freund -->                    <spot x="1434.0" y="1490.0" z="573.0719" h="11"/>                </spawn>                <spawn npc_id="832894" respawn_time="295"><!-- Dagonerks Freund -->                    <spot x="1439.0" y="1486.0" z="573.0719" h="17"/>                </spawn>                <spawn npc_id="832894" respawn_time="295"><!-- Dagonerks Freund -->                    <spot x="1436.2" y="1487.7" z="573.0719" h="18"/>                </spawn>            </spawn_map>            <spawn_map map_id="120010000"><!-- Pandaemonium -->                <spawn npc_id="832866" respawn_time="295"><!-- Dagonerk -->                    <spot x="1610.1" y="1417.9" z="193.12793" h="111"/>                </spawn>                <spawn npc_id="832894" respawn_time="295"><!-- Dagonerks Freund -->                    <spot x="1605.0" y="1419.5" z="193.12814" h="111"/>                </spawn>                <spawn npc_id="832894" respawn_time="295"><!-- Dagonerks Freund -->                    <spot x="1604.6" y="1416.3" z="193.1283" h="111"/>                </spawn>                <spawn npc_id="832894" respawn_time="295"><!-- Dagonerks Freund -->                    <spot x="1606.0" y="1422.5" z="193.12798" h="111"/>                </spawn>            </spawn_map>          </spawns>        </event>
Safe file and restart your server

in game for test //add 186000389 1000
and Play should change color from gray to blue thats mean you turn on on server side Upgrade Arcade :)
Good luck guys and have fun.
 
Last edited:
Back
Top