it worked
btw
is it posible to use both
@autoloot
and
@pk
at the same time...???
cmdOnLogin by Hakore
Moderator: Moderators
-
- Perl Monk
- Posts: 427
- Joined: 04 Apr 2008, 14:04
- Noob?: No
- Location: Brazil
Re: cmdOnLogin by Hakore
Quit.
-
- Noob
- Posts: 19
- Joined: 14 Dec 2008, 06:07
- Noob?: Yes
Re: cmdOnLogin by Hakore
ive tried it but nothing happend..Code:
cmdOnLogin c @autoloot;;c @pk
hmmm only the autolootitem works..
but the pk..it dosent work..
proof:
ive lock map my bot so it will not go other place..
and also get my main char in the same time..
and i attacked the bot...
booom it hit..^^
hmmm btw im using 1.9.2...^^??
-
- Noob
- Posts: 19
- Joined: 14 Dec 2008, 06:07
- Noob?: Yes
Re: cmdOnLogin by Hakore
booomm!!!
sorry for flooding...
btw thx mushroom
ive just made a little experiment and little changes..
booomm..
it worked^^
many thx^^
sorry for flooding...
btw thx mushroom
ive just made a little experiment and little changes..
booomm..
it worked^^
many thx^^
-
- Noob
- Posts: 1
- Joined: 08 May 2009, 02:42
- Noob?: Yes
Re: cmdOnLogin by Hakore
plugin file cant be downloaded anymore.... i cant make the cmdOnLogin work....
-
- Noob
- Posts: 1
- Joined: 29 May 2009, 22:42
- Noob?: Yes
Re: cmdOnLogin by Hakore
Yupo same here I cant download the file anymore. Pls help
*did some research (again!) and found out the real link to the file.
Here's the real link (old forum)
http://bibian.ath.cx/openkore/viewtopic ... cmdonlogin
hope it helps
*did some research (again!) and found out the real link to the file.
Here's the real link (old forum)
http://bibian.ath.cx/openkore/viewtopic ... cmdonlogin
hope it helps
-
- Noob
- Posts: 18
- Joined: 06 Dec 2009, 04:52
- Noob?: No
Re: cmdOnLogin by Hakore
It might be just easier making a macro instead of using this plugin.
Code: Select all
automacro Start {
hook in_game
call {
do c @autoloot
}
}