mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-16 02:34:54 +02:00
config update
renamed and cleaned up the settings names for easier comprehension
This commit is contained in:
@@ -84,12 +84,6 @@ $config = array(
|
||||
//'2' => 'Your Second World Name'
|
||||
),
|
||||
|
||||
// loot
|
||||
'loot_show_percentage' => true, // to true to show tooltip percent
|
||||
|
||||
// links
|
||||
'items_url' => 'https://tibia.fandom.com/wiki/', // set to website which shows details about items.
|
||||
|
||||
// images
|
||||
'outfit_images_url' => 'https://outfit-images.ots.me/outfit.php', // set to animoutfit.php for animated outfit
|
||||
'outfit_images_wrong_looktypes' => [75, 126, 127, 266, 302], // this looktypes needs to have different margin-top and margin-left because they are wrong positioned
|
||||
@@ -100,6 +94,8 @@ $config = array(
|
||||
'creature_images_url' => 'images/monsters/', // set to images/monsters if you host your own creatures in images folder
|
||||
'creature_images_extension' => '.gif',
|
||||
'creature_images_preview' => false, // set to true to allow picture previews for creatures
|
||||
'creatures_items_url' => 'https://tibia.fandom.com/wiki/', // set to website which shows details about items.
|
||||
'creature_loot_percentage' => true, // set to true to show the loot tooltip percent
|
||||
|
||||
// account
|
||||
'account_management' => true, // disable if you're using other method to manage users (fe. tfs account manager)
|
||||
|
Reference in New Issue
Block a user