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 6661
577 다운로드 링크로 가세요.(스크린 샷 올려놨음) 5 Man... 2008.10.27 1629
576 베틀 스크린 톤 체인지?? 무슨 말? 4 Man... 2008.10.28 1630
575 아이템 ~[Hide Item]~ Man... 2008.10.27 1642
574 영상 ??(Avi play ver beta 0.8) 4 Man... 2008.10.28 1645
573 스킬 Simple Sort Inventory 1.3a by cozziekuns 5 file Alkaid 2010.11.10 1653
572 Good VS EVil? 4 Man... 2008.10.28 1657
571 AutoLight v3.7(?) 6 Man... 2008.10.27 1659
570 장비 Multi-Slot Equipment VX 1.6 by DerVVulfman 1 file Alkaid 2010.09.02 1659
569 기타 그림자 없애기... 3 비극ㆍ 2010.04.19 1664
» 그래픽 그림자 없에는 스크립트(그런것 같음) 1 Man... 2008.10.27 1669
567 Menu Background Effects(온라인 스크립트 올릴려고 했다가 못 올렸음)아깝다.. Man... 2008.10.28 1676
566 퍼스 스크립트 5 Man... 2008.10.28 1690
565 기타 Etude87_Hangul_utf8_List 습작 2012.06.04 1698
564 스킬 [RPG VX] 턴알 스킬 쿨타임 스크립트! (잘돌아감) 5 듀란테 2015.08.18 1707
563 맵/타일 GubiD's Isometric Maps for RPG Maker VX 1 Man... 2008.10.28 1712
562 Direction Movement Style 4 Man... 2008.10.28 1723
561 타이틀/게임오버 코아 코스튬씨의 랜덤 타이틀 스크립트를 VX용으로 변환 2 Alkaid 2012.09.14 1724
560 장비 Disposable Ammo(또 있는 곳을 잘 읽으셔야 합니다.) 2 Man... 2008.10.29 1728
559 기타 ActivateEvents 8 file EuclidE 2010.09.18 1736
558 엄청 좋음(DEMO)클릭 하이퍼링크 걸려있음(누가 변혁좀 해 줬으면...) 4 Man... 2008.10.27 1757
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... 32 Next
/ 32