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
just2help
Noob
Posts: 1 Joined: 01 May 2008, 09:14
Noob?: No
#1
Post
by just2help » 01 May 2008, 09:20
cmdOnLogin by Hakore
Use defined commands when the bot login into the game.
How to use :
1) Place the file in the plugins folder in the openkore folder, if the folder doesn't exist create one.
2) In control/config.txt add commands that you want your kore to do. Multiple commands should be separated with
;; .
Code: Select all
cmdOnLogin c @autoloot
or
cmdOnLogin c @autoloot;;c Autoloot is on
SVN checkout
Code: Select all
https://openkore.svn.sourceforge.net/svnroot/openkore/plugins/cmdOnLogin/trunk/cmdOnLogin.pl
http://sourceforge.net/p/openkore/code/HEAD/tree/plugins/cmdOnLogin/trunk/
The forum is not letting me attach files, so I had to upload on megaupload. There should be somewhere better, but for now let's keep with it.
Last edited by 4epT on 26 Mar 2014, 03:15, edited 3 times in total.
Reason: Changing download link, old one was dead.
Green_Man
Noob
Posts: 5 Joined: 04 Aug 2008, 22:42
Noob?: Yes
#2
Post
by Green_Man » 09 Sep 2008, 17:22
Thanks for the plugin it fucking owns
OK, I got it to work but is there a way to use multiple commands like I wanna type in cmdOnLogin c @autoloot 1 and
cmdOnLogin c @ali pearl
is how i have it in config
######## Main configuration ########
cmdOnLogin c @ali Pearl
cmdOnLogin c @autoloot 1
Mushroom
Perl Monk
Posts: 427 Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil
#3
Post
by Mushroom » 09 Sep 2008, 18:02
You can use this
Code: Select all
In config.txt
cmdOnLogin macro start
In macros.txt
macro start {
do c @autoloot 1
pause 1
do c @ali pearl
}
Use your imagination
Quit.
Green_Man
Noob
Posts: 5 Joined: 04 Aug 2008, 22:42
Noob?: Yes
#4
Post
by Green_Man » 09 Sep 2008, 18:12
Mushroom wrote: You can use this
Code: Select all
In config.txt
cmdOnLogin macro start
In macros.txt
macro start {
do c @autoloot 1
pause 1
do c @ali pearl
}
Use your imagination
oh neat thanks bro kinda new to the whole botting than
I wish i had a hard copy print of the plugin manual so i could read it on the can
Technology
Super Moderators
Posts: 801 Joined: 06 May 2008, 12:47
Noob?: No
#5
Post
by Technology » 09 Sep 2008, 19:23
Or, if you don't want to load the whole macro plugin, this is the proper way to do it:
cmdOnLogin c @autoloot 1;;c @ali pearl
btw, what is @ali pearl ?
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...
Mount Doom awaits us, fellowship of OpenKore!
Green_Man
Noob
Posts: 5 Joined: 04 Aug 2008, 22:42
Noob?: Yes
#6
Post
by Green_Man » 09 Sep 2008, 19:40
auto loot item
kopenko
Noob
Posts: 1 Joined: 12 Sep 2008, 01:02
Noob?: Yes
#7
Post
by kopenko » 12 Sep 2008, 01:05
Hello, I'm new here...
Good plugin, I needed it. However, I also need something to detect a DISCONNECTION, exactly like this one does with logins, but I don't know anything about hooks or perl and wouldn't know how to start. Is this possible?
Technology
Super Moderators
Posts: 801 Joined: 06 May 2008, 12:47
Noob?: No
#8
Post
by Technology » 27 Oct 2008, 14:59
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...
Mount Doom awaits us, fellowship of OpenKore!
deeh16
Noob
Posts: 19 Joined: 14 Dec 2008, 06:07
Noob?: Yes
#9
Post
by deeh16 » 11 Jan 2009, 05:54
@green_man
Code: Select all
In config.txt
cmdOnLogin macro start
In macros.txt
macro start {
do c @autoloot 1
pause 1
do c @ali pearl
}
ive tried this code but nothing happened..
im using 1.9.2 openkore
Mushroom
Perl Monk
Posts: 427 Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil
#10
Post
by Mushroom » 11 Jan 2009, 13:45
im using 1.9.2 openkore
Do we need to say what the problem is?
If you think so, what about trying to use the SVN version?
Quit.