What's the command line parameter for macros.txt?

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
ragnamuffin
Noob
Noob
Posts: 16
Joined: 23 May 2011, 22:31
Noob?: Yes

What's the command line parameter for macros.txt?

#1 Post by ragnamuffin »

Am running Multiple Bots w/ same exe and wanted to know the command line parameter for macros.txt so i can have different macro sets for different bots.

PowerStrike
Noob
Noob
Posts: 9
Joined: 11 May 2011, 22:16
Noob?: Yes

Re: What's the command line parameter for macros.txt?

#2 Post by PowerStrike »

Macros.txt is a control folder file, so you just need to create a different folder for each bot.

ragnamuffin
Noob
Noob
Posts: 16
Joined: 23 May 2011, 22:31
Noob?: Yes

Re: What's the command line parameter for macros.txt?

#3 Post by ragnamuffin »

err.. bump? anyone?

kabayongtao
Noob
Noob
Posts: 8
Joined: 28 Jul 2011, 09:35
Noob?: No

Re: What's the command line parameter for macros.txt?

#4 Post by kabayongtao »

Refer to this page.

Code: Select all

D:\Kore\start.exe --items_control=control\items_control_0.txt
If I were to make a guess, probably it'll look something like this.

Code: Select all

D:\Kore\start.exe --macros=control\macros_1.txt

ragnamuffin
Noob
Noob
Posts: 16
Joined: 23 May 2011, 22:31
Noob?: Yes

Re: What's the command line parameter for macros.txt?

#5 Post by ragnamuffin »

kabayongtao wrote: If I were to make a guess, probably it'll look something like this.

Code: Select all

D:\Kore\start.exe --macros=control\macros_1.txt
i tried that.. it doesn't work, that's why i asked here

PowerStrike
Noob
Noob
Posts: 9
Joined: 11 May 2011, 22:16
Noob?: Yes

Re: What's the command line parameter for macros.txt?

#6 Post by PowerStrike »

From the Wiki:
Kore Wiki wrote: --control=path
--tables=path
--logs=path
--plugins=path
--fields=path
--config=path\file
--mon_control=path\file
--items_control=path\file
--pickupitems=path\file
--chat=path\file
--shop=path\file
--monsters=path\file
--items=path\file
You can make it as my previous post ou try this:

Code: Select all

D:\Kore\start.exe --control=control\macros_1.txt;<another_path>
putting your macros.txt inside the another folder.
Last edited by PowerStrike on 06 Aug 2011, 12:48, edited 1 time in total.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: What's the command line parameter for macros.txt?

#7 Post by EternalHarvest »

Where you've found --macros in this citation? It won't work because there's no such option.

Use --control or macro_file config option.

ragnamuffin
Noob
Noob
Posts: 16
Joined: 23 May 2011, 22:31
Noob?: Yes

Re: What's the command line parameter for macros.txt?

#8 Post by ragnamuffin »

macro file config option? where can i find that?

PowerStrike
Noob
Noob
Posts: 9
Joined: 11 May 2011, 22:16
Noob?: Yes

Re: What's the command line parameter for macros.txt?

#9 Post by PowerStrike »

EternalHarvest wrote:Where you've found --macros in this citation? It won't work because there's no such option.

Use --control or macro_file config option.

Oops! In fact I knew it, I just copied and pasted without checking...

Locked