From 3396bad1320df4d59a0806a41fafaf99d7b4c9d6 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 26 Jun 2006 18:26:51 +0000 Subject: - Corrected unit id of desperado and Ground Drift using jA's info. - Rough implementation of Ground Drift according to description and jA info. - Implemented Tatami Gaeshi using skill description and jA implementation for reference. - map_foreachinpath calls will no longer go beyond the target point, as this function is required for skills other than SharpShooting now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7344 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/skill_unit_db.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'db/skill_unit_db.txt') diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index ed7b774c0..7873ae907 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -21,6 +21,7 @@ // // u1 u2 lay r intr target flag // + 12,0x7e, , 0, 0, -1,all, 0x003 //MG_SAFETYWALL#セイフティウォール 18,0x7f, , -1, 0, 1,enemy, 0x008 //MG_FIREWALL#ファイアーウォール 21,0x86, , 0, 2,1000,enemy, 0x008 //MG_THUNDERSTORM#サンダーストーム @@ -77,6 +78,7 @@ 339,0x86, , -1, 0, 400,enemy, 0x000 //NPC_DARKGRANDCROSS#闇グランドクロス 362,0xb4, , 0, 3, -1,all, 0x000 //HP_BASILICA#バジリカ 369,0xb3, , -1, 0,10000,all, 0x000 //PA_GOSPEL#ゴスペル + 404,0xb6, , -1, 0, -1,all, 0x000 //PF_FOGWALL#フォグウォール 405,0xb7, , 0, 1,1000,enemy, 0x000 //PF_SPIDERWEB#スパイダーウェッブ 409,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLBABY @@ -86,8 +88,9 @@ 430,0x86, , 0, 1, 500,enemy, 0x000 //SG_STAR_WARM 484,0xb8, , 2, 0,1000,enemy, 0x808 //HW_GRAVITATION 488,0xb9, , 3, 0, -1,all, 0x100 //CG_HERMODE -516,0xba, , 0, 3, 100,enemy,0x000,GS_DESPERADO#デスペラード -521,0xbd, , 0, 1,1000,enemy,0x006,GS_GROUNDDRIFT#グラウンドドリフト 535,0x86, , 0, 2,2000,enemy,0x008,NJ_KAENSIN#火炎陣# 536,0x86, , 0, 2, 300,enemy,0x008,NJ_BAKUENRYU#爆炎龍# 538,0xbb,,1:1:1:2:2:2:3:3:3:4,0, -1,all,0x010,NJ_SUITON#水遁# +516,0xbc, , 0, 3, 100,enemy,0x000,GS_DESPERADO#デスペラード +521,0xc2, , 0, 1,1000,enemy,0x006,GS_GROUNDDRIFT#グラウンドドリフト + -- cgit v1.2.3-70-g09d2