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 전투 전투 특수효과 DamageEX 스크립트 1 file 백호 2009.02.21 1589
840 기타 특수효과 ElseEX 스크립트 file 백호 2009.02.21 995
839 타이틀/게임오버 타이틀 화면 연출 4 file 백호 2009.02.21 2286
838 전투 전투 속도 조정 스크립트 2 file 백호 2009.02.21 1261
837 기타 전투 승리 BGM+페이드아웃 스크립트 1 file 백호 2009.02.21 1159
836 아이템 아이템 종류별로 분류하는 스크립트 2 file 백호 2009.02.21 1055
835 아이템 아이템 분류별로 나누기 (1) - 밑글과 다른 스크립트 3 file 백호 2009.02.21 1122
834 전투 전투중의 윈도우 전부 투명화 3 file 백호 2009.02.21 1878
833 기타 발소리 스크립트 4 file 백호 2009.02.21 1614
832 스킬 선택 스킬 스크립트 4 file 백호 2009.02.21 1630
831 전투 데미지마루 백호 2009.02.21 1163
830 아이템 아이템 소지수 무제한 1 백호 2009.02.21 887
829 HUD 맵명을 표시하는 스크립트 한글로 번역한것 백호 2009.02.21 1257
828 메시지 메세지플러스3.1v스크립트(얼굴표시,메세지색상,속도등정하는스크립트) 8 백호 2009.02.21 4878
827 메뉴 제가 쓰고있는 메뉴 13 file 백호 2009.02.21 3028
826 파티 파티교환 시스템...이걸로 순서 교체도 가능할 듯... 9 file 백호 2009.02.21 2392
825 기타 CG그림 감상 스크립트 file 백호 2009.02.21 1735
824 오디오 음악감상 스크립트 3 file 백호 2009.02.21 1126
823 메뉴 스테이터스 일람 스크립트 file 백호 2009.02.21 1328
822 메뉴 메뉴 화면 변경 스크립트 file 백호 2009.02.21 2236
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