cmdOnLogin by Hakore

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
Noob
Posts: 1
Joined: 01 May 2008, 09:14
Noob?: No

cmdOnLogin by Hakore

#1 Post by just2help »

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
Noob
Posts: 5
Joined: 04 Aug 2008, 22:42
Noob?: Yes

Re: cmdOnLogin by Hakore

#2 Post by Green_Man »

Thanks for the plugin it fucking owns :D

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
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: cmdOnLogin by Hakore

#3 Post by Mushroom »

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
Noob
Posts: 5
Joined: 04 Aug 2008, 22:42
Noob?: Yes

Re: cmdOnLogin by Hakore

#4 Post by Green_Man »

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
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: cmdOnLogin by Hakore

#5 Post by Technology »

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
Noob
Posts: 5
Joined: 04 Aug 2008, 22:42
Noob?: Yes

Re: cmdOnLogin by Hakore

#6 Post by Green_Man »

auto loot item
kopenko
Noob
Noob
Posts: 1
Joined: 12 Sep 2008, 01:02
Noob?: Yes

Re: cmdOnLogin by Hakore

#7 Post by kopenko »

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
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: cmdOnLogin by Hakore

#8 Post by Technology »

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
Noob
Posts: 19
Joined: 14 Dec 2008, 06:07
Noob?: Yes

Re: cmdOnLogin by Hakore

#9 Post by deeh16 »

@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
Image
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: cmdOnLogin by Hakore

#10 Post by Mushroom »

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.