又出问题了。。。
设置:
{Key = "E", Type = "spell", Value = "心灵尖啸"},
{Key = "ALT-E", Type = "spell", Value = "快速治疗", Target = "player"},
{Key = "SHIFT-E", Type = "spell", Value = "快速治疗", Target = "target"},
{Key = "Q", Type = "spell", Value = "驱散魔法", Target = "target"},
{Key = "ALT-Q", Type = "spell", Value = "驱散魔法", Target = "player"},
{Key = "SHIFT-Q", Type = "spell", Value = "驱除疾病", Target = "target"},
{Key = "R", Type = "spell", Value = "神圣之火", Target = "target"},
{Key = "SHIFT-R", Type = "spell", Value = "治疗祷言(等级 1)"},
{Key = "ALT-R", Type = "spell", Value = "治疗祷言"},
{Key = "G", Type = "spell", Value = "法力燃烧", Target = "target"},
{Key = "ALT-G", Type = "spell", Value = "强效治疗术", Target = "player"},
{Key = "SHIFT-G", Type = "spell", Value = "强效治疗术", Target = "target"},
{Key = "F", Type = "spell", Value = "射击", Target = "target"},
{Key = "SHIFT-F", Type = "spell", Value = "渐隐术", Target = "player"},
完全没问题
但是在这段后面加上
{Key = "C", Type = "spell", Value = "噬灵瘟疫", Target = "target"},
{Key = "X", Type = "spell", Value = "能量灌注", Target = "target"},
{Key = "ALT-X", Type = "spell", Value = "能量灌注",Traget = "player"},
后,所有的设定都么反映了。。是不是设置了太多了的关系。。
同时:
{Key = "ALT-1", Type = "spell", Value = "强效治疗术(等级 1)", Target = "player"},
{Key = "SHIFT-1", Type = "spell", Value = "强效治疗术(等级 1)", Target = "target"},
在游戏里无效。。是不是1234这些按键,不能设置ALT SHIFT之类的?
抱歉大大,本人比较菜。。。。。。