- Enemies display now shows damage taken instead of damage done.

- Tooltip for enemies display now also show damage and healing done by the enemy.
- Added an option under miscellaneous to show neutral and hostile creatures on damage taken display.
This commit is contained in:
Tercio
2015-02-05 16:19:27 -02:00
parent 31145e54b5
commit 43996cf0d7
6 changed files with 172 additions and 78 deletions
+2 -1
View File
@@ -835,12 +835,13 @@ local default_profile = {
--> PvP
only_pvp_frags = false,
--> window size
--> window settings
max_window_size = {width = 480, height = 450},
new_window_size = {width = 320, height = 130},
window_clamp = {-8, 0, 21, -14},
disable_window_groups = false,
disable_reset_button = false,
damage_taken_everything = false,
--> segments
segments_amount = 12,