summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hulka <sean.hulka@gmail.com>2021-06-06 03:12:49 +0000
committerSean Hulka <sean.hulka@gmail.com>2021-06-06 03:12:49 +0000
commit0ed62c3278d54d7f75acceccdedd6fd30b148aba (patch)
tree61b0492c94de20855c9357e35b032ca1859716d4
parentd2d26d2fceb6ac13bb65c1da1910303c2413386a (diff)
downloadclientdata-0ed62c3278d54d7f75acceccdedd6fd30b148aba.tar.gz
clientdata-0ed62c3278d54d7f75acceccdedd6fd30b148aba.tar.bz2
clientdata-0ed62c3278d54d7f75acceccdedd6fd30b148aba.tar.xz
clientdata-0ed62c3278d54d7f75acceccdedd6fd30b148aba.zip
Add new Duck Side quest and corresponding skills
-rw-r--r--LICENSE3
-rw-r--r--graphics/particles/necrotic-lightning.xml38
-rw-r--r--mana_skills.xml16
-rw-r--r--npcs.xml7
-rw-r--r--quests.xml93
-rw-r--r--skills.xml9
6 files changed, 159 insertions, 7 deletions
diff --git a/LICENSE b/LICENSE
index 1471d980..3fde5ee3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1307,6 +1307,8 @@ https://wiki.moubootaurlegends.org/Contributors
graphics/skills/other/kalmurk.png (Saulc) (CC BY-SA 3.0) (-)
graphics/skills/other/sharpshooter.png (?) (GPL v2) (TMW-BR - possibly eAthena)
graphics/skills/other/backslide.png (YuckFou) (CC BY-SA 3.0) (-)
+ graphics/skills/other/disembodyspirit.png (dangerDuck) (GPLv2) (dangerDuck)
+ graphics/skills/other/raisedead.png (dangerDuck) (GPLv2) (dangerDuck)
### Warrior
graphics/skills/warrior.png (Jesusalva) (GPLv2+?) (TMW-BR)
@@ -1334,6 +1336,7 @@ https://wiki.moubootaurlegends.org/Contributors
graphics/skills/wizard/firebolt.png (Jesusalva) (GPLv2) (Battle For Wesnoth)
graphics/skills/wizard/napalm.png (Jesusalva) (GPLv2) (Evol Sea Drops - TODO)
graphics/skills/wizard/thunderbolt.png (Jesusalva) (GPLv2) (Battle For Wesnoth)
+ graphics/skills/wizard/necroticbolt.png (dangerDuck) (GPLv2) (dangerDuck)
graphics/skills/wizard/*.png (Jesusalva)
Frame is from the Battle For Wesnoth
diff --git a/graphics/particles/necrotic-lightning.xml b/graphics/particles/necrotic-lightning.xml
new file mode 100644
index 00000000..88b7740f
--- /dev/null
+++ b/graphics/particles/necrotic-lightning.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+ @author → dangerDuck <sean.hulka@gmail.com>
+ @version → 2021-06-05
+ @description → Necrotic lightning particle effect that crackles and burns
+ @licence → GNU GPL v3: http://www.gnu.org/licenses/gpl.html
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "137"
+ lifetime = "30"
+ >
+
+ <emitter>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="acceleration" value="0.05"/>
+ <property name="momentum" value="0.95"/>
+ <property name="power" min="0" max="0"/>
+ <property name="image" value="graphics/particles/lightning3-275.png|W:#ffffff,9588CC"/>
+ <property name="lifetime" min="5" max="10"/>
+ <property name="fade-out" value="8"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="acceleration" value="0.05"/>
+ <property name="momentum" value="0.95"/>
+ <property name="power" min="0" max="0"/>
+ <property name="image" value="graphics/particles/lightning2-263.png|W:#ffffff,9588DD"/>
+ <property name="lifetime" min="5" max="10"/>
+ <property name="fade-out" value="8"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/mana_skills.xml b/mana_skills.xml
index 8c93cf19..80d68c5d 100644
--- a/mana_skills.xml
+++ b/mana_skills.xml
@@ -148,6 +148,20 @@
description="Req. Zarkor Scroll."
/>
+ <skill
+ id="20045"
+ name="Disembody Spirit"
+ icon="graphics/skills/other/disembodyspirit.png"
+ description="1x Pearl, 1x Pile of Ash."
+ />
+
+ <skill
+ id="20046"
+ name="Raise Dead"
+ icon="graphics/skills/other/raisedead.png"
+ description="1x Animal Bones, 1x Iron Powder, 1x Pile of Ash."
+ />
+
</set>
-</skills> \ No newline at end of file
+</skills>
diff --git a/npcs.xml b/npcs.xml
index 531e6b85..38f9d320 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Authors: Pad, Reid, Jesusalva, Saulc, et al
+<!-- Authors: Pad, Reid, Jesusalva, Saulc, dangerDuck, et al
Copyright (C) 2002-2015 The Mana World Brazil
Copyright (C) 2010-2016 Evol Online
Copyright (C) 2018-2019 TMW2: Moubootaur Legends -->
@@ -1188,6 +1188,11 @@ IDs 900-999 = Special
<sprite>npcs/xml/chest.xml</sprite>
<menu name="Open" command="talk 'NAME'"/>
</npc>
+ <npc id="461">
+ <!-- The Dark Lord -->
+ <sprite>monsters/darkduck.xml</sprite>
+ <menu name="Talk" command="talk 'NAME'"/>
+ </npc>
<!-- Add new animated NPCs above this line -->
<npc id="500">
diff --git a/quests.xml b/quests.xml
index 75871fa9..db15f981 100644
--- a/quests.xml
+++ b/quests.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Authors: 4144, Alige, Hal9000, Reid, Saulc, Jesusalva
+<!-- Authors: 4144, Alige, Hal9000, Reid, Saulc, Jesusalva, dangerDuck
Copyright (C) 2012-2013 Evol Online
Copyright (C) 2018 TMW2: Moubootaur Legends -->
<quests>
@@ -2485,7 +2485,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<wiki>* 1 Crystallized Maggot</wiki>
<wiki></wiki>
<questgiver>Elder</questgiver>
- <coordinates x="28" y="73">Duck Island.</coordinates>
+ <coordinates x="28" y="73">Duck Island</coordinates>
<reward text1="[Rubber Ducky]">{@@1}</reward>
<level>50</level>
</quest>
@@ -2497,7 +2497,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<text>Perhaps I should talk to the Elder...</text>
<text></text>
<questgiver>Elder</questgiver>
- <coordinates x="28" y="73">Duck Island.</coordinates>
+ <coordinates x="28" y="73">Duck Island</coordinates>
<level>75</level>
</quest>
<quest name="Pirates of S.A.R.A.H." group="Lilit" incomplete="3">
@@ -2509,7 +2509,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<text>YOU NOW HAVE TO QUACK THREE TIMES.</text>
<text></text>
<questgiver>Elder</questgiver>
- <coordinates x="28" y="73">Duck Island.</coordinates>
+ <coordinates x="28" y="73">Duck Island</coordinates>
<level>75</level>
</quest>
<quest name="Pirate of S.A.R.A.H" group="Lilit" complete="4">
@@ -2521,7 +2521,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<text>Who are the ducks, really?</text>
<text></text>
<questgiver>Elder</questgiver>
- <coordinates x="28" y="73">Duck Island.</coordinates>
+ <coordinates x="28" y="73">Duck Island</coordinates>
</quest>
</var>
<var id="254">
@@ -2560,6 +2560,89 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<reward text1="[Lime Dye]">{@@1}</reward>
</quest>
</var>
+ <var id="255">
+ <quest name="The Duck Side" group="Lilit" incomplete="1">
+ <name>Dark Apprentice</name>
+ <text>The Dark Lord has offered to train me in the power of the Duck Side.</text>
+ <text>He asked me to gather materials in preparation for our first lesson.</text>
+ <text>The Dark Lord needs: 15 Piles of Ash, 10 Pearls, 6 Fluo Powder, and 1 Dark Crystal.</text>
+ <text></text>
+ <text>To have the power of the Duck Side... what a thrill that will be!</text>
+ <text></text>
+ <questgiver>Dark Lord</questgiver>
+ <coordinates x="37" y="46">Duck Island</coordinates>
+ <level>60</level>
+ </quest>
+ <quest name="The Duck Side" group="Lilit" incomplete="2">
+ <name>Dark Apprentice</name>
+ <text>The Dark Lord has shown me a small portion of the Duck Side's power.</text>
+ <text>I can now summon forth spirits and manipulate the forces of life and death.</text>
+ <text></text>
+ <text>Yet still I crave more...</text>
+ <text></text>
+ <questgiver>Dark Lord</questgiver>
+ <coordinates x="37" y="46">Duck Island</coordinates>
+ <level>65</level>
+ </quest>
+ <quest name="The Duck Side" group="Lilit" incomplete="3">
+ <name>Dark Apprentice</name>
+ <text>The Dark Lord has once again sent me to gather supplies for our lesson</text>
+ <text>He hinted that I would be learning a more powerful and... dangerous spell.</text>
+ <text>The Dark Lord needs: 25 Animal Bones, 20 Iron Powders, 15 Piles of Ash, and 7 Diseased Hearts.</text>
+ <text></text>
+ <text>I see now that the Duck Side is the only true source of power...</text>
+ <text></text>
+ <questgiver>Dark Lord</questgiver>
+ <coordinates x="37" y="46">Duck Island</coordinates>
+ <level>65</level>
+ </quest>
+ <quest name="The Duck Side" group="Lilit" incomplete="4">
+ <name>Dark Apprentice</name>
+ <text>The Dark Lord has revealed more of the Duck Side to me, yet I sense the potential for greater power.</text>
+ <text>I now have the ability to construct bodies of bone and call forth undead warriors to crush my enemies.</text>
+ <text></text>
+ <text>I must discover what my Master still withholds from me...</text>
+ <text></text>
+ <questgiver>Dark Lord</questgiver>
+ <coordinates x="37" y="46">Duck Island</coordinates>
+ <level>70</level>
+ </quest>
+ <quest name="The Duck Side" group="Lilit" incomplete="5">
+ <name>Dark Apprentice</name>
+ <text>The Dark Lord has tasked me with infiltrating the pesty piou village.</text>
+ <text>The Moubootaur must rise and the pious stand in the way of His return.</text>
+ <text>I am to kill 300 of the seemingly innocent pious and 20 of their pathetic knights.</text>
+ <text></text>
+ <text>Perhaps I can put my new skills to use...</text>
+ <text></text>
+ <questgiver>Dark Lord</questgiver>
+ <coordinates x="37" y="46">Duck Island</coordinates>
+ <level>70</level>
+ </quest>
+ <quest name="The Duck Side" group="Lilit" incomplete="6">
+ <name>Dark Apprentice</name>
+ <text>I have slaughtered the pious as requested by my Master.</text>
+ <text></text>
+ <text>I should return to complete my training...</text>
+ <text></text>
+ <questgiver>Dark Lord</questgiver>
+ <coordinates x="37" y="46">Duck Island</coordinates>
+ <level>70</level>
+ </quest>
+ <quest name="The Duck Side" group="Lilit" complete="7">
+ <name>Dark Apprentice</name>
+ <text>The Duck Lord has dubbed me a true Apprentice of the Duck Side.</text>
+ <text>I now have the ability to channel my rage in a powerful bolt of undeath.</text>
+ <text></text>
+ <text>I am to practice my skills and marshall greater discipline. Only then can I draw more power from the Duck Side.</text>
+ <text></text>
+ <text>He also mentioned something about a weapon; a... lightsaber? I must obtain one somehow...</text>
+ <text></text>
+ <questgiver>Dark Lord</questgiver>
+ <coordinates x="37" y="46">Duck Island</coordinates>
+ <level>??</level>
+ </quest>
+ </var>
<!-- LAND OF FIRE VILLAGE QUESTS -->
<var id="270">
diff --git a/skills.xml b/skills.xml
index e9793b4b..0270162e 100644
--- a/skills.xml
+++ b/skills.xml
@@ -673,6 +673,15 @@ Copyright (C) 2018 TMW2 -->
castingSrcEffectId="23"
dstEffectId="11"
/>
+ <skill
+ id="20077"
+ name="Necrotic Bolt"
+ icon="graphics/skills/wizard/necroticbolt.png"
+ description="A blast of pure undeath that leeches life from the target."
+ castingMissile-particle="graphics/particles/necrotic-lightning.xml"
+ castingSrcEffectId="23"
+ dstEffectId="702"
+ />
<!-- Rank 3 -->
<skill
id="20055"