diff options
Diffstat (limited to 'world/map/npc/021-1')
-rw-r--r-- | world/map/npc/021-1/eurni.txt | 2 | ||||
-rw-r--r-- | world/map/npc/021-1/weellos.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index e24e320a..3575ab1f 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -5,6 +5,7 @@ if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) goto L_TrickOrTreat; +L_Begin: if (BaseLevel < 10) goto L_TooYoung; if (zeny < 10000) goto L_NoMoney; @@ -43,4 +44,5 @@ L_NoMoney: L_TrickOrTreat: callfunc "TrickOrTreat2011"; + goto L_Begin; } diff --git a/world/map/npc/021-1/weellos.txt b/world/map/npc/021-1/weellos.txt index 5d12bfdd..ec57a457 100644 --- a/world/map/npc/021-1/weellos.txt +++ b/world/map/npc/021-1/weellos.txt @@ -5,6 +5,7 @@ if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) goto L_TrickOrTreat; +L_Begin: if isin("021-1.gat", 130, 120, 140, 125) goto L_In; mes "[Weellos]"; @@ -19,4 +20,5 @@ L_In: L_TrickOrTreat: callfunc "TrickOrTreat2011"; + goto L_Begin; } |