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 5398
157 파티 Party Changer 3.9 by Dargor 5 file Alkaid 2010.09.12 2364
156 이동 및 탈것 Paper Mario Walk 7 file 카르와푸딩의아틀리에 2009.08.19 2697
155 기타 OriginalWij's Script Compilation 1.2 2 Alkaid 2010.09.20 1582
154 전투 ORBS_v1[1].06 전투시스템. 22 file 할렘 2009.02.06 7406
153 전투 ORBS [새로운 전투 방식] 48 file 아방스 2009.03.04 10209
152 퀘스트 Omegas7's Quest System 3.0 퀘스트 스크립트 5 리프네버 2010.01.09 3452
151 키입력 No F1, F12 and Alt+Return (Kein F1, F12 und Alt+Eingabe) by cremno 습작 2013.04.19 1046
150 메시지 NMS 3.0 Beta 주석 번역본(한글) 4 인천항 2010.01.13 3369
149 타이틀/게임오버 New Title Screen 3 Man... 2008.10.28 1832
148 온라인 NETVX 2버전 18 아방스 2009.02.04 3908
147 온라인 net VX[ RPGVX 온라인 스크립트 ] 19 file 제로스S2 2009.08.03 6389
146 저장 Neo Save System VI by Helladen 2 Alkaid 2012.01.15 2885
145 저장 Neo Save System V by Helladen(Original by Woratana) 8 Alkaid 2010.09.02 2438
144 그래픽 Multiple Fogs 1.0 4 아방스 2008.03.05 2886
143 메시지 MultiMessage 멀티 메시지 스크립트 9 file 허걱 2010.02.23 4296
142 Multi-threader snippet by Omegazion Man... 2008.10.28 1107
141 장비 Multi-Slot Equipment VX 1.6 by DerVVulfman 1 file Alkaid 2010.09.02 1637
140 기타 MSX - XP Characters on VX/VX Ace 2 Alkaid 2013.01.26 1345
139 More SaveFlies(대박) 2 Man... 2008.10.28 2125
138 이름입력 MOG 이름바꾸기 11 file RPGbooster 2008.10.08 3285
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