summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorSean Hulka <sean.hulka@gmail.com>2020-06-21 09:55:37 +0000
committerJesusaves <cpntb1@ymail.com>2020-06-21 09:55:37 +0000
commitb3af3029e1f8d0aaae388a71bbbd3d470a40aa40 (patch)
treea6b21cb6038ecbd34b02dd06b32139284cdb8045 /npc/functions
parent27140ff716ab751f350c7f369a98b3e93732ba2c (diff)
downloadserverdata-b3af3029e1f8d0aaae388a71bbbd3d470a40aa40.tar.gz
serverdata-b3af3029e1f8d0aaae388a71bbbd3d470a40aa40.tar.bz2
serverdata-b3af3029e1f8d0aaae388a71bbbd3d470a40aa40.tar.xz
serverdata-b3af3029e1f8d0aaae388a71bbbd3d470a40aa40.zip
To add the serverside data for the Duck Elder quest.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt1
-rw-r--r--npc/functions/hub.txt6
2 files changed, 7 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 36d4792b0..0a33f2a7b 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -837,6 +837,7 @@ function script clientupdater {
skill EVOL_MASS_PROVOKE, 0, 0;
dispbottom col(l("Mass Provoke replaced with Area Provoke."), 1);
}
+
}
// :// End of Regular Update System
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index ba89f483d..85fe79c37 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -487,6 +487,12 @@ function script HUB_SkillInvoke {
}
SK_summon(.@mobId, 4, any(4,5));
break;
+ case TMW2_DUCKY:
+ if (alignment() < 0 && !isequippedcnt(AegisShield))
+ break;
+ SummonMagic(@skillId, Duck, 2, @skillLv);
+ GetManaExp(@skillId, 1);
+ break;
// Special exception
case TMW2_TRANSMIGRATION: