Home > Tutorials > RPG Maker VX > How To Create Mapped Enemies (Beginner)
How To Create Mapped Enemies (Beginner)
In this tutorial I explain how to create an enemy that's visible on the map. First, at the map you want the enemy, create an event at some passable ground. Select a good graphic that looks like the battle graphic for the enemy you want to connect the event to. Like you want a battle with a bee monster, select a bee graphic (if you have one). Next, in the options, have "Walking Animation" marked and the others unmarked. The priority would be "Same As Characters" and the trigger would be "Event Touch". Then, at the autonomous movement, set Type to "Random", set Speed to "4: Normal", and the Freq to "5: Highest". Finally, for the List of Event Commands. In that list, this is what you are going to insert:
@>Battle Processing: Bee*2
: If Win
@>Erase Event
@>
: If Escape
@>
: Branch End
@>
Of course, after Battle Processing, you have to input which Troop you will encounter when the enemy is touched. I guess that's it, give me credit please!
|
|
Details
|
|
Tutorial:
|
How To Create Mapped Enemies (Beginner) |
|
Date Listed:
|
2009-12-27 |
|
Author:
|
347529
|
|
Total Hits:
|
4965 |
|
|