diff options
author | wushin <pasekei@gmail.com> | 2014-10-11 11:20:24 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-10-19 16:13:03 -0500 |
commit | d5501b061b6fb92643bb36c523bde62bcf7181bc (patch) | |
tree | a73c79607276e1902f6f47ee54f6a5ae9bc548dd /world/map/npc/021-1 | |
parent | ffe40be3361652fc509291fa2f4c814554341957 (diff) | |
download | serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.gz serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.bz2 serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.xz serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.zip |
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 cb75bde1..8528c988 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 & $@businessmanNT_MASK) >> $@businessmanNT_SHIFT); |