bs 오토스머프 돌리는데 계속 해당 에러가 뜨면서 진행이 안되네요
Error in AutoSmurf (autosmurf.js #2234) greiz is undefined
autosmurf내에 문제되는 문구인데
greiz = getUnit(1, 3031);
if (!greiz || !greiz.openMenu()) {
sendPacket(1, 0x4b, 4, me.type, 4, me.gid);
delay(1000+me.ping);
Town.move(3031);
sendPacket(1, 0x4b, 4, me.type, 4, me.gid);
greiz = getUnit(1, 3031);
2234rine---> greiz.openMenu();
if (!greiz || !greiz.openMenu()) {
throw new Error("hireMerc : failed to open npc menu");
도통 모르겟네요
구글에도 같은 문제건으로 한건 문의가 있는데 뚜렷한 해결책이 없네
요

