diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 13:38:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 13:38:52 -0300 |
commit | 890ed4b074999c3c8bcabf328e17b350ce6474d3 (patch) | |
tree | 33fa00eec5a4cd3ba79c6c00a2f886bdede27021 /npc/003-0-1 | |
parent | 14d101aae3e6b03f24a4428a4ea5db190ad29c36 (diff) | |
download | serverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.tar.gz serverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.tar.bz2 serverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.tar.xz serverdata-890ed4b074999c3c8bcabf328e17b350ce6474d3.zip |
Class Tier 2. T2 Class Skill still TODO
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/colin.txt | 2 | ||||
-rw-r--r-- | npc/003-0-1/luca.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 1c435c257..4f2726fd7 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -8,7 +8,9 @@ 003-0-1,58,29,0 script Colin NPC_PLAYER,{ ClassMaster(WIZARD_MAGE, "Wizard Mages", MAGIC_WARRIOR, + MG_FIREBALL, MG_FIREBALL); +// MG_COLDBOLT); OnInit: .@npcId = getnpcid(0, .name$); diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index f03413294..5d7bfb2a6 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -8,6 +8,7 @@ 003-0-1,35,29,0 script Luca NPC_PLAYER,{ ClassMaster(MAGIC_WARRIOR, "Magic Warriors", WIZARD_MAGE, + SM_BASH, SM_BASH); end; |