键位设置失效的情况又出来了,
{Key = "NUMPADMULTIPLY", Type = "command", Value = "TOGGLERUN", Target = "player"},
{Key = "NUMPADDIVIDE", Type = "command", Value = "TOGGLEAUTORUN", Target = "player"},}
这两个键不知什么情况下失效了,需要reload....其他的键还好,全部配置如下
]]--
ShortKey.ExtFrame = {
--自定义小队窗体名称
Party = {PartyMemberFrame1,PartyMemberFrame2,PartyMemberFrame3,PartyMemberFrame4},
--自定义目标窗体名称
Target = {TargetFrame},
}
ShortKey.Config[1] = {
{Key = "W", Type = "command", Value = "MOVEFORWARD"},
{Key = "S", Type = "command", Value = "MOVEBACKWARD"},
{Key = "A", Type = "command", Value = "STRAFELEFT"},
{Key = "D", Type = "command", Value = "STRAFERIGHT"},
{Key = "B", Type = "command", Value = "OPENALLBAGS"},
}
ShortKey.Config[2] = {
Class = "獵人",
--Character = "亞馬遜獵手",
{Key = "Q", Type = "command", Value = "TARGETNEARESTENEMY", Target = "player"},
{Key = "R", Type = "command", Value = "PETATTACK", Target = "target"},
{Key = "G", Type = "item", Value = "迅捷紅色雙足飛龍", Target = "player"},
{Key = "`", Type = "spell", Value = "狂野怒火", Target = "player"},
{Key = "TAB", Type = "spell", Value = "脅迫", Target = "player"},
{Key = "SHIFT-F", Type = "spell", Value = "急速射擊", Target = "player"},
{Key = "V", Type = "spell", Value = "摔絆", Target = "target"},
{Key = "F", Type = "spell", Value = "穩固射擊", Target = "target"},
{Key = "F1", Type = "spell", Value = "自動射擊", Target = "target"},
{Key = "F2", Type = "spell", Value = "雄鷹守護", Target = "player"},
{Key = "F3", Type = "spell", Value = "獵豹守護", Target = "player"},
{Key = "F4", Type = "spell", Value = "假死", Target = "player"},
{Key = "F5", Type = "spell", Value = "靈猴守護", Target = "player"},
{Key = "F6", Type = "item", Value = "黑色塔巴克戰騎韁繩", Target = "player"},
{Key = "F7", Type = "spell", Value = "治療寵物", Target = "player"},
{Key = "F8", Type = "spell", Value = "蝮蛇守護", Target = "player"},
{Key = "F9", Type = "spell", Value = "召喚寵物", Target = "player"},
{Key = "F10", Type = "spell", Value = "復活寵物", Target = "player"},
{Key = "F11", Type = "spell", Value = "急救(大師)"},
{Key = "F12", Type = "spell", Value = "烹飪(大師)"},
{Key = "NUMPAD0", Type = "spell", Value = "追蹤野獸", Target = "player"},
{Key = "NUMPAD1", Type = "spell", Value = "追蹤人型生物", Target = "player"},
{Key = "NUMPAD2", Type = "spell", Value = "追蹤不死生物", Target = "player"},
{Key = "NUMPAD3", Type = "spell", Value = "追蹤隱藏生物", Target = "player"},
{Key = "NUMPAD4", Type = "spell", Value = "追蹤元素生物", Target = "player"},
{Key = "NUMPAD5", Type = "spell", Value = "追蹤惡魔", Target = "player"},
{Key = "NUMPAD6", Type = "spell", Value = "追蹤巨人", Target = "player"},
{Key = "NUMPAD7", Type = "spell", Value = "追蹤龍類", Target = "player"},
-- {Key = "NUMPAD8", Type = "spell", Value = "自動射擊", Target = "player"},
{Key = "NUMPAD9", Type = "spell", Value = "尋找礦物", Target = "player"},
{Key = "NUMPADPLUS", Type = "spell", Value = "工程學", Target = "player"},
{Key = "NUMPADMINUS", Type = "spell", Value = "熔煉", Target = "player"},
{Key = "NUMPADMULTIPLY", Type = "command", Value = "TOGGLERUN", Target = "player"},
{Key = "NUMPADDIVIDE", Type = "command", Value = "TOGGLEAUTORUN", Target = "player"},}