
- Added 'ID' as identifier/index for produce_db and skill_changematerial_db to avoid 'rewriting' product result with different materials. As we can see there 'Starsand_Of_Witch' can be produced by (1) 10 Insect Feeler + 15 Blue Porcelain or (2) 100 Moth Dust + 100 Scell. - Map-server crashed issue while @reloadskilldb. Some counters aren't zeroed on skill_readdb() makes array overflow. (bugreport:9241, bugreport:9243) - Allowing import file to remove original entry by put certain value. See the changed db files for more details. - Relying to skill_spellbook_db for listing available book as spell book. For Warlock skill Reading Spellbook (WL_READING_SB). Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
32 lines
655 B
Plaintext
32 lines
655 B
Plaintext
// Magic Mushroom Database
|
|
// List of skills that are randomly used through Magic Mushroom status change.
|
|
//
|
|
// Structure of Database:
|
|
// SkillID{,RemoveFlag}
|
|
//
|
|
// - To remove entry by importing, put any value on 'RemoveFlag'
|
|
|
|
7 //SM_MAGNUM
|
|
8 //SM_ENDURE
|
|
10 //MG_SIGHT
|
|
24 //AL_RUWACH
|
|
32 //AL_CRUCIS
|
|
33 //AL_ANGELUS
|
|
45 //AC_CONCENTRATION
|
|
61 //KN_AUTOCOUNTER
|
|
74 //PR_MAGNIFICAT
|
|
110 //BS_HAMMERFALL
|
|
114 //BS_MAXIMIZE
|
|
142 //NV_FIRSTAID
|
|
150 //TF_BACKSLIDING
|
|
151 //TF_PICKSTONE
|
|
157 //MG_ENERGYCOAT
|
|
249 //CR_AUTOGUARD
|
|
256 //CR_PROVIDENCE
|
|
261 //MO_CALLSPIRITS
|
|
270 //MO_EXPLOSIONSPIRITS
|
|
326 //DC_SCREAM
|
|
500 //GS_GLITTERING
|
|
527 //NJ_TATAMIGAESHI
|
|
531 //NJ_UTSUSEMI
|