7月16日更新
更新至支持5.4版本;
ShotGlass是一款轻量级的方格式团队框体。该插件并没有使用库文件,所以大家可以使用该插件开学习如何设置属于自己的轻量级团队框体。
主要功能:
治疗预估:正在施放的治疗所产生的治疗量会以半透明的血量条在血条上显示。
BUFF/DEBUFF指示::在每个框体的顶部边缘,会有三个圆形的指示器。在底部边缘,会有三个三角形的指示器。
仇恨监视::当玩家成为仇恨目标时,他的框体会呈现红色边框。
距离检测: 距离较远的玩家的框体会缩小。
法力::只监视法力情况;怒气、符文、能量等并不会显示。
ShotGlass常用命令(不区分大小写):
/shotglass or /shotglass toggle 切换拖拽点的开/关状态
/shotglass scale [number] 设置框体范围。默认为1.
/shotglass order {right|left} 设置框体显示的方向。
/shotglass hide 隐藏框体。
/shotglass show 显示框体。
/shotglass show player 切换框体中是否包括玩家本人。
/shotglass show solo 切换是否仅在团队中显示ShotGlass框体。
/shotglass show party 切换是否在队伍中显示ShotGlass框体。
/shotglass show raid 切换是否在团队中显示ShotGlass框体。
/shotglass setpoint [x-pos] [y-pos] 改变描点的位置,参数分别为x,y。默认范围是0-260.
以下是代码修改例子
External Aura Configuration
I've included my own configuration with the current package. Feel free to use those files as a template for your own customization.
Basically, the configuration file is an addon with " Dependencies: ShotGlass" in the TOC file. Then, you can access the TrackedAuras table from your own LUA file.
Example:
Code:
local TrackedAuras = ShotGlassRaidFrames.TrackedAuras
TrackedAuras[GetSpellInfo(774)] = {position = 1, color = {r = .8,g = 0, b = .8, a = 1},} Rejuvenation
The "Addon" button on your Character Selection Screen will allow you to Enable or Disable the Aura List for each character.
7月16日更新
更新至支持5.4的最新版本;
1月30日更新
更新至支持5.1.0的最新版本;
9月13日更新
更新至支持5.0.4的最新版本;
1月17日更新
更新至支持4.3的2.3版本;
12月12日更新
更新至支持4.3的2.0版本;
该版本新增了牧师和德鲁伊配置文件作为辅助;
8月9日更新
重新上传4.1.0版本,修正了国服的姓名乱码问题;
8月2日更新
上传4.1.0版本与4.2.0版本;