diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-18 12:11:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-18 12:11:32 -0300 |
commit | c0c4a4267c2ffc299aa7b7d32da3bc55cec86d59 (patch) | |
tree | 9a9de131389418b4280b4789319ee4b71bff2c1d /npc/003-0 | |
parent | 6e679b7d90e06827df47f0a2d1757a5140dcf392 (diff) | |
download | serverdata-c0c4a4267c2ffc299aa7b7d32da3bc55cec86d59.tar.gz serverdata-c0c4a4267c2ffc299aa7b7d32da3bc55cec86d59.tar.bz2 serverdata-c0c4a4267c2ffc299aa7b7d32da3bc55cec86d59.tar.xz serverdata-c0c4a4267c2ffc299aa7b7d32da3bc55cec86d59.zip |
Misc fixes
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/berserk.txt | 1 | ||||
-rw-r--r-- | npc/003-0/mages.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-0/berserk.txt b/npc/003-0/berserk.txt index a4c40d83d..72c8b7fe2 100644 --- a/npc/003-0/berserk.txt +++ b/npc/003-0/berserk.txt @@ -183,6 +183,7 @@ L_Member: if (askyesno() == ASK_YES) { mes ""; if (validatepin()) { + skill KN_TWOHANDQUICKEN, 0, 0; skill KN_AUTOCOUNTER, 0, 0; skill SM_ENDURE, 0, 0; skill SM_BASH, 0, 0; diff --git a/npc/003-0/mages.txt b/npc/003-0/mages.txt index 7d5e01003..be80605dd 100644 --- a/npc/003-0/mages.txt +++ b/npc/003-0/mages.txt @@ -8,12 +8,12 @@ // Sage // SA_FREECAST (allows to move/attack while casting) +// SA_DRAGONOLOGY (+4% ATK, +2% MATK, +1 INT and +4% resist against DRAGONS) +// TMW2_SAGE (grants up to 1.5 extra mana exp point/level) // SA_FLAMELAUNCHER (bestow fire element on weapon for 2m, 70% cth) // SA_FROSTWEAPON (bestow water element on weapon for 2m, 70% cth) // SA_LIGHTNINGLOADER (bestow wind element on weapon for 2m, 70% cth) // SA_SEISMICWEAPON (bestow earth element on weapon for 2m, 70% cth) -// SA_DRAGONOLOGY (+4% ATK, +2% MATK, +1 INT and +4% resist against DRAGONS) -// TMW2_SAGE (grants up to 1.5 extra mana exp point/level) // Priest // Broken //AL_PNEUMA (BLOCKS ranged (4+ tiles) physical attacks on a 3x3 area. No bows :D) |