Here is my current macro:
Code: Select all
automacro canttele {
console /You cannot use @warp/
status not GM Perfect Hide
status not Ruwach
location not einbech
location not aldebaran
timeout 2
call {
do conf teleportAuto_idle 0
pause 2.5
do ss 26
}
}
automacro canttele2 {
console /Warp Portal/
status not GM Perfect Hide
status not Ruwach
call {
do send 1B 01 1A 00 52 61 6E 64 6F 6D 00 00 00 00 00 00 00 00 00 00
}
}
automacro canttele3 {
console /--------------------------------------------------/
status not GM Perfect Hide
status not Ruwach
call {
do conf teleportAuto_idle 1
}
}
Again, note that:
Code: Select all
automacro canttele {
console /You cannot use @warp/
status not GM Perfect Hide
status not Ruwach
location not einbech
location not aldebaran
timeout 2
call {
pause 2.5
do ss 26
pause 0.5
do send 1B 01 1A 00 52 61 6E 64 6F 6D 00 00 00 00 00 00 00 00 00 00
}
}
_______________________________________________________________________________________________________
One more thing I need help with is triggering a macro by Bragi status. It is a fact that Bragi buffs last up to 20 seconds after leaving the Bard's AOE range. The problem is kore doesnt show any status like "You are now: Bragi" or anything like that. I tried using
"status not EFST_POEMBRAGI" as auto macro trigger but it doesnt work. I've stuck to "You are unable to cast skill after 3 tries" console condition for the meantime, but problems occur when my connection is laggy or the server is laggy. Help is much appreciated ~ Thank you!