diff options
author | Wushin <pasekei@gmail.com> | 2014-10-19 16:21:44 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-10-19 16:21:44 -0500 |
commit | f0f18c3c731c7bc1d4d3a9a0b32696cf0c8e1779 (patch) | |
tree | 2ab7edf218f90deded9ce980bf4d560bdbb0ae5f /world/map/npc/021-1 | |
parent | 4526fb388dabd53a1f6f4c987b11c5d0afb2489e (diff) | |
parent | d5501b061b6fb92643bb36c523bde62bcf7181bc (diff) | |
download | serverdata-f0f18c3c731c7bc1d4d3a9a0b32696cf0c8e1779.tar.gz serverdata-f0f18c3c731c7bc1d4d3a9a0b32696cf0c8e1779.tar.bz2 serverdata-f0f18c3c731c7bc1d4d3a9a0b32696cf0c8e1779.tar.xz serverdata-f0f18c3c731c7bc1d4d3a9a0b32696cf0c8e1779.zip |
Merge pull request #173 from wushin/halloween-annual
Halloween Annual Base Commit
Diffstat (limited to 'world/map/npc/021-1')
-rw-r--r-- | world/map/npc/021-1/eurni.txt | 3 | ||||
-rw-r--r-- | world/map/npc/021-1/inac.txt | 3 | ||||
-rw-r--r-- | world/map/npc/021-1/weellos.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index 8f9e1b5d..ca514740 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -2,6 +2,9 @@ 021-1.gat,141,113,0|script|Eurni|136, { + set @halloween_npc_id, $@halloween_npc_eurni; + callfunc "TrickOrTreat"; + if (BaseLevel < 10) goto L_TooYoung; if (Zeny < 10000) goto L_NoMoney; diff --git a/world/map/npc/021-1/inac.txt b/world/map/npc/021-1/inac.txt index 75cd0451..5903e34b 100644 --- a/world/map/npc/021-1/inac.txt +++ b/world/map/npc/021-1/inac.txt @@ -2,6 +2,9 @@ 021-1.gat,53,103,0|script|Inac|156, { + set @halloween_npc_id, $@halloween_npc_inac; + callfunc "TrickOrTreat"; + mes "[Inac]"; mes "\"This cities water system is amazing. It was built centuries ago after the cataclysm that turned Tonori into this desert.\""; next; diff --git a/world/map/npc/021-1/weellos.txt b/world/map/npc/021-1/weellos.txt index 3e6236ea..60fba330 100644 --- a/world/map/npc/021-1/weellos.txt +++ b/world/map/npc/021-1/weellos.txt @@ -3,6 +3,9 @@ 021-1.gat,130,125,0|script|Weellos|103, { + set @halloween_npc_id, $@halloween_npc_weelos; + callfunc "TrickOrTreat"; + set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowWeellosNT; set @kylian, ((QUEST_NorthTulimshar & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT); |