Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
Tutorials
»
Any way to make a Wall Master?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Any way to make a Wall Master? (Read 4492 times)
imthewalrus
today i put....JELLY on this hot god
Initiate
Posts: 29
Likes the Beatles, obviously.
Any way to make a Wall Master?
«
on:
June 24, 2008, 04:43:15 PM »
In RPGM2k, does anyone know how I could make a Wall Master-like enemy?
Wall Masters are those annoying hands from Zelda that drag you back to the dungeon entrance...I'm thinking of having something like that in my game to be sadistic.
Logged
I am the walrus, Koo Koo Kachoo!
X_marks_the_ed
trygtt o sizg msw kisg
Royal
Posts: 4,394
WHAT THE WHY ARE THESE BUTTONS
Re: Any way to make a Wall Master?
«
Reply #1 on:
June 24, 2008, 05:10:59 PM »
A little tedious, but if you want it simple, create and event that on contact with the hero adds 1 to a variable. Any variable. Then cover all of the walls with copies of the event. Then create an event with the following:
Page 1-
Parallel process, no conditions, no or blank charset, no actions.
Page 2-
Parallel process, conditon: Variable is at least 1 (then add 1 more for each other of this event), move towards hero.
Page 3-
Collision with hero, condition: Variable is at least 1 (then add 1 more for each other of this event), (insert what you want them to do in the actions.)
Then scatter copies of this event where they would normally spawn.
I haven't actually coded anything in RPG Maker in a while, but that just might get you close.
Logged
imthewalrus
today i put....JELLY on this hot god
Initiate
Posts: 29
Likes the Beatles, obviously.
Re: Any way to make a Wall Master?
«
Reply #2 on:
June 25, 2008, 05:53:14 PM »
That works, but I was actually planning on making an enemy, whose attack would be to take you to the beginning of the dungeon. That's what I was thinking of.
Logged
I am the walrus, Koo Koo Kachoo!
Ben
Some dude
Staff
Royal
Posts: 4,844
butts
Re: Any way to make a Wall Master?
«
Reply #3 on:
June 25, 2008, 06:06:13 PM »
wouldnt it just be easier to have an object on the map, and have a collison event that teleports the player?
Logged
Bluhman
Global Moderator
Royal
Posts: 4,977
Re: Any way to make a Wall Master?
«
Reply #4 on:
June 26, 2008, 12:45:22 AM »
Like an actual enemy in battle?
If that's the case, have them use an ability that turns on a switch. When that switch is triggered, have a battle event that ends the battle right then and there, AND ALSO a common event that teleports the hero to the entrance of the dungeon.
Logged
imthewalrus
today i put....JELLY on this hot god
Initiate
Posts: 29
Likes the Beatles, obviously.
Re: Any way to make a Wall Master?
«
Reply #5 on:
June 26, 2008, 04:18:01 PM »
I'm afraid that doing that crashes the game...
Logged
I am the walrus, Koo Koo Kachoo!
Felix-0
And we'll never be
Royal
Posts: 3,563
(royals)
Re: Any way to make a Wall Master?
«
Reply #6 on:
June 26, 2008, 04:36:07 PM »
I understand Bluhman fully
Skill which activates a switch and (You know how to do battle events right!) and make it end battle
have the common event parralel process(then teleport you to the dungeoun beginning) and then shut OFF the switch or else the
game WILL crash
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------
imthewalrus
today i put....JELLY on this hot god
Initiate
Posts: 29
Likes the Beatles, obviously.
Re: Any way to make a Wall Master?
«
Reply #7 on:
June 26, 2008, 05:12:18 PM »
Sorry, I can't get even that to work.
I get the message "Event script referenced an event that does not exist." and exits.
Please post a screenshot showing how everything is set up.
Logged
I am the walrus, Koo Koo Kachoo!
Felix-0
And we'll never be
Royal
Posts: 3,563
(royals)
Re: Any way to make a Wall Master?
«
Reply #8 on:
June 26, 2008, 07:22:43 PM »
AHHHHHH...
I remember problems like that!
ok ok ok ok rofl muffins away!!!!
now that thats ouuta my system here's the deal
I got It to work >__<
Here's the common event (In pic form)
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------
Ben
Some dude
Staff
Royal
Posts: 4,844
butts
Re: Any way to make a Wall Master?
«
Reply #9 on:
June 26, 2008, 07:48:11 PM »
You need to read the error and go over your stuff man.
The event is referencing an event or switch that does not exist.
I know that sounds stupid, but you need to find out what switch/event or w-e is being referenced and fix it. That is where the error comes from
Logged
Felix-0
And we'll never be
Royal
Posts: 3,563
(royals)
Re: Any way to make a Wall Master?
«
Reply #10 on:
June 26, 2008, 07:56:09 PM »
I did It in one try!
make sure the event your telteporing is the hero!
I know THAT may sound dumb but i've messed up like that B4
do you want me to make a video? that might help
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------
imthewalrus
today i put....JELLY on this hot god
Initiate
Posts: 29
Likes the Beatles, obviously.
Re: Any way to make a Wall Master?
«
Reply #11 on:
June 26, 2008, 08:16:29 PM »
Quote from: Felix-0 on June 26, 2008, 07:22:43 PM
That really helped. Thank you, Felix. Now I've got it working.
Now all I have have to do is get a good character set for the wallmaster...
Logged
I am the walrus, Koo Koo Kachoo!
Felix-0
And we'll never be
Royal
Posts: 3,563
(royals)
Re: Any way to make a Wall Master?
«
Reply #12 on:
June 28, 2008, 08:33:03 PM »
search for minish cap's wall masters (they're small and should fit)
And YAY I acually helped some1
Logged
------------------------------------------------------------
Hence nothing remains except for our regrets...
------------------------------------------------------------
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
Tutorials
»
Any way to make a Wall Master?