summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-14 00:17:45 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-14 00:17:45 -0300
commit95c4f412c9422806b7e9d801f4c342700a89bf70 (patch)
treeb2e2ee1a2f99548cdf4df4b28ef4b9f30f39e456 /npc/commands/event.txt
parent6b8acb82f384560dbcdd511593fb2d181e507766 (diff)
downloadserverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.tar.gz
serverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.tar.bz2
serverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.tar.xz
serverdata-95c4f412c9422806b7e9d801f4c342700a89bf70.zip
Hook up Porthos with the world, but instancing still NYI
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index ba81ca96c..969de4791 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -539,6 +539,13 @@ OnEffect:
doevent "sDreamTower::OnWarpTo";
end;
}
+ if ($EVENT$ == "Olympics") {
+ if (callfunc("FYE_Olympics_TO")) {
+ dispbottom l("You are now at Porthos - The Town of Portals.");
+ end;
+ }
+ // Failed for some reason - ignore
+ }
if ($EVENT$ == "Raid") {
.@id = array_find($FYRAID_OWNER, getcharid(3));
if (.@id >= 0) {