summaryrefslogtreecommitdiff
path: root/npc/magic
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-27 15:17:25 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-27 15:17:25 -0300
commit67389fe9b71f90999b1b22d80c08a9c0928c3959 (patch)
tree7eedc7e8c98a873484a932817502bf5335510fc3 /npc/magic
parenta43a3c01d746d07b2144fcc1b4ceb7ce2860bc81 (diff)
downloadserverdata-67389fe9b71f90999b1b22d80c08a9c0928c3959.tar.gz
serverdata-67389fe9b71f90999b1b22d80c08a9c0928c3959.tar.bz2
serverdata-67389fe9b71f90999b1b22d80c08a9c0928c3959.tar.xz
serverdata-67389fe9b71f90999b1b22d80c08a9c0928c3959.zip
Kaflosh is now able to continue druid tree quest.
"Hug" is still broken
Diffstat (limited to 'npc/magic')
-rw-r--r--npc/magic/level2-rain.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/magic/level2-rain.txt b/npc/magic/level2-rain.txt
index c008ae3a..30171c06 100644
--- a/npc/magic/level2-rain.txt
+++ b/npc/magic/level2-rain.txt
@@ -46,6 +46,10 @@ function script SK_Kaflosh {
// The builtin checks are not necessary in this case =D
// But would be for a sandstorm or snowstorm.
"#WeatherCore"::weather_override(MASK_RAIN, .@time, .@m$, true);
+
+ // Eventually, a quest or another will depend on Kaflosh, so
+ if (isin("006-1", 82, 59, 14))
+ callfunc "QuestTreeTrigger", 1;
return;
}