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 6153
841 파티 [신기술 체험] 2p파티시스템(액알) 8 file 백호 2009.02.22 3193
840 파티 파티 확장 11 file 백호 2009.02.22 3182
839 전투 간단한 액알 스크립트!(1번째) 2 백호 2009.02.21 3165
838 메뉴 메뉴등에서 움직이는 엑터 9 file 백호 2009.02.22 3161
837 전투 KGC_DamageAlter(데미지 표시 개조) 8.24 14 file 백호 2009.02.22 3154
836 XP의 느린FPS 빠르게하기 16 주유공근615 2011.02.22 3138
835 온라인 온라인스크립트 99Q(NM=No Map)버전 5 백호 2009.02.22 3121
834 메뉴 메뉴에 얼굴 그래픽 표시 4 file 백호 2009.02.21 3112
833 기타 플레이어 발소리 스크립트 20 백호 2009.02.22 3107
832 온라인 멀티넷플레이 99Q Beta 3 27 백호 2009.02.22 3107
831 HUD 강화 나침반 스크립트 (원본 by 허걱) 16 file JACKY 2010.08.16 3105
830 타크티카르바트르시스템 17 WMN 2008.04.06 3096
» HUD 넷플레이 HUD표시 2 file 백호 2009.02.22 3094
828 전투 에너미 HP·SP투시 11 file 백호 2009.02.21 3086
827 이동 및 탈것 [■ Game_Player] 8방향이동 스크립트 13 file - 하늘 - 2009.08.06 3084
826 메시지 문자 메세지 띄우기 스크립트 10 file 백호 2009.02.21 3069
825 HUD HP/SP 상태를 표시해주는 간이 윈도우 3 file 백호 2009.02.21 3067
824 스킬 스킬창 업그레이드? ps인간 2009.01.23 3061
823 메시지 Hermes(Hermes Extends RPGXP Message System) 0.4 by derula 1 Alkaid 2011.02.27 3053
822 전투 시뮬레이션 턴알 3 file 백호 2009.02.21 3052
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