The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: darkone1149 on February 25, 2006, 05:25:21 PM

Title: [request] i need help with boss battles
Post by: darkone1149 on February 25, 2006, 05:25:21 PM
ok so i made a quest were i kill enemy so i get item for girl how i get enemy to go away and off the map
Title: [request] i need help with boss battles
Post by: RPGPersonell on February 25, 2006, 06:32:21 PM
Switches,

ex:

First Page:

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa387%2Fvash_is_me%2Fother%2Fpage1.jpg&hash=73c80848cee6fb94198f41ff5191fe8b17a3f4ec)

just put a Switch Operations command after the coding, then...

Second Page:

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi15.photobucket.com%2Falbums%2Fa387%2Fvash_is_me%2Fother%2Fpage2.jpg&hash=e7a7ea332e1adc3c2d95423f12e791e55b196000)

on the second page on the left, make an invisable graphic and check the switch box and select the switch you just turned on.

If I have the wrong maker, sorry, but it's almost the same in 2k(3) and XP.
Title: [request] i need help with boss battles
Post by: darkone1149 on February 25, 2006, 08:10:29 PM
um.. can u break that down more..
Title: [request] i need help with boss battles
Post by: ahref on February 25, 2006, 08:24:09 PM
that shows you it exactly the creenshots even show you exactly how it looks

this should be in troubleshooting btw
Title: [request] i need help with boss battles
Post by: RPGPersonell on February 25, 2006, 10:48:19 PM
Quote from: darkone1149
um.. can u break that down more..


Ok, step-by-step:

1)complete coding
2)add a switch operations after coding (1st page of command list, left side, 5th from top)
3)select a switch, name it, and click "Turn ON":  
4)make a new page on the event and click the
first box beside the word "switch":    [x] switch [xxxx:your switch|---|]
that makes it so it goes to the coding on that page when a specific switch is on.
5)make the graphic invisible (still on second page)
6) and below hero
7)do not put any coding

Then hit ok, try that.