XP 스크립트



#============================================
# Window_Map
# 제작자: 키스코
# 설명: 넷플레이 HUD
#============================================
class Window_Map < Window_Base
def initialize
  super(0, 0, 225, 120)
  $game_actors[1].name = $username # 아이디표시
  self.contents = Bitmap.new(width - 32, height - 32)
  self.opacity = 255
  refresh
end
def refresh
  self.contents.clear
  self.contents.font.color = normal_color
  self.contents.font.size = 16 #사이즈
  self.contents.draw_text(36, 6, 640, 32, $game_actors[1].name.to_s)
  self.contents.draw_text(58, 61, 640, 32, $game_party.gold.to_s)
  statc = RPG::Cache.icon("acce_005")
  src_rect = Rect.new(0, 0, statc.width, statc.height)
  self.contents.blt(28, 64, statc, src_rect)
  chatc = RPG::Cache.icon("033-Item02")
  src_rect = Rect.new(0, 0, chatc.width, chatc.height)
  self.contents.blt(10, 57, chatc, src_rect) if $game_temp.chat_refresh == true
  draw_normal_barz(36, 33, "horizontal", 150, 10, $game_actors[1].hp.to_i, $game_actors[1].maxhp.to_i, Color.new (225, 0, 0, 225))
  draw_normal_barz(36, 49, "horizontal", 150, 10, $game_actors[1].sp.to_i, $game_actors[1].maxsp.to_i, Color.new (0,0,255,255))
  draw_actor_graphic($game_actors[1], 15, 63)
  draw_actor_level($game_actors[1], 128, 6) #주인공의 레벨
end
  def update
  refresh
end
end

Who's 백호

?

이상혁입니다.

http://elab.kr

Atachment
첨부 '1'
Comment '2'

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 습작 2012.12.24 7316
841 파티 파티 확장 11 file 백호 2009.02.22 3224
840 파티 [신기술 체험] 2p파티시스템(액알) 8 file 백호 2009.02.22 3224
839 메뉴 메뉴등에서 움직이는 엑터 9 file 백호 2009.02.22 3189
838 전투 간단한 액알 스크립트!(1번째) 2 백호 2009.02.21 3178
837 전투 KGC_DamageAlter(데미지 표시 개조) 8.24 14 file 백호 2009.02.22 3172
836 XP의 느린FPS 빠르게하기 16 주유공근615 2011.02.22 3156
835 온라인 온라인스크립트 99Q(NM=No Map)버전 5 백호 2009.02.22 3152
834 온라인 멀티넷플레이 99Q Beta 3 27 백호 2009.02.22 3141
833 HUD 강화 나침반 스크립트 (원본 by 허걱) 16 file JACKY 2010.08.16 3136
832 메뉴 메뉴에 얼굴 그래픽 표시 4 file 백호 2009.02.21 3136
831 이동 및 탈것 [■ Game_Player] 8방향이동 스크립트 13 file - 하늘 - 2009.08.06 3122
830 기타 플레이어 발소리 스크립트 20 백호 2009.02.22 3118
» HUD 넷플레이 HUD표시 2 file 백호 2009.02.22 3115
828 타크티카르바트르시스템 17 WMN 2008.04.06 3114
827 메시지 문자 메세지 띄우기 스크립트 10 file 백호 2009.02.21 3112
826 전투 에너미 HP·SP투시 11 file 백호 2009.02.21 3095
825 장비 장비창을 다른거로 바꾸기 [헬악이님 제공] 10 file 아방스 2007.11.09 3094
824 HUD HP/SP 상태를 표시해주는 간이 윈도우 3 file 백호 2009.02.21 3093
823 이름입력 RPG Advocate의 이름 입력 스크립트를 약간 손댄 것 Alkaid 2012.01.28 3086
822 전투 시뮬레이션 턴알 3 file 백호 2009.02.21 3085
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 52 Next
/ 52