- Added Cyclone to crowd control.

- Added new Auto Run script: on enter or leave group.
This commit is contained in:
Tercio
2018-07-20 18:23:25 -03:00
parent dae28af236
commit 2526d8802d
7 changed files with 22 additions and 5 deletions
+1
View File
@@ -1342,6 +1342,7 @@ local default_global_data = {
["on_init"] = "\n-- code to run when Details! initializes, put here code which only will run once\n-- this also will run then the profile is changed\n\n--size of the death log tooltip in the Deaths display (default 350)\nDetails.death_tooltip_width = 350;\n\n--when in arena or battleground, details! silently switch to activity time (goes back to the old setting on leaving, default true)\nDetails.force_activity_time_pvp = true;\n\n--speed of the bar animations (default 33)\nDetails.animation_speed = 33;\n\n--threshold to trigger slow or fast speed (default 0.45)\nDetails.animation_speed_mintravel = 0.45;\n\n--call to update animations\nDetails:RefreshAnimationFunctions();\n\n--max window size, does require a /reload to work (default 480 x 450)\nDetails.max_window_size.width = 480;\nDetails.max_window_size.height = 450;\n\n--use the arena team color as the class color (default true)\nDetails.color_by_arena_team = true;\n\n--use the role icon in the player bar when inside an arena (default false)\nDetails.show_arena_role_icon = false;\n\n--how much time the update warning is shown (default 10)\nDetails.update_warning_timeout = 10;",
["on_leavecombat"] = "\n-- this code runs when the player leave combat",
["on_entercombat"] = "\n-- this code runs when the player enters in combat",
["on_groupchange"] = "\n-- this code runs when the player enter or leave a group",
},
--> plater integration