Page 1 of 1

storage auto problems with invisible npc on same location

Posted: 24 Sep 2018, 19:34
by kamoteako
Hi,
I'm having problems with storage auto. There is an invisible NPC at the same location of Kafra. When the bot executes storage auto, it is talking to the invisible NPC instead of Kafra, thus the storage auto is not properly executed. Anybody have a fix on this?

Re: storage auto problems with invisible npc on same location

Posted: 24 Sep 2018, 21:43
by fadreus

Re: storage auto problems with invisible npc on same location

Posted: 25 Sep 2018, 21:33
by kamoteako
Is there anything wrong with this macro?

automacro warpstorage {
console /initiating auto-storage/
call {
do ai manual
do ss is 0 ##for butterfly wing##
do talk 18 c c r1 c n
do autostorage
do ai on
}
}