From 9636c33e62e2e45e6cb4db20fc2237bb37bbbbbd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 27 Mar 2018 11:05:31 -0300 Subject: Write a small prototype for Jakod --- npc/003-0-1/luca.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/003-0-1') 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: -- cgit v1.2.3-60-g2f50