From f8ebb28853a8a9c51725778688af0c4bb54d31e0 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 24 Jul 2006 17:28:13 +0000 Subject: - Added a check to prevent Deluge/Volcano/Violent Gale from being placed on top of each other. Reverted the previous 'fix' where atk was being increased based on armor element rather than element of attack. - Added flag 0x002 (no reiteration) to Deluge/Volcano/Violent Gale (skill_unit_db) - Removed the noreturn mapflag check from script command warp. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7858 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/skill_unit_db.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db/skill_unit_db.txt') diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index 0b8de926a..c5a83b5d0 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -52,9 +52,9 @@ 220,0xb0, , 0, 0, -1,all, 0x002 //RG_GRAFFITI 229,0xb1, , 0, 1,1000,enemy, 0x006 //AM_DEMONSTRATION 254,0x86, , -1, 0, 400,enemy, 0x000 //CR_GRANDCROSS -285,0x9a, , 3, 0, -1,all, 0x000 //SA_VOLCANO -286,0x9b, , 3, 0, -1,all, 0x000 //SA_DELUGE -287,0x9c, , 3, 0, -1,all, 0x000 //SA_VIOLENTGALE +285,0x9a, , 3, 0, -1,all, 0x002 //SA_VOLCANO +286,0x9b, , 3, 0, -1,all, 0x002 //SA_DELUGE +287,0x9c, , 3, 0, -1,all, 0x002 //SA_VIOLENTGALE 288,0x9d,,3:3:4:4:5,0, -1,all, 0x000 //SA_LANDPROTECTOR 306,0x9e, , 4, 0,6000,all, 0x200 //BD_LULLABY 307,0x9f, , 4, 0, -1,enemy, 0x210 //BD_RICHMANKIM -- cgit v1.2.3-60-g2f50