diff options
Diffstat (limited to 'world/map/npc/021-2')
-rw-r--r-- | world/map/npc/021-2/government_building.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/021-2/government_building.txt b/world/map/npc/021-2/government_building.txt index 48ea528f..5935d06e 100644 --- a/world/map/npc/021-2/government_building.txt +++ b/world/map/npc/021-2/government_building.txt @@ -139,6 +139,10 @@ S_give_rings: } 021-2.gat,36,17,0|script|Tathin|107,{ + set @hw2011_npc_id, $@hw2011_npc_tathin; + if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) + goto L_TrickOrTreat; + set @PARTY_SKILL, 3; mes "[Tathin]"; @@ -215,6 +219,9 @@ L_NotEnoughMoney: mes "[Tathin]"; mes "\"You don't have enough GP\""; close; + +L_TrickOrTreat: + callfunc "TrickOrTreat2011"; } // Guard |