• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Need help with ship transfer system...

Status
Not open for further replies.
Level 15
Joined
Sep 27, 2009
Messages
669
Hi everyone...
I need ship transfer system in my rpg.
Can any1 help me with it i want to make this like in WOW.
Unit is standing in region, ship will pick him for 5-10 sec and ship is going from on to other side every 2 minutes..
If u played wow it will be much easier ty.
 
There are a lot of ways to do this. A braindead, simple way is to do:

Event: every 2 minutes of game time
Conditions: unit in "pickup unit" region equal to true
Actions:
- Have boat move to where you want it to move
- Unit-move unit to (destination)
- Cinematic (add some fancy schmancy cinematic here where you see the boat sailing)
- Wait until cinematic is over, then put the camera over to where the hero has moved to

This will give you something to start with. You can adjust the details afterward.
 
Status
Not open for further replies.
Top