diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 13:17:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 13:17:34 -0300 |
commit | 58ce45ccb6ba1be99f3a9d13b16f78c6aff11317 (patch) | |
tree | 305605fa97a7f5c3be10c3b9aa22dbb56aba52f0 | |
parent | 233b50661add05a5a80c7bd0d4bfece70ffba6fa (diff) | |
download | serverdata-58ce45ccb6ba1be99f3a9d13b16f78c6aff11317.tar.gz serverdata-58ce45ccb6ba1be99f3a9d13b16f78c6aff11317.tar.bz2 serverdata-58ce45ccb6ba1be99f3a9d13b16f78c6aff11317.tar.xz serverdata-58ce45ccb6ba1be99f3a9d13b16f78c6aff11317.zip |
Optimizations, raise drastically SN_SHARPSHOOTER mana cost
-rw-r--r-- | db/re/skill_db.conf | 20 | ||||
-rw-r--r-- | npc/soren-2/main.txt | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index 1adc6c628..0ebf33492 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -11517,16 +11517,16 @@ skill_db: ( } Requirements: { SPCost: { - Lv1: 98 - Lv2: 108 - Lv3: 118 - Lv4: 128 - Lv5: 139 - Lv6: 149 - Lv7: 159 - Lv8: 169 - Lv9: 180 - Lv10: 190 + Lv1: 198 + Lv2: 208 + Lv3: 218 + Lv4: 228 + Lv5: 239 + Lv6: 249 + Lv7: 259 + Lv8: 269 + Lv9: 280 + Lv10: 290 } WeaponTypes: { Bows: true diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index b203a462d..23a0d5ed1 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -148,7 +148,7 @@ OnSanctum: percentheal -20, -100; } if (@sorensanctum >= 10) { - atcommand "@kick \""+strcharinfo(0)+"\""; + atcommand "@kick "+strcharinfo(0); npctalk l("The power of Soren's House kicks @@ like a game master.", strcharinfo(0)); } |