Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Hadeki on April 05, 2009, 10:31:59 pm

Title: Ride on Water
Post by: Hadeki on April 05, 2009, 10:31:59 pm
I'm attempting to make it so the player can ride something across water. I can create a specific sprite myself, but I'm not sure how to go about making an event/script. I am planning to allow the player to mount something at any time, in any body of water (so terrain IDs may be very important) once they obtain a specific item.
Is there, like, a simple way to do this?

P.S.
I'm using XP, and Blizzard's caterpillar script (from Tons of Add-Ons) AND the Neo Mode 7 script.
Title: Drink Some Water
Post by: G_G on April 05, 2009, 10:33:30 pm
http://creationasylum.net search for a vehicle script there
Title: Re: Ride on Water
Post by: Hadeki on April 06, 2009, 12:59:46 am
I searched that site as best I could for a few hours and I found nothing I could use.
Title: Re: Ride on Water
Post by: Hellfire Dragon on April 06, 2009, 09:38:07 am
Here's a vehicle script (http://www.rpgrevolution.com/forums/index.php?showtopic=24982) I found at RPG Revolution

:)
Title: Re: Ride on Water
Post by: Hadeki on April 06, 2009, 04:23:34 pm
Oooh. I fiddled with that and when I tried to customize it I just seemed to ruin it.
What I'm looking for is a script that allows the player to enter water from anywhere, not just one location where a vehicle is set.
Also, with that script it seems like the vehicle can only exist on one map and I need it to exist where ever water is (world map, towns, caves).
So... I tried to create some events that make it so when the hero is facing the water and presses the "C" button, they mount a whale thing and begin riding it across water, but that would mean I have to create an event on each square along the edge of all water throughout my game... Which is not very efficient.