forked from Aizendaza/Evolisca-AAC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.local.php
More file actions
86 lines (83 loc) · 4.93 KB
/
Copy pathconfig.local.php
File metadata and controls
86 lines (83 loc) · 4.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php
// place for your configuration directives, so you can later easily update myaac
$config['installed'] = true;
$config['lua']['ipOn'] = "on.evolisca.com";
$config['env'] = 'prod'; // dev or prod
$config['template'] = 'atomio';
$config['template_allow_change'] = false;
$config['mail_enabled'] = true;
$config['lua']['serverName'] = "Evolisca";
$config['server_path'] = '/home/ots/';
$config['mail_admin'] = 'support@flash-ware.com';
$config['mail_address'] = 'support@flash-ware.com';
$config['date_timezone'] = 'Europe/Berlin';
$config['client'] = '860';
$config['anonymous_usage_statistics'] = true;
$config['session_prefix'] = 'myaac_zfhvw1rq_';
$config['start-countdown'] = array(
'date' => '13.06.2025 15:00:00' // just an example
);
$config['cache_prefix'] = 'myaac_vbs4ywt6_';
$config['highscores_ids_hidden'] = array(6464, 6465, 6466, 6467, 6468);
// add attributes to be showed on website
$config['item_xml_attributes'] = [
"attack" => ['label' => 'attack', 'suffix' => ''],
"defense" => ['label' => 'defense', 'suffix' => ''],
"armor" => ['label' => 'armor', 'suffix' => ''],
"moreweaponattack" => ['label' => 'extra weapon attack', 'suffix' => ''],
"criticalhitchance" => ['label' => 'critical hit chance', 'suffix' => '%'],
"criticalhitdamage" => ['label' => 'critical hit damage', 'suffix' => '%'],
"damageincrease" => ['label' => 'damage increase', 'suffix' => '%'],
"damagereduction" => ['label' => 'damage reduction', 'suffix' => '%'],
"dodge" => ['label' => 'dodge', 'suffix' => '%'],
"damagepenetration" => ['label' => 'damage penetration', 'suffix' => '%'],
"lifeleech" => ['label' => 'life leech', 'suffix' => '%'],
"manaleech"=> ['label' => 'mana leech', 'suffix' => '%'],
"attackspeed"=> ['label' => 'attack speed', 'suffix' => '%'],
"speed" => ['label' => 'speed', 'suffix' => '', 'speed' => true],
"healthgain"=> ['label' => 'health per second', 'suffix' => ''],
"managain"=> ['label' => 'mana per second', 'suffix' => ''],
"skillsword"=> ['label' => 'melee fighting', 'suffix' => ''],
"skillclub"=> ['label' => 'wand fighting', 'suffix' => ''],
"skilldist"=> ['label' => 'distance fighting', 'suffix' => ''],
"skillshield"=> ['label' => 'shielding', 'suffix' => ''],
"magicpoints"=> ['label' => 'magic level', 'suffix' => ''],
"maxhealthpercent" => ['label' => 'max health percent', 'suffix' => '%', 'percent' => true],
"maxmanapercent" => ['label' => 'max mana percent', 'suffix' => '%', 'percent' => true],
"absorbpercentenergy"=> ['label' => 'protection energy', 'suffix' => '%'],
"absorbpercentfire"=> ['label' => 'protection fire', 'suffix' => '%'],
"absorbpercentearth"=> ['label' => 'protection earth', 'suffix' => '%'],
"absorbpercentice"=> ['label' => 'protection ice', 'suffix' => '%'],
"absorbpercentholy"=> ['label' => 'protection holy', 'suffix' => '%'],
"absorbpercentdeath"=> ['label' => 'protection death', 'suffix' => '%'],
"absorbpercentlifedrain"=> ['label' => 'protection life drain', 'suffix' => '%'],
"absorbpercentmanadrain"=> ['label' => 'protection mana drain', 'suffix' => '%'],
"absorbpercentdrown"=> ['label' => 'protection drown', 'suffix' => '%'],
"absorbpercentphysical"=> ['label' => 'protection physical', 'suffix' => '%'],
"reflectpercentall"=> ['label' => 'reflect all damage amount', 'suffix' => '%'],
"reflectpercentfire"=> ['label' => 'reflect fire damage amount', 'suffix' => '%'],
"reflectpercentice"=> ['label' => 'reflect ice damage amount', 'suffix' => '%'],
"reflectpercentholy"=> ['label' => 'reflect holy damage amount', 'suffix' => '%'],
"reflectpercentdeath"=> ['label' => 'reflect death damage amount', 'suffix' => '%'],
"reflectpercentphysical"=> ['label' => 'reflect physical damage amount', 'suffix' => '%'],
"reflectchanceall"=> ['label' => 'reflect all damage chance', 'suffix' => '%'],
"reflectchancefire"=> ['label' => 'reflect fire damage chance', 'suffix' => '%'],
"reflectchanceice"=> ['label' => 'reflect ice damage chance', 'suffix' => '%'],
"reflectchanceholy"=> ['label' => 'reflect holy damage chance', 'suffix' => '%'],
"reflectchancedeath"=> ['label' => 'reflect death damage chance', 'suffix' => '%'],
"reflectchancephysical"=> ['label' => 'reflect physical damage chance', 'suffix' => '%']
];
$config['item_extra_attributes'] = [
"attack" => ['label' => 'attack', 'suffix' => ''],
"defense" => ['label' => 'defense', 'suffix' => ''],
"armor" => ['label' => 'armor', 'suffix' => ''],
"moreweaponattack" => ['label' => 'extra weapon attack', 'suffix' => ''],
"criticalhitchance" => ['label' => 'critical hit chance', 'suffix' => '%'],
"criticalhitdamage" => ['label' => 'critical hit damage', 'suffix' => '%'],
"damageincrease" => ['label' => 'damage increase', 'suffix' => '%'],
"damagereduction" => ['label' => 'damage reduction', 'suffix' => '%'],
"dodge" => ['label' => 'dodge', 'suffix' => '%'],
"damagepenetration" => ['label' => 'damage penetration', 'suffix' => '%'],
"lifeleech" => ['label' => 'life leech', 'suffix' => '%'],
"manaleech"=> ['label' => 'mana leech', 'suffix' => '%']
];