To run OpenKore you will need:
cmd
& enter. Run the following command in the cmd to clone.Note: Git required.git clone https://github.com/OpenKore/openkore.git
Server | Description | Protection | Status | Supporter |
---|---|---|---|---|
iRO | International(US) RO | EAC | Not working | N/A |
iRO-TR | International(US) RO Transcendence | EAC | Not working | N/A |
bRO | Brazil RO | EAC | Not working | N/A |
cRO | China RO | nProtect | Botable, Weekly Update | N/A |
euRO | Europe RO | Frost Security | Not working | N/A |
euRO-Prime | Europe RO (Prime) | Frost Security | Not working | N/A |
idRO | Indonesia RO | EAC | Not Working | N/A |
jRO | Japan RO | HShield | Need Verification | N/A |
kRO | Korea RO | nProtect | Need Verification | N/A |
kRO-Zero | Korea RO Zero | nProtect | Need Verification | N/A |
phRO | Philippines, Malaysia and Singapore RO | EAC | Not Working | N/A |
ruRO | Russia RO | Frost Security | Not Working | ya4ept |
ruRO-Prime | Russia RO (Prime) | Frost Security | Not Working | ya4ept |
tRO | Thailand RO | EAC | Not Working | N/A |
twRO | Taiwan RO | nProtect | Need Verification | N/A |
vRO | Vietnam RO | nProtect | Botable | ya4ept |
OpenKore is developed by a team located around the world. Check out the documentation and if necessary, submit a pull request.
Other communities or websites are not affiliated to openkore.com
This software is open source, licensed under the GNU General Public License, version 2.Basically, this means that you're free to use and allowed to modify and distribute this software.However, if you distribute modified versions, you MUST also distribute the source code.
See http://www.gnu.org/licenses/gpl.html for the full license.
节省内存,主要靠……最小化,呵呵,降低物理内存占用,提高虚拟内存占用 消耗cpu主要在4个地方: 1、主循环 2、macro插件 3、debug、benchmark 4、屏蔽没用的输出 1、主循环 openkore的config.txt里面有一项: sleepTime,这个参数控制了主流程每秒的循环次数。 默认的是10000,也就是说,每10毫秒做一次循环,检测怪物、npc、血量等等的事情。这
sudo apt-get install build-essential sudo apt-get install libreadline5-dev 下载最新的curl: http://curl.haxx.se/download.html 解压: 进到目录 ./configure make make install OVER perl openkore.pl 就可以