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
501 온라인 광넷[ 광땡 온라인 + 넷플레이 ] 62 - 하늘 - 2009.08.02 9003
500 기타 광물캐기 스크립트 1 file 백호 2009.02.22 1850
499 기타 광물캐기 시스템 v2 3 백호 2009.02.22 1775
498 이동 및 탈것 그래픽 변경 데쉬 3 file 백호 2009.02.22 2499
497 이동 및 탈것 그래픽의 크기로 좁은길은 못지나가게한다. 7 file 백호 2009.02.21 1816
496 이동 및 탈것 그림자 스크립트 13 file 백호 2009.02.22 3540
495 이동 및 탈것 금금님 요청 대쉬 1 백호 2009.02.22 1382
494 메뉴 기본메뉴 뜯어고친것. (스샷추가) 6 file 백호 2009.02.22 4313
493 기타 기본설정 강화ㄴ 1 백호 2009.02.21 1047
492 스킬 기술문서(스킬 습득 아이템) 7 ok하승헌 2010.02.18 2132
491 이동 및 탈것 기차스크립트 6 백호 2009.02.21 1757
490 전투 깔끔한형식의 Asan'Tear배틀시스탬 4 file 콩밥 2010.09.29 4124
489 넷플2.0(펌) 1 오동훈 2008.02.25 1543
488 넷플2.0(펌) 2번째 2 오동훈 2008.02.25 1498
487 넷플2.0(펌) 3번째 4 오동훈 2008.02.25 1303
» HUD 넷플레이 HUD표시 2 file 백호 2009.02.22 3094
485 메뉴 넷플레이 업그레이드됀 메뉴 스크립트 4 백호 2009.02.22 2040
484 온라인 넷플레이1.7.0+abs5.5+한챗 49 쀍뛝쒧 2009.01.24 7286
483 기타 능력치 무한대 스크립트 (따로 넣을필요없음) 2 백호 2009.02.21 1027
482 능력치 올리기 스크립트 21 file 아방스 2007.11.09 3447
Board Pagination Prev 1 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 ... 52 Next
/ 52