What is the add-on you want the most ?

  • combat animation scene

    Votes: 16 80.0%
  • fog of war

    Votes: 1 5.0%
  • experience gain system

    Votes: 2 10.0%
  • permanent death

    Votes: 1 5.0%

  • Total voters
    20
  • Poll closed .
Status
Not open for further replies.

Austin123

Villager
Member
Joined
Jan 10, 2018
Messages
19
Reaction score
1
First Language
English
Primarily Uses
N/A
Can this script be used with RPG Maker VX Ace? or is there a script like this for that program?

I love the idea of this and would make for a fun game.
 

Krystek_My

Regular
Regular
Joined
Dec 29, 2017
Messages
275
Reaction score
76
First Language
Polish
Primarily Uses
RMMZ
@Austin123 Here is something you're looking for (http://lemon-slice.net/material_rgss3.html), but it's japanese site you need to translate it (in chrome when you right click there would be option to trnaslate site to [your browser language here] language (or something like that, I'm not using english version)). I don't know how to translate script in VX ACE, so seach the internet.
@Embxii any updates planned?
 

arleq1n

Regular
Regular
Joined
Apr 9, 2018
Messages
110
Reaction score
189
First Language
French
Primarily Uses
RMMV
I tried it, but when the battle started, this message just appeared and i came back to the map.
If a defeat appears directly, it means that the system does not recognize the actors. Check that you are using <actor: id> without spaces.

So I am trying .6 and I cant get the battle to even start what is the Plugin that I have to use now?
To call the battle process, you must use the battle processing command of an event.

Hi Embxii, I need help, the add-on "MouseSystem" stopped working in version 0.6, I need it, because in my game, only mouse is used for all actions. How soon will the update addon? So far, the plugin works only on the keyboard.
I currently have a version that works but there are compatibility issues with other plugins. I think I'll have time in September.

@Embxii any updates planned?
I am currently working on a demo of my game. I wish to release it for the 1.0 to be able to benefit from the little visibility and to show an example of use. Anyway, I'm thinking of bringing an update in September with some new features.
 
Last edited:

SoulBlade32

Regular
Regular
Joined
Aug 27, 2019
Messages
38
Reaction score
27
First Language
English
Primarily Uses
RMMV
Hey all, new to RPG Maker MV and new to all of this in general. I was wondering if there is a way to set move range for specific enemies and if so, how would I do that?
 

YbanezKien

Villager
Member
Joined
Jul 4, 2018
Messages
16
Reaction score
0
First Language
English
Primarily Uses
RMMV
So I have been trying to use the .6 update and For some reason I put it in the event command and the battle isn't starting what so ever.
I am wondering If I am doing something wrong. Or if I am just really dumb.
 

BornSacred

Warper
Member
Joined
Aug 28, 2019
Messages
2
Reaction score
0
First Language
English
Primarily Uses
RMMV
Yeah I can’t seem to make the plugin work. It keeps saying team defeated I think I’m putting the code in the wrong note section but idk can anyone help I’m new at this.
 

Flox

Warper
Member
Joined
Sep 4, 2019
Messages
2
Reaction score
0
First Language
French
Primarily Uses
RMMV
Hello ! I would like to use the plugin but I have some problems when I'm launching a battle.
If <party: 1>: Cannot read property'params' of undefined
If <actor: 1>: Cannot read property'setupEvent' of null
Sorry for my newbie questions, tell me if you need screenshots :D
 

Attachments

  • upload_2019-9-4_16-5-57.png
    upload_2019-9-4_16-5-57.png
    15.9 KB · Views: 9
Last edited:

Flox

Warper
Member
Joined
Sep 4, 2019
Messages
2
Reaction score
0
First Language
French
Primarily Uses
RMMV
The problem with the party had been resolved but I still can't start a battle because of the error message with <actor: x>.
 
Last edited:

TheLastYuriSamurai

TheLastYuriSamurai
Regular
Joined
Dec 26, 2013
Messages
185
Reaction score
284
First Language
English
Primarily Uses
RMMV
So after playing around with the system I'm trying it out and honestly I love it. I'm getting the strangest problem that I can't replicate in the demo so I thought I'd ask:

So I have the player teleported into battle, fights, a switch is activated to end battle, back to "normal" map. No issues. It's however when I try to implement a SECOND battle that problems occur. I've learned to turn the "off battle" switch off so the enemies will reappear... but then the character can't "detect" them for an attack! I'm using the demo version of the script and have utilized the images shown in the forums... The battle does appear to start but the attack option is greyed out no matter how close I get and after having the party "guard".... it just stops. I again can't replicate this in the demo. There's no script incompatibilities as it's the only one... I'm at a major loss here. I can't seem to figure out what is causing it..
 

arleq1n

Regular
Regular
Joined
Apr 9, 2018
Messages
110
Reaction score
189
First Language
French
Primarily Uses
RMMV
Hey all, new to RPG Maker MV and new to all of this in general. I was wondering if there is a way to set move range for specific enemies and if so, how would I do that?
Hi, you can use <mvp:number> directly in tag of your event for define the move range of the specific enemy.

So I have been trying to use the .6 update and For some reason I put it in the event command and the battle isn't starting what so ever.
I am wondering If I am doing something wrong. Or if I am just really dumb.
In 0.6 version, you must use the battle processing command of an event for starting battle.

Yeah I can’t seem to make the plugin work. It keeps saying team defeated I think I’m putting the code in the wrong note section but idk can anyone help I’m new at this.
If a defeat appears directly, it means that the system doesn't recognize the actors. Check that you are using <actor:id> without spaces.

So I have the player teleported into battle, fights, a switch is activated to end battle, back to "normal" map. No issues. It's however when I try to implement a SECOND battle that problems occur. I've learned to turn the "off battle" switch off so the enemies will reappear... but then the character can't "detect" them for an attack! I'm using the demo version of the script and have utilized the images shown in the forums... The battle does appear to start but the attack option is greyed out no matter how close I get and after having the party "guard".... it just stops. I again can't replicate this in the demo. There's no script incompatibilities as it's the only one... I'm at a major loss here. I can't seem to figure out what is causing it.
Can you send me your project containing only the problem and without the unused files? The system has some problems with combat transitions. I would be grateful if you could.
 

TheLastYuriSamurai

TheLastYuriSamurai
Regular
Joined
Dec 26, 2013
Messages
185
Reaction score
284
First Language
English
Primarily Uses
RMMV
I want to thank you for responding to me, as it means a lot. And I switched versions to the most current (i originally was a bit confused by it without a demo) and it works! On second look at the demo it actually crashes on repeat battles, which is strange. Your most up the date version works great though! I have to play with the fade in screens but its fantastic and I'm overjoyed to be using it for the upcoming rainbow jam!! Thanks again!!! If you need any assistance in making or testing a demo i would be happy to help, thank you for making such an easy to use tactical battle system!!
 

Baldur

Villager
Member
Joined
Nov 30, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
Hihi!

Okay, I've posted in this forum before. I lost all my data recently (Had to format computer) and the new system confuses me. I tried to deactivate the combat scene, but it simply causes no animations to play on the map when attacks are done, as it did in earlier versions, and now I can't even get the event to run and properly activate the battle system!

Help a poor newbie out?
 

YbanezKien

Villager
Member
Joined
Jul 4, 2018
Messages
16
Reaction score
0
First Language
English
Primarily Uses
RMMV
That is understandable I cant seem to find the battle command in that document.
 

Asrielupgraded

Villager
Member
Joined
Sep 14, 2019
Messages
13
Reaction score
2
First Language
English
Primarily Uses
RMMV
Oh I wanted to add troops into one enemy unit because I'm making a Yggdra Union Fangame but the tactics system only allows one enemy at a time.
 

Drogazy

Regular
Regular
Joined
Aug 7, 2016
Messages
36
Reaction score
2
First Language
Portuguese
Primarily Uses
I disable the combat scene animation. But, when the enemy is defeated, I received the message "Type error undefined is not a function"
I'd like to use the system without the combat scene animation. Is that possible?
 

SKK65

Warper
Member
Joined
Aug 10, 2019
Messages
3
Reaction score
1
First Language
English
Primarily Uses
RMMV
I have a similar problem which wasn't really solved here. Whenever I try to start the battle, everything is just invisible. 0.5 works just fine, but 0.6 doesn't work at all. Any solutions?
 

YbanezKien

Villager
Member
Joined
Jul 4, 2018
Messages
16
Reaction score
0
First Language
English
Primarily Uses
RMMV
Hey man thanks for the assist. Wondering about if counters or reflects will ever work.
 
Last edited:
Status
Not open for further replies.

Latest Threads

Latest Profile Posts

An optimal price for an indie game on Steam also needs to be accompanied by an optimal sales discount %. For a solo indie game, I think the optimal price is where it should be low enough that a single Steam card can be used to buy it, after tax. A few cents the wrong direction can potentially mean someone who was gifted a Steam card can't buy the game, then picks something else to buy.
I've been so lazy about doing art but I finally decided to buckle down and get some work done on the party!

aa312ffbcd667933.png

3d554012e96e4526.png
SallyFaceTest.png
Testing the first face in battle!

Forum statistics

Threads
134,684
Messages
1,249,701
Members
177,423
Latest member
Moodesburn1977
Top