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(
"Внутриигровой магазин"
),
'pvpSources' => array(
null, "Сезон арены 1", "Сезон арены 2", "Сезон арены 3", "Сезон арены 4",
"Сезон арены 5", "Сезон арены 6", "Сезон арены 7", "Сезон арены 8", "Турнир арены 2009"
42 => "Сезон арены 1", 52 => "Сезон арены 2", 71 => "Сезон арены 3", 80 => "Сезон арены 4", 157 => "Сезон арены 5",
163 => "Сезон арены 6", 167 => "Сезон арены 7", 169 => "Сезон арены 8", 177 => "Турнир арены 2009"
),
'languages' => array(
1 => "орочий", 2 => "дарнасский", 3 => "таурахэ", 6 => "дворфийский", 7 => "всеобщий", 8 => "язык демонов",