@command on startup @autoloot / SOLVED

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Andra
Noob
Noob
Posts: 7
Joined: 11 May 2008, 05:17
Noob?: No

@command on startup @autoloot / SOLVED

#1 Post by Andra »

Found much about in Forum! But nothing that helped me like it should. everything is full of dead ends.

Best answer i found to this Topic is :
Three ways :
Plugin cmdOnLogin
Macro
doCommand


But i cant find a Download for the Plugin named cmdOnLogin. Anyone got a new Link?
Do i need a Macroplugin for docommands?
Where do i write doCommands at?


Actually iam clueless Forum got a big Macrobase but i just wasted Time till now :/
Last Time i botted there where alot of more Stuff build into Kore. Like a map overview list of looted Items ad also some Plugins. Maybe i added em myself and just dont remember it :D

Is there a way to type through core in ragnarokchat? A: yes lol with a c in front " C msg"
Last edited by Andra on 28 Dec 2012, 14:16, edited 1 time in total.
The bigger a Signature is the smaller is the Penis and the BrainJoin the fight against large Signatures! Don't be dumb have a brainsized Dick!!!
Andra
Noob
Noob
Posts: 7
Joined: 11 May 2008, 05:17
Noob?: No

Re: @command on startup. Plugin Download or Comandhelp?

#2 Post by Andra »

from the Web i found a macro for Loot:

automacro loot {
console /Other players are not allowed to view your Equipment./i
run-once 1
call autoloot
}

macro autoloot {
do c @autoloot
}

weird that there is more to get about it than from a forumseach here :O
just need to make the macro plugin run
http://www.openkore.com/index.php/Macro_plugin have some informations but the download is a bit scary :P

guys the macro itself works! at Macroplugin instal i just ignored versionsnumber folders oder trunkfolders and just installed t in a macro folder and it worked.
The bigger a Signature is the smaller is the Penis and the BrainJoin the fight against large Signatures! Don't be dumb have a brainsized Dick!!!
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: @command on startup @autoloot / SOLVED

#3 Post by SkylorD »

Learn rules
Andra
Noob
Noob
Posts: 7
Joined: 11 May 2008, 05:17
Noob?: No

Re: @command on startup @autoloot / SOLVED

#4 Post by Andra »

Hell a Link :D

thank you mate!

My Macro didnt work right every mapswitch it did the @autoloot again.
This works better cause mainchat only activate on login :

automacro loot {
console /Main chat has been activated./i
delay 5
call autoloot
}
macro autoloot {
do c @autoloot
}
The bigger a Signature is the smaller is the Penis and the BrainJoin the fight against large Signatures! Don't be dumb have a brainsized Dick!!!
Vanillalight
Noob
Noob
Posts: 18
Joined: 27 May 2013, 05:40
Noob?: Yes

Re: @command on startup @autoloot / SOLVED

#5 Post by Vanillalight »

can someone post the full macros command for @autoloot when log-in?