diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 17:37:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 17:37:55 -0300 |
commit | 08adcd908cc10ee901f8ee77b175a466515b8e0d (patch) | |
tree | ac5d6a1126347d409ed9a3c8fd0850726494240f /npc/003-0/luca.txt | |
parent | 2d0ee24ffb5f13cb61667b7db358fa6b2aee70b8 (diff) | |
download | serverdata-08adcd908cc10ee901f8ee77b175a466515b8e0d.tar.gz serverdata-08adcd908cc10ee901f8ee77b175a466515b8e0d.tar.bz2 serverdata-08adcd908cc10ee901f8ee77b175a466515b8e0d.tar.xz serverdata-08adcd908cc10ee901f8ee77b175a466515b8e0d.zip |
Remove Wizards and Sages, thus, cleaning old subclass.
Add new NPC placeholders for all new class system and add comments.
All of them are ready to handle non-mages.
Diffstat (limited to 'npc/003-0/luca.txt')
-rw-r--r-- | npc/003-0/luca.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0/luca.txt b/npc/003-0/luca.txt index 3c0fd60db..3ffb716cc 100644 --- a/npc/003-0/luca.txt +++ b/npc/003-0/luca.txt @@ -3,9 +3,9 @@ // Saulc // Jesusalva // Description: -// Luca and Colin assigns player a class. Luca is the Warrior Master. +// Luca, of Physical Science Class. -003-0,31,26,0 script Luca NPC_PLAYER,{ +003-0,34,41,0 script Luca NPC_PLAYER,{ mesn; mesq l("I am the @@ master.", l("Magic Warriors")); if (!MAGIC_LVL) goto L_NoMagic; |