Results 1 to 1 of 1
  1. #1
    marlberm2014
    marlberm2014 is offline
    Guest marlberm2014's Avatar
    Join Date
    2013 Dec
    Location
    Philippines
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Post 2 Click/Enter to run multiple openkore bots

    In line with the other tutorial Multiple Bot in 1 Openkore (Português / English), I have created a more easy way to run multiple bots in just a double click or enter.

    What will you need:
    1. Windows OS
    2. Openkore
    3. Different config folder for each bot and different logs if you like


    What will help you understand this more:
    1. Knowledge in batch file programming (*.bat)


    You can download the openkore here h-t-t-p-:-/-/-c-o-l-l-e-c-t-s-k-i-n-.-c-o-m-/-o-p-e-n-k-o-r-e-/ (remove the dash, I have no privilege yet)

    Okay, so we need to know where did you put the openkore folder and where did you put the config files. For my case this is my folder structure

    D:\openkore
    '-> config
    '->first
    '->second
    '->third
    '->Kore (this is where all the openkore functionality is located)
    '->logs
    '->first
    '->second
    '->third

    If you are running your openkore in windows vista or higher:

    create a new text file inside the kore folder, and change its extension to .bat in my case I named it batch_one.bat
    inside the batch_one.bat, add this lines:
    start D:\openkore\Kore\start.exe --control="D:\openkore\config\first"
    start D:\openkore\Kore\start.exe --control="D:\openkore\config\second"
    start D:\openkore\Kore\start.exe --control="D:\openkore\config\third"

    additionally, if you want separate folder for your logs

    start D:\openkore\Kore\start.exe --control="D:\openkore\config\first" --logs="D:\openkore\logs\first"
    start D:\openkore\Kore\start.exe --control="D:\openkore\config\second" --logs="D:\openkore\logs\second"
    start D:\openkore\Kore\start.exe --control="D:\openkore\config\third" --logs="D:\openkore\logs\third"

    Then save it. This will fail if you create it anywhere because of some annoying windows security feature. You can use relative address inside the bat file if you like, but I prefer to use absolute to prevent loading wrong config (since I usually versioned my configs)

    If you are running your openkore in windows xp, you can create the batch file anywhere you like.

    Hope this will help other people.

Similar Threads

  1. Hello, EveryOne (No One enter) !
    By ramiro2016 in forum Introduction / Say 'Hello'
    Replies: 0
    Last Post: 2015-06-19, 06:19 PM
  2. About to enter the forum.
    By vingadorast in forum Português
    Replies: 0
    Last Post: 2013-11-24, 02:52 AM
  3. [Tutorial] Multiple Bot in 1 Openkore (Português / English)
    By Diego Games in forum Ragnarok Online
    Replies: 0
    Last Post: 2013-05-20, 07:46 PM
  4. Replies: 0
    Last Post: 2013-04-01, 12:04 PM
  5. [Help] Qual melhor programa para criar bots?\What is the best program to create bots?
    By gusdnide in forum Aika Bots, Hacks, Cheats
    Replies: 1
    Last Post: 2013-01-24, 03:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •