crawl.setopt("macros += M \@ ===with_gdr") 이 줄이 문제인데## @ 누르면 GDR 출력 ##{function with_gdr() local armour_class = you.ac() local gdr = math.floor(16 * math.sqrt(math.sqrt(math.max(0, armour_class)))) crawl.formatted_mpr(string.format("GDR: %d%%", gdr)) crawl.sendkeys('@')end}macros += M {@} ===with_gdr이렇게 수정함
해결
어 나도 같은 에러 겪었음. 그냥 다른 키로 바꿨는데 어케 해결함?
crawl.setopt("macros += M \@ ===with_gdr") 이 줄이 문제인데## @ 누르면 GDR 출력 ##{function with_gdr() local armour_class = you.ac() local gdr = math.floor(16 * math.sqrt(math.sqrt(math.max(0, armour_class)))) crawl.formatted_mpr(string.format("GDR: %d%%", gdr)) crawl.sendkeys('@')end}macros += M {@} ===with_gdr이렇게 수정함
@글쓴 로갤러(221.164) 오호 ㄱㅅㄱㅅ