implementation of Sound DB
Client sounds are cross-referenced with as many other DB-Types as possible. Including, but not limited to: * Character VOs (Errors, Emotes) * Creature VOs (Boss Dialogue) * Zone Music and Ambience * Sounds triggerd by spells * Sounds from general item/spell usage, creature behavior Restrictions: * only one locale is supported. Choose wisely!
This commit is contained in:
parent
8fcd8ea429
commit
20a1829317
54 changed files with 3454 additions and 169 deletions
|
|
@ -64,8 +64,8 @@ switch ($pageCall)
|
|||
case 'search': // tool: searches
|
||||
case 'skill':
|
||||
case 'skills':
|
||||
// case 'sound': // db: sounds for zone, creature, spell, ...
|
||||
// case 'sounds':
|
||||
case 'sound': // db: sounds for zone, creature, spell, ...
|
||||
case 'sounds':
|
||||
case 'spell':
|
||||
case 'spells':
|
||||
case 'talent': // tool: talent calculator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue