DONOVAN'S PROFILE
Donovan
0
Search
[RMMV] Help with Battle Events
Hello!
So I am making a boss fight which consists of 2 bosses. Every couple turns I make
them stand together and speak some dialogue then perform a move.
Now I need it so that then one of them is dead and you're just fighting one of them
left that that previous move no longer occurs.
I've set it up like this
Conditions Turn 1+3*X and the span is Turn
Any help is appreciated! Also if you know any links to some good Battle Eventing
tutorials that would be cool. I'm just starting with them and I'm fumbling quite abit with them. Cheers! :D
So I am making a boss fight which consists of 2 bosses. Every couple turns I make
them stand together and speak some dialogue then perform a move.
Now I need it so that then one of them is dead and you're just fighting one of them
left that that previous move no longer occurs.
I've set it up like this
Conditions Turn 1+3*X and the span is Turn
Any help is appreciated! Also if you know any links to some good Battle Eventing
tutorials that would be cool. I'm just starting with them and I'm fumbling quite abit with them. Cheers! :D
[RMMV] Change Actor Image won't work
Hey guys.
So I'm fumbling over this thing. Basically you talk to the boss. You fight him. You lose the fight ( you're supposed to ). Then I want to change the image of the actor to the damaged state so it looks like the party's lying down defeated.
It works for my 2 other party members but just can't get it to work for the player character.
I have a screenshot of the event here:
Thanks to anyone who is willing to help! :)
So I'm fumbling over this thing. Basically you talk to the boss. You fight him. You lose the fight ( you're supposed to ). Then I want to change the image of the actor to the damaged state so it looks like the party's lying down defeated.
It works for my 2 other party members but just can't get it to work for the player character.
I have a screenshot of the event here:
Thanks to anyone who is willing to help! :)
Hello!
Hey everybody!
I'm 22 yrs old and I live in Belgium. RPG's have always been my favourite games. I also like playing platformers, racing, strategy and a little bit of everything
except sports games.
I'm here to play some fun games and I have RPG maker MV and am currently working on
my first game. At first I had this idea to make some huge epic adventure. But I decided to make something simpler first. Like a short game to help me understand the engine as I go along and make it.
Tips and advice are always welcome!
Anyway, nice to meet you all! :-)
I'm 22 yrs old and I live in Belgium. RPG's have always been my favourite games. I also like playing platformers, racing, strategy and a little bit of everything
except sports games.
I'm here to play some fun games and I have RPG maker MV and am currently working on
my first game. At first I had this idea to make some huge epic adventure. But I decided to make something simpler first. Like a short game to help me understand the engine as I go along and make it.
Tips and advice are always welcome!
Anyway, nice to meet you all! :-)
[RMMV] Help with how to make an Event Jump?
Hey everyone. So I'm currently working on my game and I ran into a problem.
Basically what I need is for an event to jump down to a specific tile. He's like jumping down from a ledge.
So I've set it up Set Movement Route ( event ) 22, 18 . Those are the coordinates
where he should land. But when I test it he just jumps and flies off the map into
oblivion.
Am I doing something wrong with the coordinates or something else? I mean I really just need him to jump like 5 tiles down.
Any help would be greatly appreciated! Thank you! :3
Basically what I need is for an event to jump down to a specific tile. He's like jumping down from a ledge.
So I've set it up Set Movement Route ( event ) 22, 18 . Those are the coordinates
where he should land. But when I test it he just jumps and flies off the map into
oblivion.
Am I doing something wrong with the coordinates or something else? I mean I really just need him to jump like 5 tiles down.
Any help would be greatly appreciated! Thank you! :3
[RMMV] Having to press Action Button Twice?
Hey guys! I'm working on my first RPG Maker game.
And I've run into a problem on 1
specific map. I've finished most of the eventing on the map and it all works perfect.
Except that in this map ( and this map alone ) I tend to have to double click the action button for all the events. Sometimes 3 times. And then sometimes it will work
right away. It's really weird
I also have problems opening my menu on this map ?! I thought I just had a iffy controller maybe but I've tried with the keys, mouse and gamepad, it's all the same.
I know this is a little vague but if you want any other details please ask! And thank you for anyone who can help! :)
And I've run into a problem on 1
specific map. I've finished most of the eventing on the map and it all works perfect.
Except that in this map ( and this map alone ) I tend to have to double click the action button for all the events. Sometimes 3 times. And then sometimes it will work
right away. It's really weird
I also have problems opening my menu on this map ?! I thought I just had a iffy controller maybe but I've tried with the keys, mouse and gamepad, it's all the same.
I know this is a little vague but if you want any other details please ask! And thank you for anyone who can help! :)
[RMMV] Boss keeps spamming moves.
Hi. I'm currently working on my first game. And I'm trying to balance a boss I've
made but I ran into some problems.
The Boss has about 5 magic abilities but he's only really spamming 1 one of them. And
very occasionally he'll use 1 other specific one. I took out the ability he was
spamming and now he just spams attack. If anyone knows what the problem is I would love to have some help and perhaps some more explanation on how the Attack Patterns
thing works because I'm really confuzed about it.
Here is an image of the attack patterns of said Boss:
Thank you in advance for anyone who wants to help!
made but I ran into some problems.
The Boss has about 5 magic abilities but he's only really spamming 1 one of them. And
very occasionally he'll use 1 other specific one. I took out the ability he was
spamming and now he just spams attack. If anyone knows what the problem is I would love to have some help and perhaps some more explanation on how the Attack Patterns
thing works because I'm really confuzed about it.
Here is an image of the attack patterns of said Boss:
Thank you in advance for anyone who wants to help!
[RMMV] TypeError Cannot use 'In' operator to search for 'disable_dashing' in undefined
Hello! Sorry for the long title.
So I am working on my firts RMMV game and I wanted to make a town portal system
similar to Diablo. I got that to work just fine.
I have the Town Portal Scroll trigger a common event which will teleport the player
to the town. And in each town I have paralel events which set 3 variables to set
the map ID, Map X and Y. So you always teleport to the last town you went.
( it's a linear game so there's not much need to revisit previous towns )
I hope I'm explaining everything correctly I apologize I'm still new to RPG Maker.
So anyway after that I decided I wanted to make a system where you can then use a
Return Scroll of some sorts to return to the place in the dungeon.
I thought if the common event which transported you back to town also set 3 new
variables of this event to pin down the "return location" and then trigger the transfer with the return scroll based on those 3 variables.
But whenever I use the return scroll I get the error message
TypeError Cannot use 'In' operator to search for 'disable_dashing' in undefined
I hope I explained everything properly and thank you in advance if anyone can help me! <3
So I am working on my firts RMMV game and I wanted to make a town portal system
similar to Diablo. I got that to work just fine.
I have the Town Portal Scroll trigger a common event which will teleport the player
to the town. And in each town I have paralel events which set 3 variables to set
the map ID, Map X and Y. So you always teleport to the last town you went.
( it's a linear game so there's not much need to revisit previous towns )
I hope I'm explaining everything correctly I apologize I'm still new to RPG Maker.
So anyway after that I decided I wanted to make a system where you can then use a
Return Scroll of some sorts to return to the place in the dungeon.
I thought if the common event which transported you back to town also set 3 new
variables of this event to pin down the "return location" and then trigger the transfer with the return scroll based on those 3 variables.
But whenever I use the return scroll I get the error message
TypeError Cannot use 'In' operator to search for 'disable_dashing' in undefined
I hope I explained everything properly and thank you in advance if anyone can help me! <3
[RMMV] Erasing a diffirent event
Hello. I'm fairly new to RPG Maker but I've been trying to get better and learn. But I simply cannot seem to find anything online about this. Maybe it's something really simple and stupid that I haven't thought of.
Anyway I have this event where two big monsters stand infront of the girl. They're events but just for show. so you meet the girl, she joins the party and we fight the 2 guys that all works fine. But now how do I get rid of the sprites of the bad guys in the map?
I hope that made some sense thank you in advance.
Anyway I have this event where two big monsters stand infront of the girl. They're events but just for show. so you meet the girl, she joins the party and we fight the 2 guys that all works fine. But now how do I get rid of the sprites of the bad guys in the map?
I hope that made some sense thank you in advance.
Pages:
1