diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-10 21:07:04 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-10 21:07:04 +0000 |
commit | f23c3d7d5d1dc9805959c9a43ca61582eddae1ab (patch) | |
tree | 8761925be7439de73d14549ee51232cfec3bdb85 /db | |
parent | c2998c253bdc9c54cd2aaae8bf9faa52efe194e2 (diff) | |
download | hercules-f23c3d7d5d1dc9805959c9a43ca61582eddae1ab.tar.gz hercules-f23c3d7d5d1dc9805959c9a43ca61582eddae1ab.tar.bz2 hercules-f23c3d7d5d1dc9805959c9a43ca61582eddae1ab.tar.xz hercules-f23c3d7d5d1dc9805959c9a43ca61582eddae1ab.zip |
* Added some items with enforced delays to the item_delay_db!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14458 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | db/item_delay.txt | 11 |
3 files changed, 14 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 6a0554831..c40cdbcd9 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -8,6 +8,8 @@ 1475 Equestrian's Spear: NEED INFO. 13005 Angelic Wing Dagger: NEED INFO. ======================= +2010/11/10 + * Rev. 14458 Added some items with enforced delays to the item_delay_db! [L0ne_W0lf] 2010/11/02 * Fixed incorrect status change constants being used in cash food scripts. (bugreport:4477) [Paradox924X] 2010/10/11 diff --git a/db/item_db.txt b/db/item_db.txt index 4e1dc27ea..28a738fef 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -3162,7 +3162,7 @@ //6215,Tear_Gas,Tear Gas,3,500,,1,,,,,,,,,,,,,{},{},{} //6216,Oil_Bottle,Oil Bottle,3,1000,,1,,,,,,,,,,,,,{},{},{} //6217,Mandragora_Flowerpot,Mandragora Flowerpot,3,2000,,1,,,,,,,,,,,,,{},{},{} -//6218,Delivery_Daishin_Box, +6218,Disin_Delivery_Box,Delivery_Daishin_Box,3,20,,0,,,,,,,,,,,,,{},{},{} 6219,Para_Team_Mark,Eden Group Mark,3,20,,0,,,,,,,,,,,,,{},{},{} //6220,Mysterious_Dyestuffs //6221,Mystic_Leaf_Cat_Ball diff --git a/db/item_delay.txt b/db/item_delay.txt index 8faef0906..716d60ebc 100644 --- a/db/item_delay.txt +++ b/db/item_delay.txt @@ -4,3 +4,14 @@ // // Structure: // Item ID,Delay in Milliseconds + +//12202,60000 //Str_Dish10_ +//12203,60000 //Agi_Dish10_ +//12204,60000 //Int_Dish10_ +//12205,60000 //Dex_Dish10_ +//12206,60000 //Luk_Dish10_ +//12207,60000 //Vit_Dish10_ +12208,60000 //Battle_Manual +12210,60000 //Bubble_Gum +14538,300000 //Glass_Of_Illusion +14586,180000 //Spark_Candy |