mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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:
@@ -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 => "язык демонов",
|
||||
|
||||
Reference in New Issue
Block a user