summaryrefslogtreecommitdiff
path: root/npc/003-0-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-27 22:01:35 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-27 22:01:35 -0300
commitc91ee5debfeaf8dedd60e9d2a4c8f3b980bf148a (patch)
tree76bacf2788abfbc4b90aa80514d151f1589ea9ed /npc/003-0-1
parent5b64717c2dad51140f72999cfc0a5e99656ed32c (diff)
downloadserverdata-c91ee5debfeaf8dedd60e9d2a4c8f3b980bf148a.tar.gz
serverdata-c91ee5debfeaf8dedd60e9d2a4c8f3b980bf148a.tar.bz2
serverdata-c91ee5debfeaf8dedd60e9d2a4c8f3b980bf148a.tar.xz
serverdata-c91ee5debfeaf8dedd60e9d2a4c8f3b980bf148a.zip
Rewrite Skill Tree to fit better, add the two class "skills" server-side
Diffstat (limited to 'npc/003-0-1')
-rw-r--r--npc/003-0-1/colin.txt1
-rw-r--r--npc/003-0-1/luca.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt
index d50a022de..7862e38a9 100644
--- a/npc/003-0-1/colin.txt
+++ b/npc/003-0-1/colin.txt
@@ -11,6 +11,7 @@
mesn;
mesq l("I am the Wizard Mages master.");
if (!MAGIC_LVL) goto L_NoMagic;
+ if (getskilllv("Magic Warrior")) close;
close;
L_NoMagic:
diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt
index db58dbc92..ce33c9f3a 100644
--- a/npc/003-0-1/luca.txt
+++ b/npc/003-0-1/luca.txt
@@ -11,6 +11,7 @@
mesn;
mesq l("I am the Magic Warriors master.");
if (!MAGIC_LVL) goto L_NoMagic;
+ if (getskilllv("Wizard Mage")) close;
if (getskilllv(SM_BASH) >= 1) mesq l("Are you using my skill?");
if (getskilllv(SM_BASH) >= 1) close;