我在用鼠标按键绑定队友时有效 队友框为PartyMemberFrameX
现在我想把鼠标按键绑定在从团队筐里拖出来的团队成员上
用插件看了他们的名字叫 RaidPullout1Button1 绑定后无效果 是不是因为他们不是Frame的原因啊
发下我的战士配置吧 貌似有人要
ShortKey.Config[5] = {
Class = "战士",
----Character = "恨天无名",
{Key = "E", Type = "spell", Value = "压制", Target = "target", Condition = "stance-1"},
{Key = "E", Type = "spell", Value = "战斗姿态", Target = "player", Condition = "stance-2"},
{Key = "E", Type = "spell", Value = "战斗姿态", Target = "player", Condition = "stance-3"},
{Key = "F", Type = "spell", Value = "防御姿态", Target = "player", Condition = "stance-1"},
{Key = "F", Type = "spell", Value = "盾牌格挡", Target = "player", Condition = "stance-2"},
{Key = "F", Type = "spell", Value = "防御姿态", Target = "player", Condition = "stance-3"},
{Key = "R", Type = "spell", Value = "狂暴姿态", Target = "player", Condition = "stance-1"},
{Key = "R", Type = "spell", Value = "狂暴姿态", Target = "player", Condition = "stance-2"},
{Key = "R", Type = "spell", Value = "拳击", Target = "target", Condition = "stance-3"},
{Key = "1", Type = "macro", Value = "/startattack\n/cast 致死打击", Target = "target",},
{Key = "2", Type = "macro", Value = "/startattack\n/cast 撕裂", Target = "target", Condition = "stance-1"},
{Key = "2", Type = "macro", Value = "/startattack\n/cast 撕裂", Target = "target", Condition = "stance-2"},
{Key = "2", Type = "macro", Value = "/startattack\n/cast 旋风斩", Target = "target", Condition = "stance-3"},
{Key = "3", Type = "macro", Value = "/startattack\n/cast 断筋", Target = "target", Condition = "stance-1"},
{Key = "3", Type = "macro", Value = "/startattack\n/cast 缴械", Target = "target", Condition = "stance-2"},
{Key = "3", Type = "macro", Value = "/startattack\n/cast 断筋", Target = "target", Condition = "stance-3"},
{Key = "4", Type = "macro", Value = "/startattack\n/cast 英勇打击", Target = "target", Condition = "stance-1"},
{Key = "4", Type = "macro", Value = "/startattack\n/cast 复仇", Target = "target", Condition = "stance-2"},
{Key = "4", Type = "macro", Value = "/startattack\n/cast 狂暴之怒", Condition = "stance-3"},
{Key = "5", Type = "macro", Value = "/startattack\n/cast 雷霆一击", Condition = "stance-1"},
{Key = "5", Type = "macro", Value = "/startattack\n/cast 雷霆一击", Condition = "stance-2"},
{Key = "5", Type = "macro", Value = "/startattack\n/cast 英勇打击", Target = "target", Condition = "stance-3"},
{Key = "Q", Type = "macro", Value = "/startattack\n/cast 冲锋", Target = "target", Condition = "stance-1"},
{Key = "Q", Type = "macro", Value = "/startattack\n/cast [target=target,help]援护;[target=targettarget,help]援护", Condition = "stance-2"},
{Key = "Q", Type = "macro", Value = "/startattack\n/cast 拦截", Target = "target", Condition = "stance-3"},
{Key = "BUTTON3", Type = "spell", Value = "血性狂暴"},
{Key = "SHIFT-BUTTON3", Type = "spell", Value = "感知"},
{Key = "MOUSEWHEELUP", Type = "spell", Value = "投掷", Target = "target"},
{Key = "MOUSEWHEELDOWN", Type = "spell", Value = "刺耳怒吼", Target = "target"},
{Key = "SHIFT-MOUSEWHEELUP", Type = "macro", Value = "/use 13", Target = "player"},
{Key = "SHIFT-MOUSEWHEELDOWN", Type = "macro", Value = "/use 14", Target = "player"},
{Key = "ALT-MOUSEWHEELUP", Type = "spell", Value = "死亡之愿", Target = "target"},
{Key = "ALT-MOUSEWHEELDOWN", Type = "spell", Value = "破胆怒吼", Target = "target"},
{Key = "Z", Type = "spell", Value = "乘胜追击", Target = "target"},
{Key = "~", Type = "spell", Value = "猛击", Target = "target"},
{Key = "X", Type = "spell", Value = "顺劈斩", Target = "target"},
{Key = "C", Type = "macro", Value = "/stopcasting\n/use [nocombat]黑色军用座虎缰绳\n/cast [combat,stance:1]斩杀\n/cast [combat,stance:3]斩杀\n/cast [combat,stance:2]狂暴姿态", Smart = ture},
{Key = "SHIFT-C", Type = "item", Value = "黑色军用座虎缰绳", Target = "player"},
{Key = "T", Type = "spell", Value = "挫志怒吼", Target = "target"},
{Key = "G", Type = "macro", Value = "/cast [nostance:3]法术反射\n/cast [stance:3]防御姿态", Smart = ture},
{Key = "ALT-1", Type = "item", Value = "厚灵纹布绷带", Target = "player"},
{Key = "SHIFT-R", Type = "spell", Value = "战斗怒吼", Target = "player"},
{Key = "SHIFT-F", Type = "spell", Value = "命令怒吼", Target = "player"},
}