summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rwxr-xr-xclient/skills.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/client/skills.py b/client/skills.py
index 5e1b905..9d23030 100755
--- a/client/skills.py
+++ b/client/skills.py
@@ -63,10 +63,10 @@ def fillskill(sk, lv):
#########################
### Transmutation Skills
#########################
-skills.append(Skill(20024, "Parum", "other/parum", "Transmutate wood into stuff.",
-50, 0, "parum", 0))
-skills.append(Skill(20027, "Transmutation", "transmutation", "Transmute stuff into other stuff.",
-215, -5, "trans", 10))
+#skills.append(Skill(20024, "Parum", "other/parum", "Transmutate wood into stuff.",
+#50, 0, "parum", 0))
+#skills.append(Skill(20027, "Transmutation", "transmutation", "Transmute stuff into other stuff.",
+#215, -5, "trans", 10))
#########################
### Summon Skills
@@ -95,6 +95,8 @@ skills.append(Skill(20040, "Summon Terranite", "none", "1x Terranite Ore.",
47, 5, "stoneheart", 0))
skills.append(Skill(20044, "Summon Plants", "none", "2x Artichoke Herb.",
30, 3, "plantkingdom", 5))
+skills.append(Skill(20047, "Summon Ducks", "none", "1x Cherry Cake. Req. Rubber Ducky.",
+40, 7, "ducky", 0))
skills.append(Skill(20023, "Summon Cave Maggot", "none", "Req. Zarkor Scroll.",
40, 7, "zarkor", 0))