Using openkore.pl to do multiple bots

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Using openkore.pl to do multiple bots

#1 Post by gamenikko »

I wrote a plugin that needed WWW:Mechanize,
so I used openkore.pl instead,
but the problem is, it seems that:

Code: Select all

-control="" or --control=""
added to a shortcut doesnt work,

Code: Select all

C:/..../openkore.pl -control="foobar"
do I need to do something else?
Because it still targets the default control folder.
Thanks in advance :)


EDIT:
SOLVED:

If you ever ecounter the same problem,
openkore.pl wont working by just editing the shortcut,

you should do

Code: Select all

perl openkore.pl --control=customControl
Just like old times.