VE - Leap Attack

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,452
First Language
Portuguese
Primarily Uses
















This script is an add-on for the 'Victor Engine - Animated Battle' script. It allows to implement "Leap Attacks", this attacks allows the battler to stay outside of battle for some time, then return making a powerful attack. Similar to the "Jump" from the Final Fantasy series.

Download:
Victor Engine - Leap Attack

Credits:
Author: Victor Sant


Terms of Use
 
Last edited by a moderator:

Nicke

Fortune seeker
Veteran
Joined
Apr 4, 2012
Messages
549
Reaction score
552
First Language
Swedish
Primarily Uses
RMMV
Neat but I found it a bit op since the characters basicially can't be attacked a whole turn. Why are they in the air so long?
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,452
First Language
Portuguese
Primarily Uses
This is how it is on Final Fantasy Jump skill, this script just reproduce the effect.
 
Last edited by a moderator:

Nicke

Fortune seeker
Veteran
Joined
Apr 4, 2012
Messages
549
Reaction score
552
First Language
Swedish
Primarily Uses
RMMV
Oh alright!
 

Blackheart

Developer in Training
Veteran
Joined
Dec 15, 2012
Messages
145
Reaction score
21
First Language
English
Primarily Uses
How long does this jump last with an ATB system?
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,452
First Language
Portuguese
Primarily Uses
Depends, you can setup how many turns it will take for the battler to go down, and you can setup a time modifier for the jump time.
 

Lionheart

Veteran
Veteran
Joined
Apr 16, 2012
Messages
52
Reaction score
0
First Language
Italiano
Primarily Uses
Nice script!
But it does not work with your script "Victor Engine - Actors Battlers".
I tried but does not act!
 

Mr. Bubble

Makes stuff.
Member
Joined
Mar 1, 2012
Messages
853
Reaction score
163
Nice script!

But it does not work with your script "Victor Engine - Actors Battlers".

I tried but does not act!
"It does not work" and "I tried" is not enough information to help you with. If you expect help, please be descriptive about what you tried to do.

I've been in the RM community to know that the majority of issues people have with scripts are user-errors. In other words, it usually your fault.
 

Lionheart

Veteran
Veteran
Joined
Apr 16, 2012
Messages
52
Reaction score
0
First Language
Italiano
Primarily Uses
"It does not work" and "I tried" is not enough information to help you with. If you expect help, please be descriptive about what you tried to do.

I've been in the RM community to know that the majority of issues people have with scripts are user-errors. In other words, it usually your fault.
OK! Was my fault!

The problem is that I put the tags in the notes box skill as recommended by the script!

But the ability to "jump" is not executed!
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,452
First Language
Portuguese
Primarily Uses
It don't work with actors battlers? It REQUIRES actors battler to work. You should check your setup again, you did something wrong.
 

Lionheart

Veteran
Veteran
Joined
Apr 16, 2012
Messages
52
Reaction score
0
First Language
Italiano
Primarily Uses
It don't work with actors battlers? It REQUIRES actors battler to work. You should check your setup again, you did something wrong.
I'm using "Victor Engine - Actors Battlers" v 1.09

And in the notes box of skill "Leap Attack" I set:

<leap turn: 1>

<leap time: 100%>

<cast time: 125>
 

Lionheart

Veteran
Veteran
Joined
Apr 16, 2012
Messages
52
Reaction score
0
First Language
Italiano
Primarily Uses
I'm using "Victor Engine - Actors Battlers" v 1.09

And in the notes box of skill "Leap Attack" I set:

<leap turn: 1>

<leap time: 100%>

<cast time: 125>
What did I do wrong?
 

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,452
First Language
Portuguese
Primarily Uses
What did I do wrong?
As always people do... you didn't read all the damn instructions -.-'

#------------------------------------------------------------------------------

# Additional instructions:

#

# To setup an action as a Leap Attack you need to add at last 2 note tags on it:

#  <leap turn: x>

#  <action pose: leap attack>

#

# The tag <action pose: leap attack> can be replaced with any custom action

# pose you want *AS LONG IT CONTAIN THE COMMAND "leap: oof;"* If you add an

# action without this command the battler will not return to the battle.

#

# The leap attack actions are available for the Default, Charset and Kaduki

# templates, if you're using any custom template you must add the leap action

# sequence manually.

#

#==============================================================================
 

Lionheart

Veteran
Veteran
Joined
Apr 16, 2012
Messages
52
Reaction score
0
First Language
Italiano
Primarily Uses
As always people do... you didn't read all the damn instructions -.-'
I have read the instructions!

I use your battle system:

Actors Battlers



But here there are no set poses ...

The system is stationary! So what do I put in the skill notes?!?
 
Last edited by a moderator:

Victor Sant

Veteran
Veteran
Joined
Mar 17, 2012
Messages
1,694
Reaction score
1,452
First Language
Portuguese
Primarily Uses
@Lionheart

Seriously, READ THE fricking INSTRUCTIONS!

#------------------------------------------------------------------------------

# Compatibility

# Requires the script 'Victor Engine - Basic Module' v 1.33 or higher

# Requires the script 'Victor Engine - Animated Battle' v 1.17 or higher

# Requires the script 'Victor Engine - Actors Battlers' v 1.08 or higher

# If used with 'Victor Engine - Active Time Battle' place this bellow it.

# If used with 'Victor Engine - Automatic Battlers' place this bellow it.
It's now big enough for you to read? Then people say that i'm rude, but this is just on the top of the script comments. Only being absurdely lazy to not read it!This is an add-on for the animated battle that requires the Actors Battlers. If you don't know how to use the animated battle, wich the script that controls the animations, even with the whole manual provided and other guides like Passive Lion tutorial, give up.
 
Last edited by a moderator:

WCouillard

Veteran
Veteran
Joined
Nov 24, 2013
Messages
48
Reaction score
13
First Language
English
Primarily Uses
Encountering a strange thing, and I'm just wondering if anyone else is having the same issue, or might know what to edit to fix it.

When using a leap attack, if the skill has a cost (MP for example), the landing also deducts the cost. So, if a character has 10 MP, and it costs 6 to use the leap attack, they will never land, as they do not have the MP required. Skill cost should not be deducted twice.

Only me? Or is anyone else also having this problem? Anyone know of a fix?

EDIT: OK, I figured it out.

Simply have to edit and add a check to a method in Game_BattlerBase.

Code:
#--------------------------------------------------------------------------
  # * Pay Cost of Using Skill
  #--------------------------------------------------------------------------
  def pay_skill_cost(skill)
    self.mp -= skill_mp_cost(skill) unless leap_ready? && $imported[:ve_leap_attack] != nil
    self.tp -= skill_tp_cost(skill)
  end
This will stop leap attacks with an MP cost from deducting the MP cost twice.
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD

Forum statistics

Threads
105,868
Messages
1,017,072
Members
137,578
Latest member
JamesLightning
Top