Setup/Sources

* rewrote SetupSrcipt
 * implemented 'zone' parameter
 * implemented 'bossdrop' parameter
 * implemented 'dungeondifficulty' parameter
 * implemented item filter relying on zone information (dropsInX)
 * fixed world random drops showing a single loot source
 * extended Source column of spells to the same functionality as items

ToDo:
 * apply new 'commondrop' parameter on loot listviews
 * gather difficuly versions of gameobjects and apply the same logic as for creatures
 * implement fake spawns so npcs can get linked to a zone
This commit is contained in:
Sarjuuk
2023-05-20 03:18:36 +02:00
parent fc7a526a67
commit 77f81c1bde
20 changed files with 1143 additions and 914 deletions

View File

@@ -375,8 +375,8 @@ $lang = array(
"In-Game Store"
),
'pvpSources' => array(
null, "Arena Season 1", "Arena Season 2", "Arena Season 3", "Arena Season 4",
"Arena Season 5", "Arena Season 6", "Arena Season 7", "Arena Season 8", "2009 Arena Tournament"
42 => "Arena Season 1", 52 => "Arena Season 2", 71 => "Arena Season 3", 80 => "Arena Season 4", 157 => "Arena Season 5",
163 => "Arena Season 6", 167 => "Arena Season 7", 169 => "Arena Season 8", 177 => "2009 Arena Tournament"
),
'languages' => array( // Languages.dbc
1 => "Orcish", 2 => "Darnassian", 3 => "Taurahe", 6 => "Dwarvish", 7 => "Common", 8 => "Demonic",