A user friendly tutorial on how to use bot and a collection of my simplified (used) configs and macro codes. Only supports OFFICIAL OPENKORE DL SITES. Safe and Effective!
May 31, 2012
Auto Get BG Food(Flee/Hit)
Military Potion B (Hit +33)
automacro bat_room{
location bat_room
location not bat_room 165 152
exclusive 1
run-once 0
call {
do move 165 152
release bat_room
}
}
automacro BGsupps{
location bat_room 165 152
inventory "Valor Badge" > 10
exclusive 1
run-once 0
call {
do talknpc 160 150 c r0 c r3 c r3 c r1 c r1 c
release BGsupps
}
}
Military Potion C (Flee +33)
automacro bat_room{
location bat_room
location not bat_room 165 152
exclusive 1
run-once 0
call {
do move 165 152
release bat_room
}
}
automacro BGsupps{
location bat_room 165 152
inventory "Valor Badge" > 10
exclusive 1
run-once 0
call {
do talknpc 160 150 c r0 c r3 c r4 c r1 c r1 c
release BGsupps
}
}
AUTO QUIT
automacro quit2{
inventory "Valor Badge" < 10
exclusive 1
call {
do quit
}
}
You can use either Bravery/Valor Badges.
Subscribe to:
Posts (Atom)