summaryrefslogtreecommitdiff
path: root/npc/003-0-1/luca.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0-1/luca.txt')
-rw-r--r--npc/003-0-1/luca.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt
index bdf4cbb98..24e12c8de 100644
--- a/npc/003-0-1/luca.txt
+++ b/npc/003-0-1/luca.txt
@@ -10,6 +10,16 @@
mesn;
mesq l("I am the Magic Warriors master.");
+ if (getskilllv(SM_BASH) >= 1) mesq l("Are you using my skill?");
+ if (getskilllv(SM_BASH) >= 1) close;
+ if (!MAGIC_LVL && !is_staff()) close;
+
+ mesq l("Hey, you are strong! But still, so, so GREEN! You're PATHETIC! I mean, look your skill list! Empty!");
+ next;
+ // The last argument is duration: 0 - permanent 1- temporary. If omitted, defaults to 1.
+ skill(SM_BASH,1,0);
+ mesq l("Here, learn the ##BFalkon Punch##b. It is on Physical skills tab. You can drag it to the shortcut list. Thanks me later, man!");
+
close;
OnInit: