please teach me on how to config my BOT that it will automatically relog if he sees an aggressive monster?
thanks a lot guys more powers!





Moderator: Moderators
dracus_loki wrote:This can be written in many ways as per usage .... In this condition I'll take it that ur hitting in some specific field and U know the aggressive monsters there so that list can be compiled...heres one crude way ...
Automacro a1 {
Console /monster <name of the aggressive | 2nd name l 3rd name attacks you/i
Call b1
}
Macro b1 {
do is Fly Wing ##### to use fly wing
}
I hope this will help...
is it fine if i change the Do relog 60 -> Do relog 15? because its a bit long =]]dracus_loki wrote:Automacro pos {
Console /neraid attacks you/i ##see if the name is spelled correctly
Call {
Do relog 60 ## 60 sec relog
}
Timeout 10
}
please read manual firstbellemund12 wrote:Guys im just newbie in using OPENKORE BOT, but then i have learn little by little. Just a quick question guys,
please teach me on how to config my BOT that it will automatically relog if he sees an aggressive monster?
thanks a lot guys more powers!![]()
![]()
![]()
![]()
Code: Select all
automacro dcMoreAgg {
aggressives >= 1
timeout 10
call {
do relog 30
}
}
because he put timeout after '}' maybebellemund12 wrote:Is this an error or this is just normal?
control\macros.txt: ignoring line 'Automacro pos {' (munch, munch, strange block)
control\macros.txt: ignoring '}' (munch, munch, strange food)
help help help ! ! !
Code: Select all
automacro dcOnScreen {
monster Neraid
timeout 10
call {
do relog 15
}
}