Changing items_control/mon_control/etc.

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
nightbaron
Noob
Noob
Posts: 11
Joined: 18 Mar 2013, 12:25
Noob?: Yes

Changing items_control/mon_control/etc.

#1 Post by nightbaron »

Is it possible to change the content of the control folder other than the config.txt, like how you change the contents of the config.txt using conf?

Thank you.

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Changing items_control/mon_control/etc.

#2 Post by Raider »

nightbaron wrote:Is it possible to change the content of the control folder other than the config.txt, like how you change the contents of the config.txt using conf?

Thank you.
You are looking for this? http://www.openkore.com/index.php/AutoConfChange

nightbaron
Noob
Noob
Posts: 11
Joined: 18 Mar 2013, 12:25
Noob?: Yes

Re: Changing items_control/mon_control/etc.

#3 Post by nightbaron »

Raider wrote: You are looking for this? http://www.openkore.com/index.php/AutoConfChange
Hello, thank you for the reply.

Just another question, will this command allow me to add/delete items from the items_control.txt using a macro? Thank you.

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Changing items_control/mon_control/etc.

#4 Post by Raider »

I don't have much experience with this command but you could try this.
Make a items_control2.txt with the items you want and place it in the control folder.

Code: Select all

autoConfChange control\items_control2.txt 

nightbaron
Noob
Noob
Posts: 11
Joined: 18 Mar 2013, 12:25
Noob?: Yes

Re: Changing items_control/mon_control/etc.

#5 Post by nightbaron »

Raider wrote:I don't have much experience with this command but you could try this.
Make a items_control2.txt with the items you want and place it in the control folder.

Code: Select all

autoConfChange control\items_control2.txt 
I see, so I still need to manually create an items_control.txt, thank you for your help.

kokal
Noob
Noob
Posts: 13
Joined: 18 Feb 2013, 17:28
Noob?: Yes

Re: Changing items_control/mon_control/etc.

#6 Post by kokal »

nightbaron wrote:Is it possible to change the content of the control folder other than the config.txt, like how you change the contents of the config.txt using conf?

Thank you.
There is an example in http://wiki.openkore.com/index.php/Macro_plugin
Please refer to "Perl Subroutines".

rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Changing items_control/mon_control/etc.

#7 Post by rocknroll »

Raider wrote:I don't have much experience with this command but you could try this.
Make a items_control2.txt with the items you want and place it in the control folder.

Code: Select all

autoConfChange control\items_control2.txt 
autoConfChange only to config, not to other file.
Sorry, my english is very bad !

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Changing items_control/mon_control/etc.

#8 Post by Raider »

rocknroll wrote:
Raider wrote:I don't have much experience with this command but you could try this.
Make a items_control2.txt with the items you want and place it in the control folder.

Code: Select all

autoConfChange control\items_control2.txt 
autoConfChange only to config, not to other file.
I see, time to make a autoMoncontrolChange and automonItemcontrolChange :)


nightbaron
Noob
Noob
Posts: 11
Joined: 18 Mar 2013, 12:25
Noob?: Yes

Re: Changing items_control/mon_control/etc.

#10 Post by nightbaron »

This is what I needed. Thank you very much.

Locked