Auto Relog Bot Macro

International

Moderator: Moderators

bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Auto Relog Bot Macro

#1 Post by bellemund12 »

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! :lol: :lol: :lol: :lol: :lol:
dracus_loki
Human
Human
Posts: 29
Joined: 13 Jul 2012, 06:32
Noob?: Yes

Re: Auto Relog Bot Macro

#2 Post by dracus_loki »

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...
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: Auto Relog Bot Macro

#3 Post by bellemund12 »

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...


ops i forgot to mention that i'm playing NEW IRIS SERVER which is no teleport / no b.wing

and also where can i put that script ? so sorry for being noob :D
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: Auto Relog Bot Macro

#4 Post by bellemund12 »

Hi dude thanks for your reply but can you do it simple

im botting in beach_dun3 (thara frog)

but then some aggresive neraid try to kill my bot

can you help me how to make my bot relog 10 - 15 secs if he sees neraid?


thanks
dracus_loki
Human
Human
Posts: 29
Joined: 13 Jul 2012, 06:32
Noob?: Yes

Re: Auto Relog Bot Macro

#5 Post by dracus_loki »

Automacro pos {

Console /neraid attacks you/i ##see if the name is spelled correctly
Call {

Do relog 60 ## 60 sec relog

}
Timeout 10
}
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: Auto Relog Bot Macro

#6 Post by bellemund12 »

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
}
is it fine if i change the Do relog 60 -> Do relog 15? because its a bit long =]]
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: Auto Relog Bot Macro

#7 Post by bellemund12 »

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 ! ! !
rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: Auto Relog Bot Macro

#8 Post by rocknroll »

bellemund12 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! :lol: :lol: :lol: :lol: :lol:
please read manual first :)

Code: Select all

automacro dcMoreAgg {
 aggressives >= 1
 timeout 10
 call {
	do relog 30
	}
}
bellemund12 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 ! ! !
because he put timeout after '}' maybe :lol:
this mine

Code: Select all

automacro dcOnScreen {
 monster Neraid
 timeout 10
 call {
	do relog 15
	}
}
Sorry, my english is very bad !
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: Auto Relog Bot Macro

#9 Post by bellemund12 »

great dude! i think its working now, all i have to do is to wait for Neraid to come and check if it will totally work =]]

btw, is it working in your bot?
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: Auto Relog Bot Macro

#10 Post by bellemund12 »

omg it seems like its having problem right now,

i use this as what you have told

automacro dcOnScreen {
monster neraid
timeout 10
call {
do relog 15
}
}

but it keeps on relogging from time to time without neraid

You are now: Pecopeco
You are now: look: Pecopeco
[macro] automacro dcOnScreen triggered.
Disconnecting (202.57.117.51:5000)...disconnected
Relogging in 15 seconds...
All Players ignored
Party EXP set to Even Share
Party EXP set to Even Share

its always relogging, please help may somethings wrong