
- 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>
37 lines
829 B
Plaintext
37 lines
829 B
Plaintext
// Improvise Database
|
|
// Database for skills that can be summoned trough Randomize Spell/Improvised Song (Minstrel/Wanderer Skill).
|
|
//
|
|
// Structure of Database:
|
|
// SkillID,Rate
|
|
//
|
|
// - To remove entry by importing, put 0 on 'Rate'
|
|
|
|
// Mage Skills
|
|
10,5000 // Sight
|
|
11,5000 // Napalm Beat
|
|
12,5000 // Safety Wall
|
|
13,5000 // Soul Strike
|
|
14,5000 // Cold Bolt
|
|
15,5000 // Frost Diver
|
|
16,5000 // Stone Curse
|
|
17,5000 // Fire Ball
|
|
18,5000 // Fire Wall
|
|
19,5000 // Fire Bolt
|
|
20,5000 // Lightning Bolt
|
|
21,5000 // Thunderstorm
|
|
|
|
// Wizard Skills
|
|
80,2500 // Fire Pillar
|
|
81,2500 // Sightrasher
|
|
83,2500 // Meteor Storm
|
|
84,2500 // Jupitel Thunder
|
|
85,2500 // Lord of Vermilion
|
|
86,2500 // Water Ball
|
|
87,2500 // Ice Wall
|
|
88,2500 // Frost Nova
|
|
89,2500 // Storm Gust
|
|
90,2500 // Earth Spike
|
|
91,2500 // Heaven's Drive
|
|
92,2500 // Quagmire
|
|
93,2500 // Sense
|