diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-24 05:36:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-24 05:36:47 -0300 |
commit | 2a64f8c25598a7f2e374eefb5a9bf93680b72708 (patch) | |
tree | fee25ee2486c11d0135aa698d9e73cf17b4927b9 /npc/commands | |
parent | 3079464676d63e74c5c5caab59dd50fbfe00edaa (diff) | |
download | serverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.tar.gz serverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.tar.bz2 serverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.tar.xz serverdata-2a64f8c25598a7f2e374eefb5a9bf93680b72708.zip |
Dream Tower Event. Will begin this monday. Obviously poorly tested.
And balance-wise broken as ****** but whatever - it is done.
And it is 05:37, any issues can be addressed after waking up.
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 3b9eb3a28..31fd527f2 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -535,6 +535,11 @@ OnEffect: message strcharinfo(0), l("You are now at the Christmas Workshop."); end; } + // FIXME: Dream Tower Warp + if ($EVENT$ == "Tower" && countitem(EventDreamTicket)) { + doevent "sDreamTower::OnWarpTo"; + end; + } } // Block here |