Page 1 of 1

Macro failed because sometime npc can't be found.

Posted: 11 Aug 2017, 23:32
by NZXT
Hi, some time one of my bots can't find npc at a specific location and continue using this "do talknpc 156 97 c r2 c r1"

It doesn't warp to other town and go to a lock map by itself and just ignore this step entirely.


automacro autolvl99part32 {
location morocc
class hunter
base == 75
run-once 1
call {
pause 5
do talknpc 156 97 c r2 c r1
}
}

what should I do? Thank you.

Re: Macro failed because sometime npc can't be found.

Posted: 11 Aug 2017, 23:36
by Mortimal
maybe because the npc isn't there? u provided exact coords?

try do talk @npc(156 97)

Re: Macro failed because sometime npc can't be found.

Posted: 11 Aug 2017, 23:42
by NZXT
It's the correct spot for kafra in the middle of morocc town. most of my bots can detect this kafra and teleport without a problem but some of them can't detect and ignore this step. and just walk to a lock map by themselves.

Re: Macro failed because sometime npc can't be found.

Posted: 11 Aug 2017, 23:45
by NZXT
I will try your suggestion, thank you.

Re: Macro failed because sometime npc can't be found.

Posted: 11 Aug 2017, 23:51
by Mortimal
it can be loading problem thou try pause 2 before talknpc


i mainly use automacroses like console /cant find npc/ - do relog 10 in my autolvlup bots