XP 스크립트

#==============================================================================
# ■ Window_Steps
#------------------------------------------------------------------------------
#  메뉴 화면에서 보수를 표시하는 윈도우입니다.
#==============================================================================

class Window_Level < Window_Base
  #--------------------------------------------------------------------------
  # ● 오브젝트 초기화
  #--------------------------------------------------------------------------
  def initialize
    super(0, 0, 160, 64)
    self.contents = Bitmap.new(width - 32, height - 32)
    refresh
  end
  #--------------------------------------------------------------------------
  # ● 리프레쉬
  #--------------------------------------------------------------------------
  def refresh
    self.contents.clear
    self.contents.font.color = system_color
    self.contents.draw_text(4, 0, 120, 32, "레벨")
    self.contents.font.color = normal_color
    self.contents.draw_text(4, 0, 120, 32, $game_variables[35].to_s, 2)
  end
end

=============================================================================


문제가잇엇군요..

이스크립트를 찔러주신후.. 이벤트하나를 작성하셔서 스크립트를 넣습니다

    @level_window = Window_Level.new
    @level_window.x = 0
    @level_window.y = 0

자동실행해주시구요.. 마지막에 스위치만들어주셔야합니다..



<SCRIPT language=javascript> var md5_norobot_key = '4fe5149039b52765bde64beb9f674940'; </SCRIPT> <SCRIPT type=text/javascript> // 글자수 제한 var char_min = parseInt(0); // 최소 var char_max = parseInt(0); // 최대 </SCRIPT>
KimTJ 06-08-09 03:25
  #==============================================================================
# ■ Window_Level
#------------------------------------------------------------------------------
#  메뉴 화면 등에서 레벨을 표시하는 윈도우입니다.
#==============================================================================

class Window_Level < Window_Base
  #--------------------------------------------------------------------------
  # ● 오브젝트 초기화
  #--------------------------------------------------------------------------
  def initialize
    super(0, 0, 160, 64)
    self.contents = Bitmap.new(width - 32, height - 32)
    refresh
  end
  #--------------------------------------------------------------------------
  # ● 리프레쉬
  #--------------------------------------------------------------------------
  def refresh
    self.contents.clear
    self.contents.font.color = system_color
    self.contents.draw_text(4, 0, 120, 32, "레벨")
    self.contents.font.color = normal_color
    self.contents.draw_text(4, 0, 120, 32, $game_variables[35].to_s, 2)
  end
end

=============================================================================


이거 $game_variables[35]에 레벨을 입력받아야 하는 거 아닌지?

Who's 백호

?

이상혁입니다.

http://elab.kr

Comment '5'

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 6203
254 기타 (T-RPG) 데미지 표시 시의 폰트를 설정 백호 2009.02.22 1349
253 기타 3d 렌더링스크립트 어렵게 찾음 9 라구나 2011.03.05 3610
252 기타 3D스크립트 48 file ok하승헌 2010.02.18 3808
251 기타 4방향 마우스 스크립트 12 file 아방스 2009.02.28 2666
250 기타 8방향 마우스 스크립트 10 file 아방스 2009.02.28 4063
249 기타 ABS 몬스터 HP 게이지 바 11 백호 2009.02.22 2485
248 기타 Activation_system file 백호 2009.02.22 775
247 기타 Advanced Gold display by Dubealex 1 백호 2009.02.22 761
246 기타 Advanced Gold Display by Dubealex (돈 액수를 세자리씩 끊어 표기) 2 Alkaid 2010.11.18 1562
245 기타 Advanced Weather System (AWS) 3 file 백호 2009.02.22 1272
244 기타 AMS-Advanced Message Script Edited by Dubleax 3 file 백호 2009.02.21 766
243 기타 AMS___Advanced_Message_Script 1 file 백호 2009.02.22 889
242 기타 Anti Event Lag Script 3 백호 2009.02.21 1057
241 기타 appletree님 요청) 화면 명암 주기 3 file 뮤바보 2013.01.31 2727
240 기타 ATS-Advanced Time System 1 file 백호 2009.02.21 964
239 기타 Boat Script 백호 2009.02.21 729
238 기타 Book Event v2 by Bruth 5 백호 2009.02.22 1694
237 기타 CG그림 감상 스크립트 file 백호 2009.02.21 1735
236 기타 CG모드 도입 스크립트 file 백호 2009.02.21 1383
235 기타 Chaos Project Debug System 1.06b by Blizzard file Alkaid 2010.09.07 1370
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 Next
/ 13