item_delay.txt 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // Item Delay Database
  2. //
  3. // Structure of Database:
  4. // <ItemID>,<Delay>{,<SC_GroupID>}
  5. //
  6. // <ItemID>
  7. // ID of item that will has reuse delay.
  8. // <Delay>
  9. // Re-use delay in milliseconds.
  10. // <SC_GroupID>
  11. // SC (status change) group for the item.
  12. // Example for SC_REUSE_LIMIT_MTF
  13. // 12658,10000,620 // Transformation Scroll(Deviruchi)
  14. // 12659,10000,620 // Transformation Scroll(Raydric)
  15. // -> 12658 has reuse delay for 10 seconds, and also,
  16. // 12659 cannot be used when this delay is active.
  17. // Since this is optional, default is -1 will ignores the
  18. // delay group and the delay will be stored in character's
  19. // data that has limit set in src/map/itemdb.h as MAX_ITEMDELAYS.
  20. // SC_REUSE_LIMIT_A 609
  21. 14538,300000,608 //Glass_Of_Illusion
  22. // SC_REUSE_LIMIT_B 610
  23. 14586,180000,609 //Spark_Candy
  24. // SC_REUSE_LIMIT_C 611
  25. 12208,60000,610 //Battle_Manual
  26. // SC_REUSE_LIMIT_D 612
  27. 12210,60000,611 //Bubble_Gum
  28. // SC_REUSE_LIMIT_E 613
  29. 11522,1000,612 //Red_Raffle_Sap
  30. 11523,2000,612 //Yellow_Raffle_Sap
  31. 11524,3000,612 //White_Raffle_Sap
  32. // SC_REUSE_LIMIT_F 614
  33. 607,5000,613 //Yggdrasil_Berry
  34. // SC_REUSE_LIMIT_G 615
  35. 608,3000,614 //Yggdrasil_Seed
  36. // SC_REUSE_LIMIT_H 616
  37. 11525,5000,615 //Mora_Hip_Tea
  38. // Misc
  39. //12202,60000 //Str_Dish10_
  40. //12203,60000 //Agi_Dish10_
  41. //12204,60000 //Int_Dish10_
  42. //12205,60000 //Dex_Dish10_
  43. //12206,60000 //Luk_Dish10_
  44. //12207,60000 //Vit_Dish10_
  45. 12968,300000 //Emergency_Scroll1 //! CHECKME: Need confirmation!
  46. 12969,300000 //Emergency_Scroll2 //! CHECKME: Need confirmation!
  47. 12970,300000 //Emergency_Scroll3 //! CHECKME: Need confirmation!