VX 스크립트

[br]Click here to feed me![br]Get your own at Pokeplushies!Get your own at PokePlushies!</a>


[br]Click here to feed me a Rare Candy![br]Get your own at Pokeplushies!





[br]Click here to feed me a fruit![br]Get your own at Dinomon!



[br]Click here to feed me a fruit![br]Get your own at Dinomon!




[Show/Hide] Wish list







[Show/Hide] Dinomons

Chompy


[br]Click here to feed me a fruit![br]Get your own at Dinomon!

Stompy

[br]Click here to feed me a fruit![br]Get your own at Dinomon!

Bitey


[br]Click here to feed me a fruit![br]Get your own at Dinomon!

Destroyer

[br]Click here to feed me a fruit![br]Get your own at Dinomon!

Rex

[br]Click here to feed me a fruit![br]Get your own at Dinomon!

Mr.Bite


[br]Click here to feed me a fruit![br]Get your own at Dinomon!

Mrs.Bite


[br]Click here to feed me a fruit![br]Get your own at Dinomon!
#======================================================================
====
# ** GameBaker Goodbye Shadows
#==========================================================================
# by sandgolem
# The code this script uses to disable shadows was first credited to
# Abt Plout�n (german) & turned into an automatic setting by me.
#
# Version 1 [VX]
# January 24th, 2008
#==========================================================================

module GameBaker
EnableShadowSwitch = 1
end

#==========================================================================
#
# To check for updates or find more scripts, visit:
# http://www.gamebaker.com/rmvx/scripts/
# Our RMXP scripts: http://www.gamebaker.com/rmxp/scripts/
#
# Instructions: http://www.gamebaker.com/rmvx/scripts/e/goodbye-shadows.php
# Discussion/Help: http://forums.gamebaker.com/showthread.php?t=1171
#
#==========================================================================

class Scene_Map
alias gamebaker_goodbyeshadows_start start
def start
gamebaker_goodbyeshadows_start
if !$game_switches[GameBaker::EnableShadowSwitch]
gamebaker_byeshadows
$game_map.refresh
end
end

def gamebaker_byeshadows
for x in 0...$game_map.data.xsize
for y in 0...$game_map.data.ysize
if $game_map.data[x,y,2] == 0
$game_map.data[x,y,2] = $game_map.data[x,y,1]
$game_map.data[x,y,1] = $game_map.data[x,y,0]
$game_map.data[x,y,0] = 0
end
end
end
end
end

#==========================================================================
# End of file! You can find more of our scripts at http://www.gamebaker.com
#==========================================================================




List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 스크립트 자료 게시물 작성시 주의사항 3 습작 2012.12.24 5410
157 저장 Advanced Files 1.3 by Dargor 6 file Alkaid 2010.09.02 2364
156 기타 [XP / VX 공용] rand() 함수 확장 스크립트 4 허걱 2011.09.13 2363
155 기타 다른 방식의 테트리스 미니게임 7 file 사람이라면? 2010.08.17 2362
154 날씨 스크립트ㅎㅎ 9 Man... 2008.10.27 2360
153 전투 맨손 공격시 2번공격하는 스크립트 5 아방스 2008.01.24 2358
152 전투 [RPG VX]기술에 쿨타임을 부여하는 스크립트 3 스리아씨 2013.12.05 2355
151 스킬 Simple Sort Skill Inventory 1.1 by cozziekuns 5 file Alkaid 2010.11.10 2351
150 스킬 Simple Sort Inventory 2.0 by cozziekuns 1 file Alkaid 2011.09.29 2350
149 전투 [덮어씌우기]Window_ActorCommand_EX 4 맛난호빵 2011.03.12 2347
148 폴스 세이브 4 Man... 2008.10.28 2343
147 변수/스위치 HG_SelfVariables 셀프 변수 8 file 허걱 2010.11.19 2341
146 상태/속성 Stat Distribution System 1.71 by Lettuce 7 file Alkaid 2010.09.14 2340
145 기타 ひきも記 RMVX 샘플 프로젝트 9 file Alkaid 2010.09.15 2338
144 오디오 무작위 전투음악 12 file RPGbooster 2008.10.08 2335
143 타이틀/게임오버 타이틀에 날씨 효과 주는 스크립트 (Melmarvin's Rainy Title Screen) 6 MinaAubert 2012.09.13 2329
142 기타 그림을 각도로 회전시키기 1 허걱 2009.06.30 2329
141 메뉴 kgc 파라미터 배분 09/07/25 13 시트르산 2010.09.24 2327
140 이동 및 탈것 스위치 on일때 못 움직이게...(이동고정) 6 허걱 2009.07.14 2326
139 기타 (좀 이상한 or 쓸모없을 듯 한)화면상에 몬스터와 만나려면 몇걸음 남았는지 표시하는 스크립트! 2 루시페르 2009.06.06 2318
138 기타 스크립트로 커먼 이벤트 실행 [수정] 3 허걱 2009.08.17 2311
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 Next
/ 32