资料片

【技能攻略】剑侠配置模式

2011-08-24 09:40:41

  首先打开剑侠文件,找到UserDataFree文件,打开,把里面的文件全删了,然后用你的号登陆游戏,退出后,再打开UserDataFree文件,打开里面的文件夹,找到Uiconfig文件,打开,找到37-45这几行,把ShortcutUseItem改成DirectShortcutSkill,36-44每一行都要改,保存一下,登陆剑侠后,把技能设置在Q,W,E,A,S,D,Z,X,C,这几个键上,按着哪个键就能放哪个技能了。

  例如:把轻功设在Q上,按Q键就可以使用轻功了,不用把技能设置在右键上,用鼠标右键来控制了。

  注:在默认配置下才能使用

  改前:
  36=AddCommand(“Q”,““,“ShortcutSkill(0)”)
  37=AddCommand(“W”,““,“ShortcutSkill(1)”)
  38=AddCommand(“E”,““,“ShortcutSkill(2)”)
  39=AddCommand(“A”,““,“ShortcutSkill(3)”)
  40=AddCommand(“S”,““,“ShortcutSkill(4)”)
  41=AddCommand(“D”,““,“ShortcutSkill(5)”)
  42=AddCommand(“Z”,““,“ShortcutSkill(6)”)
  43=AddCommand(“X”,““,“ShortcutSkill(7)”)
  44=AddCommand(“C”,““,“ShortcutSkill(8)”)


  改后:
  36=AddCommand(“Q”,““,“DirectShortcutSkill(0)”)
  37=AddCommand(“W”,““,“DirectShortcutSkill(1)”)
  38=AddCommand(“E”,““,“DirectShortcutSkill(2)”)
  39=AddCommand(“A”,““,“DirectShortcutSkill(3)”)
  40=AddCommand(“S”,““,“DirectShortcutSkill(4)”)
  41=AddCommand(“D”,““,“DirectShortcutSkill(5)”)
  42=AddCommand(“Z”,““,“DirectShortcutSkill(6)”)
  43=AddCommand(“X”,““,“DirectShortcutSkill(7)”)
  44=AddCommand(“C”,““,“DirectShortcutSkill(8)”)

  原文地址:http://hu.xoyo.com/space.php?uid=190685&do=blog&id=97036