질문과 답변

Extra Form
r.PNG


현재 경험치랑 다음 레벨까지 를 없애고 싶습니다ㅜㅜ

스크립트에서 어딜 지우면 될 것 같은데 쌩초보라 어딜 지워야 되는지 모르겠네요... 살려주세요ㅠㅠ

Comment '2'
  • ?
    북스카이 2014.06.17 12:20

    Window_Status 모듈에서

    draw_exp_info(304, y)

    부분과

    def draw_exp_info(x, y)
    s1 = @actor.max_level? ? "-------" : @actor.exp
    s2 = @actor.max_level? ? "-------" : @actor.next_level_exp - @actor.exp
    s_next = sprintf(Vocab::ExpNext, Vocab::level)
    change_color(system_color)
    draw_text(x, y + line_height * 0, 180, line_height, Vocab::ExpTotal)
    draw_text(x, y + line_height * 2, 180, line_height, s_next)
    change_color(normal_color)
    draw_text(x, y + line_height * 1, 180, line_height, s1, 2)
    draw_text(x, y + line_height * 3, 180, line_height, s2, 2)
    end

    부분을 주석처리 내지 제거하면 됩니다.

  • ?
    동생 2014.06.18 11:52
    답변 감사합니다 북스카이님! 말씀해주신 부분을 다 주석처리했는데 여전히 뜹니다...ㅜㅜ어떻게 해야 좋을까요?

List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12451
Board Pagination Prev 1 ... 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 Next
/ 83