diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 14:59:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 14:59:13 -0300 |
commit | 2debf1e68165342159c650e99587c55f1a847898 (patch) | |
tree | fc3c88cbf41a9ee5f164e2aa5cc25cd27ff7bea2 | |
parent | 8b46c15ec2d0a147f3af6945e2803c9ccc68ce31 (diff) | |
download | serverdata-2debf1e68165342159c650e99587c55f1a847898.tar.gz serverdata-2debf1e68165342159c650e99587c55f1a847898.tar.bz2 serverdata-2debf1e68165342159c650e99587c55f1a847898.tar.xz serverdata-2debf1e68165342159c650e99587c55f1a847898.zip |
PLaceholder
-rw-r--r-- | db/re/skill_db.conf | 2 | ||||
-rw-r--r-- | npc/003-0-1/colin.txt | 2 | ||||
-rw-r--r-- | npc/003-0-1/luca.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 721805194..f266447c9 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -5083,7 +5083,7 @@ skill_db: ( SkillData1: 600000 FixedCastTime: 0 Requirements: { - SPCost: 5 + SPCost: 200 } }, { diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 4f2726fd7..fbac06118 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -9,7 +9,7 @@ 003-0-1,58,29,0 script Colin NPC_PLAYER,{ ClassMaster(WIZARD_MAGE, "Wizard Mages", MAGIC_WARRIOR, MG_FIREBALL, - MG_FIREBALL); + NV_TRICKDEAD); // MG_COLDBOLT); OnInit: diff --git a/npc/003-0-1/luca.txt b/npc/003-0-1/luca.txt index 5d7bfb2a6..4df0d46bb 100644 --- a/npc/003-0-1/luca.txt +++ b/npc/003-0-1/luca.txt @@ -9,7 +9,7 @@ 003-0-1,35,29,0 script Luca NPC_PLAYER,{ ClassMaster(MAGIC_WARRIOR, "Magic Warriors", WIZARD_MAGE, SM_BASH, - SM_BASH); + NV_TRICKDEAD); end; OnInit: |