PROBLEMSo you have your dungeon or mine or whatever and you want to make it look cooler. How about putting a working miner? It's a simple and highly customizable event just follow the instructions!SCREENSHOTS
Better, I got a video (coming soon on youtube, please be patient)COMPATIBILITYIt works with both RMVX and RMXPINSTRUCTIONS 1. There is a preliminary step which is creating two switches "Cart loaded" and "Cart unloaded":
2. The first step is making the miner, possibly calling him Miner and not EV001:
3. Next we tell him what to do when he needs to start working and at the end turn on the switch "Cart Loaded" so he knows he loaded the cart. (make sure it's in parallel process)NOTE: The move route varies according to where the miner has to dig and what path you want him to take (do not make impossible moves because he'll get stuck):
4. Now we make a second page for the miner telling him to stay still when the cart is loaded:
5. Now we make the first page of the Cart, telling him to stay still when the miner is loading the cart for the first time (remember that even the cart is in Parallel Process):
6. Next we make a new page for the cart telling him what to do when the it's loaded (when the "cart loaded" switch is on), even in this case the move route depends on the cart's trip but remember to make it change graphic back to an empty cart when he gets to the unloading spot. At the end we tell him to turn off "Cart Loaded" switch and turn on the "Cart Unloaded" one:
7. Now we go back to our friend the worker and copy the first page into a new one, this time though, he'll work when do it when the "Cart Unloaded" switch is on (this is the beginning of the loop), at the end we make him turn off the "Cart Unloaded" and on the "Cart Loaded":
8. Last but not least we tell the cart to stay still when he's unloaded:
Hope it's useful! Happy Game Making to everyone! COMMENTS, FAQs & BUGSThe original post is in this link -->http://www.rpgmakervx.net/index.php?showtopic=8179 It's the same and I'm the author of it.
I noticed that it could have been done with only one switch, if you know how good, if you don't konw how to do it don't try or you might screw up so stick to the tutorial.
It's up to you to write the rest.