diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-27 11:05:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-27 11:05:31 -0300 |
commit | 9636c33e62e2e45e6cb4db20fc2237bb37bbbbbd (patch) | |
tree | 3b7386f4719fb46d3f0a92906f350bdf33dff0be /npc/003-0-1 | |
parent | da1ad3f4f46bd0fae3fd100882c06e6fb60a1c1b (diff) | |
download | serverdata-9636c33e62e2e45e6cb4db20fc2237bb37bbbbbd.tar.gz serverdata-9636c33e62e2e45e6cb4db20fc2237bb37bbbbbd.tar.bz2 serverdata-9636c33e62e2e45e6cb4db20fc2237bb37bbbbbd.tar.xz serverdata-9636c33e62e2e45e6cb4db20fc2237bb37bbbbbd.zip |
Write a small prototype for Jakod
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/luca.txt | 10 |
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: |