由 |
大大發表的 |
问题1,中文版的不自动输入密码: |
那是因为识别不了中文版密码输入的界面,所以BOT不输入,一般的解决办法是: |
打开 scripts/libs/controlInfo.ntl文件,找到如下语句 |
this.controls.login.location = [ |
this.controls.login.textBox.accountName, |
this.controls.login.editBox.password, |
this.controls.login.editBox.accountName, |
this.controls.login.button.logIn, |
]; |
修改成 |
this.controls.login.location = [ |
//this.controls.login.textBox.accountName, |
this.controls.login.editBox.password, |
this.controls.login.editBox.accountName, |
this.controls.login.button.logIn, |
]; |
就是多加了两个斜杠。 我试了,原来就是加了的,也不是这个问题 |
欢迎光临 战网中国 (http://battlecn.net/) | Powered by Discuz! X3.1 |