From d6ae72f50152bf2a7df68ea0936aab1243d73bf8 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Fri, 28 Sep 2007 02:52:04 +0000 Subject: * Implemented Summer Outfit care of Zephyrus_CR. - Increased MAX_GUILDCASTLE in mmo.h to 29 for future implementation of the 12.1 Guild Castles. * Added constants for Summer Outfit and updated the Summer_Event_Suit item script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11321 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/const.txt | 2 ++ db/item_db.txt | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 03b0af0d8..b08c2c531 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -38,6 +38,7 @@ ======================= 09/27 + * Rev. 11321 Added constants for Summer Outfit and updated the Summer_Event_Suit item script. [L0ne_W0lf] * Rev. 11319 Re-added an ETC item that got lost in the item update. (7062) [L0ne_W0lf] * Removed Final Strike from skill_cast_db [Playtester] - also updated sql files diff --git a/db/const.txt b/db/const.txt index 18e97f9b8..96096a480 100644 --- a/db/const.txt +++ b/db/const.txt @@ -166,6 +166,7 @@ EAJ_BABY_SOUL_LINKER 0x2207 Option_Wedding 0x1000 Option_Xmas 0x20000 +Option_Summer 0x40000 bc_all 0 bc_map 1 @@ -752,6 +753,7 @@ SC_INCDEXRATE 248 SC_JAILED 249 SC_ENCHANTARMS 250 SC_MAGICALATTACK 251 +SC_SUMMER 256 e_gasp 0 e_what 1 diff --git a/db/item_db.txt b/db/item_db.txt index 5c766505f..2befb762b 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -3297,7 +3297,7 @@ 12257,Cold_Medicine,Cold_Medicine,2,,10,100,,,,,0xFFFFFFFF,7,2,,,50,,,{ percentheal 25,25; },{},{} 12258,Bomb_Poring_Box,Bomb Poring Box,2,,10,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} //12259,ȯ»óÀÇ_ºñ¾à,ȯ»óÀÇ_ºñ¾à,2,,10,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} -12260,Summer_Event_Suit,Summer Event Suit,2,,10,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} +12260,Summer_Event_Suit,Summer Event Suit,2,,10,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_Summer,600000,0; },{},{} //12261,ȯ»óÀÇ_ºñ¾à,ȯ»óÀÇ_ºñ¾à,2,,10,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} 12262,Inspector_Certificate_,Authoritative Badge,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ specialeffect 507; sc_start SC_SpeedUp0,180000,0; },{},{} 12701,Old_Blue_Box_F,Old Blue Box,2,,,200,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} -- cgit v1.2.3-70-g09d2