NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327

NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327

Please be advised, is not fully tested so if you activate on install maybe is not fully working
This commit is contained in:
novgorodschi catalin
2026-07-14 09:25:26 +03:00
parent 60a2d3b206
commit 25c8925ef6
315 changed files with 8609 additions and 615 deletions
+4
View File
@@ -336,6 +336,10 @@ define("NEW_FUNCTIONS_SPECIAL_MEDALS_SYSTEM", %NEW_FUNCTIONS_SPECIAL_MEDALS_SYST
define("NEW_FUNCTIONS_MILESTONES", %NEW_FUNCTIONS_MILESTONES%);
define("NEW_FUNCTIONS_MEDAL_RESET", %NEW_FUNCTIONS_MEDAL_RESET%);
define("NEW_FUNCTIONS_HERO_T4", %NEW_FUNCTIONS_HERO_T4%);
define("NEW_FUNCTION_TRIBE_HUNS", %NEW_FUNCTION_TRIBE_HUNS%);
define("NEW_FUNCTION_TRIBE_EGIPTEANS", %NEW_FUNCTION_TRIBE_EGIPTEANS%);
define("NEW_FUNCTION_TRIBE_SPARTANS", %NEW_FUNCTION_TRIBE_SPARTANS%);
define("NEW_FUNCTION_TRIBE_VIKINGS", %NEW_FUNCTION_TRIBE_VIKINGS%);
//////////////////////////////////////////
// **** DO NOT EDIT SETTINGS **** //
+4
View File
@@ -172,6 +172,10 @@ class Process {
$findReplace["%NEW_FUNCTIONS_MILESTONES%"] = $_POST['new_functions_milestones'];
$findReplace["%NEW_FUNCTIONS_MEDAL_RESET%"] = $_POST['new_functions_medal_reset'];
$findReplace["%NEW_FUNCTIONS_HERO_T4%"] = $_POST['new_functions_hero_t4'];
$findReplace["%NEW_FUNCTION_TRIBE_HUNS%"] = $_POST['new_function_tribe_huns'];
$findReplace["%NEW_FUNCTION_TRIBE_EGIPTEANS%"] = $_POST['new_function_tribe_egipteans'];
$findReplace["%NEW_FUNCTION_TRIBE_SPARTANS%"] = $_POST['new_function_tribe_spartans'];
$findReplace["%NEW_FUNCTION_TRIBE_VIKINGS%"] = $_POST['new_function_tribe_vikings'];
fwrite($gameConfig, str_replace(array_keys($findReplace), array_values($findReplace), $text));
+5 -1
View File
@@ -208,7 +208,11 @@ $mechs = [
'new_functions_special_medals_system' => 'Special Medals System',
'new_functions_medal_reset' => 'Medal Reset',
'new_functions_milestones' => 'Server Milestones',
'new_functions_hero_t4' => 'T4 Hero (items, adventures, auction)'
'new_functions_hero_t4' => 'T4 Hero (items, adventures, auction)',
'new_function_tribe_huns' => 'New Tribe: Huns',
'new_function_tribe_egipteans' => 'New Tribe: Egyptians',
'new_function_tribe_spartans' => 'New Tribe: Spartans',
'new_function_tribe_vikings' => 'New Tribe: Vikings'
];
foreach($mechs as $k => $l){