bot not using potions and sitting?

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

Message
Author
proxin
Noob
Noob
Posts: 8
Joined: 12 Apr 2011, 20:52
Noob?: Yes

bot not using potions and sitting?

#1 Post by proxin »

I just started using Open kore but I cant find anything relating to this on how to get it to work...

I log in and he starts killing but doesn't ignore hard monsters and doesnt potion when low and when he dies he just sits in town... how do I get it to go back and actually use potions and ignore creamies and stuff?

Thanks~ Even if you can direct me to a forum post about it.

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: bot not using potions and sitting?

#2 Post by Mushroom »

Quit.

proxin
Noob
Noob
Posts: 8
Joined: 12 Apr 2011, 20:52
Noob?: Yes

Re: bot not using potions and sitting?

#3 Post by proxin »

I've read through it all figured out a few things... One thing I can't figure out is I have my bot set to teleport away when 4 monsters aggro on to him but he never does... what exactly do I have to set for that.

setem50sen
Noob
Noob
Posts: 4
Joined: 30 Jan 2010, 15:03
Noob?: No

Re: bot not using potions and sitting?

#4 Post by setem50sen »

try to use macro,download macro and then put this text in ur macro im sure that this is gonna working =)

automacro useSeed {
hp < 10% # u can change it to how low/high ur bot hp dat u want =)
call seeding

}

macro seeding {
do is Yggdrasil Seed # change it to ur pot =)
pause 1
do sit
release all
}
}

Locked