diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-03 22:58:09 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-03 22:58:09 +0000 |
commit | 12bca4654c96b32bd282a9ce25b30bbf2f7e08b9 (patch) | |
tree | 18807f90733df88e3b6ebccd9b343b79a302e53c | |
parent | 9f78557c7742eeb630ba5ae7b6e72d8c56a5b5b1 (diff) | |
download | hercules-12bca4654c96b32bd282a9ce25b30bbf2f7e08b9.tar.gz hercules-12bca4654c96b32bd282a9ce25b30bbf2f7e08b9.tar.bz2 hercules-12bca4654c96b32bd282a9ce25b30bbf2f7e08b9.tar.xz hercules-12bca4654c96b32bd282a9ce25b30bbf2f7e08b9.zip |
- Update in the Field Manual and Bubble Gum items.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11352 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9380cc48f..2c97a6540 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/10/03 + * Added the code for Bubble Gum (SC_BONUSDROP) and Field Manual + (SC_BONUSEXP). items updated as it supose to work. [zephyrus] * Cleaned up parts of skill.c related to skill units [ultramage] - removed some nonsense code in skill_dance_switch() (from r8876) - removed 'security system to prevent forgetting timer removal' (r1213) diff --git a/db/item_db.txt b/db/item_db.txt index e701c30d6..ed88a4ed9 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -3258,9 +3258,9 @@ 12205,DEX_Dish,Hwergelmir's_Tonic,0,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_DEXFood,1800000, 10; percentheal 15,5; },{},{} 12206,LUK_Dish,Cooked_Nine_Tail,0,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_LUKFood,1800000, 10; percentheal 15,5; },{},{} 12207,VIT_Dish,Immortal_Stew,0,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_VITFood,1800000, 10; percentheal 15,5; },{},{} -12208,Battle_Manual,Battle Manual,3,,,10,,,,,,,,,,,,,{},{},{} +12208,Battle_Manual,Battle Manual,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_BONUSEXP,1800000,50;},{},{} 12209,Insurance,Life Insurance,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_BABY,1800000,0; },{},{} -12210,Bubble_Gum,Bubble Gum,3,,,10,,,,,,,,,,,,,{},{},{} +12210,Bubble_Gum,Bubble Gum,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_BONUSDROP,1800000,100;},{},{} 12211,Kafra_Card,Kafra Card,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_CashStore"; },{},{} 12212,Giant_Fly_Wing,Giant Fly Wing,2,,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_CashPartyCall"; },{},{} 12213,Neuralizer,Neuralizer,2,,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_CashReset"; },{},{} |