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 5408
77 전투 VX SRPG 스크립트를 수정해봤습니다(8) - 누적수정 30 아이미르 2011.09.09 3916
76 기타 [XP / VX 공용] rand() 함수 확장 스크립트 4 허걱 2011.09.13 2363
75 파티 파티원이 따라다니는 스크립트 11 file 놀러 2011.09.15 3988
74 메시지 HG_POP_TEXT (맵 화면에 문자 표시) 4 file 허걱 2011.09.16 3589
73 맵/타일 Roguelike Random Dungeon Generator 2.0 by cozziekuns 4 file Alkaid 2011.09.29 2560
72 스킬 Simple Sort Inventory 2.0 by cozziekuns 1 file Alkaid 2011.09.29 2350
71 장비 카드 슬롯 장비 스크립트 18 file 아이미르 2011.10.13 4131
70 전투 VX SRPG3d(한글번역) 8 file 아이미르 2011.10.15 5036
69 스킬 스킬, 아이템 적아 구분 없이 쓰기 10 file EuclidE 2011.10.16 2900
68 전투 VX SRPG3d 수정본(1) 12 아이미르 2011.10.19 4620
67 기타 Kylock1.2+(RMDude-Kylock1.5) Time System Script 4 file communnn 2011.10.20 2595
66 스킬 Yanfly Engine RD - Display Skill Query (스킬 상세 정보) 8 file communnn 2011.10.24 3405
65 스킬 Yanfly Engine RD - Custom Dmg Formulas (커스텀 데미지, 관계도) 6 file communnn 2011.10.25 3377
64 전투 Animated Battlers VX 3.5 by DerVVulfman 2 Alkaid 2011.11.02 3101
63 기타 아이디를 띄우기 20 12345678 2011.11.07 4627
62 변수/스위치 Etude87_Variables_VX 1 file 습작 2011.11.26 2608
61 전투 XAS Hero Edition VX 15 Alkaid 2011.12.28 4234
60 전투 XAS Hero Edition VX Manual 번역 1 케이언 2012.01.02 3558
59 기타 화면 해상도(640 X 480) 스크립트 6 file 쿠쿠밥솥 2012.01.10 3972
58 저장 Neo Save System VI by Helladen 2 Alkaid 2012.01.15 2886
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