MOLTRESRIDER'S PROFILE

Search

Filter

[RMVX ACE] Autorun event is looping preventing characters from being able to move! Please help!

Thank you. That worked

[RMVX ACE] Autorun event is looping preventing characters from being able to move! Please help!

I created an autorun event to where when the player gets to the world map for the first time, a dialog box shows giving the player the run down of the world map and warning the player to be careful to not accidentally wander into a high level area too early. Also this dialog box lets the user know that at this point in the game, it is the official start of the adventure.

That is followed by switch on #15 to prevent dialogue from repeating.

Page two of the event has *Change Battle BGM: 'World Map Battle' 100, 100* with the condition of switch #15 being on as I want the world map random encounters to have their own music.

And that is when the game basically "freezes", all user input is ignored.

I narrowed the problem down to being page 2 of event. Removing the "change battle BGM" command and leaving page 2 blank, makes it so that I can control my character. This tells me that page 2 of the autorun event is looping and thus I cannot control my characters because it is repeatedly looping the change battle music command.

Adding an "End event processing" command is NOT working. despite telling the event to end, it continues to loop anyway and I have no clue how to change that so it will not loop.

A Google search reveals that I need to create another page and have condition "self switch A on". But that is NOT working for me either. Despite adding a third page with condition 'self switch A is on", the second page continues to loop as long as that change battle BGM command is there.

I only want it to change the BGM as soon as I enter the World Map. and I plan on having a similar autorun commands while actually entering other areas to change the battle BGM back to default. but I cannot get the world map one to not loop.

The PS1 version of RPG Maker, which I was using for the last four years, autorun events are called intro events and they only ran as soon as you entered the map and stop when it the last command finished, and it would not run again until you exited and re-entered the map or told it not to run with a switch. Here, it seems they just loop.

The thing is, I need page two to run every time the player enters the world map. so I cannot have a switch to turn it on after the music command. I would then need it to turn off then when entering other areas but those areas would have a command to change the battle music back to default and then another switch to make that event not loop. over time, there would be a shit ton of switches. There must be a better way. If not, the PS1 version is far superior in that regard.

It would help if I could tell a page to only run when a specific switch is OFF. But there is no way to do that in VX ACE. PS1 version allows this. Yet another regard where the PS1 is superior.

Does anybody know what the problem could be?

Here are my event commands:
Page 1: https://i.imgur.com/u2nDhH7.jpg
Page 2: https://i.imgur.com/xMAhuzE.jpg
Page 3: https://i.imgur.com/1MQyG3g.jpg

[RMVX ACE] Characters are using moves that I DID NOT assign to them!

I am having an issue right off the bat testing my RPG in RPG Maker VX Ace!

The main character that starts the game is using Flamethrower when I select normal "Attack" even though flamethrower is NOT assigned to the main character in any way or form. That move is for a phoenix that will join later in the game.

The main character is level 1 and only has a weapon move which is a slingshot! But when I select "attack", he uses Flamethrower despite Flamethrower is a magic attack and is NOT assigned to him or his class!

The main character is set to learn a bowling move at level five but nowhere in the database does it say that the main character can use Flamethrower!

I double checked the weapon and it is set to NO animation and the slingshot is NOT tied to Flamethrower in any way or form but my main character for some reason is using Flamethrower as a normal attack.

It does the entire Flamethrower animation, text, and everything but Flamethrower is nowhere on this character or his class.

Does anybody know what the problem could be?
Pages: first prev 123 last