diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:27:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-11-13 10:27:15 -0300 |
commit | 6913c17c86cda8bad9fdd7c096df27ec3ae6904f (patch) | |
tree | 12d4386b4be07606c2510c949a09f8a386775b70 | |
parent | 455def2bdb022e6b337cf103174e2a5ef17732ba (diff) | |
download | serverdata-6913c17c86cda8bad9fdd7c096df27ec3ae6904f.tar.gz serverdata-6913c17c86cda8bad9fdd7c096df27ec3ae6904f.tar.bz2 serverdata-6913c17c86cda8bad9fdd7c096df27ec3ae6904f.tar.xz serverdata-6913c17c86cda8bad9fdd7c096df27ec3ae6904f.zip |
Event handling
-rw-r--r-- | npc/002-3/nard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 11c675530..8ac494abc 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -76,6 +76,9 @@ L_Checker: mesq l("The Alliance can help you in finding out about who you are, why you are here, or from where you came from. So, about the tasks I want completed."); LOCATION$ = "Candor"; setq ShipQuests_Julia, 3; + // Event handling + if ($EVENT$ == "Event") + getitem MercCard_EH, 1; next; .@price=800; mesc b(l(".:: Main Quest 1-3 ::.")), 3; @@ -210,8 +213,6 @@ 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; |