From 2fbedc46150f0b296d165ff58defd3a5e6a7deb9 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 28 Jun 2006 16:42:32 +0000 Subject: - Added inf2 4096 (INF2_ALLOW_ENEMY) which is to be used in conjunction with INF2_PARTY_ONLY/INF2_GUILD_ONLY when said skill should ALSO be allowed to be used on enemies. - Updated Soul Change to use inf2 4096 (INF2_ALLOW_ENEMY). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7376 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/skill_db.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 1b21c8efc..4b2c0bc90 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -25,6 +25,7 @@ ========================= 06/28 + * Updated Soul Change to use inf2 4096 (INF2_ALLOW_ENEMY). [Skotlex] * Updated Morpheus's Hood and Freyr's Shoes [Playtester] * Fixed the SP usage of AS_SPLASHER. Thanks to Belle. [MasterOfMuppets] 06/27 diff --git a/db/skill_db.txt b/db/skill_db.txt index 67ba4fb33..0cf5a65ad 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -15,7 +15,8 @@ // 8- spirit skill, 16- guild skill, 32- song/dance, 64- ensemble skill // 128- trap (can be targetted), 256- skill that damages/targets yourself // 512- cannot be casted on self (if inf = 4, auto-select target skill) -// 1024- usable only on party-members, 2048- usable only on guild-mates) +// 1024- usable only on party-members, 2048- usable only on guild-mates +// 4096- allow usage on enemies too (use with 1024/2048)) // 13 maxcount: max amount of skill instances to place on the ground when // player_land_skill_limit/monster_land_skill_limit is enabled. // 14 attack type (none, weapon, magic, misc) @@ -393,7 +394,7 @@ 371,-2,8,4,-1,0,0,5,1,no,0,512,0,weapon,0 //CH_TIGERFIST#Glacier Fist# 372,-2,8,4,-1,0,0,10,-1:-1:-2:-2:-3:-3:-4:-4:-5:-5,no,0,512,0,weapon,0 //CH_CHAINCRUSH#Chain Crush Combo# 373,0,6,4,0,1,0,5,1,no,0,0,0,magic,0 //PF_HPCONVERSION#Health Conversion# -374,9,6,16,0,1,0,1,1,yes,0,3072,0,none,0 //PF_SOULCHANGE#Soul Exhale# +374,9,6,16,0,1,0,1,1,yes,0,7168,0,none,0 //PF_SOULCHANGE#Soul Exhale# 375,9,6,1,0,0,0,5,1,yes,0,0,0,magic,0 //PF_SOULBURN#Soul Siphon# 376,0,0,0,0,1,0,5,1,no,0,0,0,weapon,0 //ASC_KATAR#Advanced Katar Mastery# //377,0,0,4,0,1,0,10,1,no,0,0,0,misc,0 //ASC_HALLUCINATION#Hallucination Walk# -- cgit v1.2.3-70-g09d2