diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-12 21:50:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-12 21:50:39 -0300 |
commit | 8c417f2289d2e1553782f9185b6e237b7e1a6589 (patch) | |
tree | da2e014d03a765c622337ecd8d95928427419131 /npc/002-3 | |
parent | 17e94b46e4148c3773a5330647f7247225647060 (diff) | |
download | serverdata-8c417f2289d2e1553782f9185b6e237b7e1a6589.tar.gz serverdata-8c417f2289d2e1553782f9185b6e237b7e1a6589.tar.bz2 serverdata-8c417f2289d2e1553782f9185b6e237b7e1a6589.tar.xz serverdata-8c417f2289d2e1553782f9185b6e237b7e1a6589.zip |
Event Horizon event - the card is granted by Nard upon leaving Candor
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 0be2810d4..11c675530 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -210,6 +210,8 @@ L_NotYet: Zeny = Zeny-.@price; LOCATION$="Tulim"; getitem TulimMap, 1; + if ($EVENT$ == "Event") + getitem MercCard_EH, 1; mesq l("Set sail! We're going to Tulimshar!"); next; showavatar; |