plugin to run other bots when pmed.

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
Formzero
Noob
Noob
Posts: 3
Joined: 03 Apr 2013, 04:39
Noob?: Yes

plugin to run other bots when pmed.

#1 Post by Formzero »

hi, is it possible for openkore to run other bots on the drive when PMed like run bot1? thanks in advance..

iMikeLance
Moderators
Moderators
Posts: 208
Joined: 01 Feb 2010, 17:37
Noob?: No
Location: Brazil - MG
Contact:

Re: plugin to run other bots when pmed.

#2 Post by iMikeLance »

Formzero wrote:hi, is it possible for openkore to run other bots on the drive when PMed like run bot1? thanks in advance..
use macro plugin in order to trigger with pms then:
macro runbot {
do eval system("C:/openkoreexample/start.exe")
}

Formzero
Noob
Noob
Posts: 3
Joined: 03 Apr 2013, 04:39
Noob?: Yes

Re: plugin to run other bots when pmed.

#3 Post by Formzero »

have tried but it will not run bot #2 but instead it will rerun itself even if i specified the directory.

automacro runBot {
pm /run2/
call bot2
}

macro bot2 {
do eval system ("D:/Bot2/start.exe")
}

thanks for the quick reply..any help i can get?

Post Reply