
-Added most of the new items/equipment up to the Kagerou/Oboro patch. -Updated OCA with newer cards. -Updated trading restrictions for newer items. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15209 54d463be-8e91-2dee-dedb-b68131a5f0ec
24 lines
612 B
Plaintext
24 lines
612 B
Plaintext
// Item Delay Database
|
|
// Max number of entries is defined in itemdb.h as MAX_ITEMDELAYS
|
|
//
|
|
// 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
|
|
607,5000 // Yggdrasil_Berry
|
|
608,3000 // Yggdrasil_Seed
|
|
|
|
// Bifrost Items
|
|
11522,1000 // Red_Raffle_Sap
|
|
11523,2000 // Yellow_Raffle_Sap
|
|
11524,3000 // White_Raffle_Sap
|
|
11525,5000 // Mora_Hip_Tea |