public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

help with how to make a limit break setup

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: help with how to make a limit break setup
  • Original author: sirkos
  • Original date: January 5, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/help-with-how-to-make-a-limit-break-setup.54292/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support

Summary

i sorta got a limit break tag code.... if (user.tp == 100) { id = 50; } else {

Archived First Post

i sorta got a limit break tag code....

<Custom Replace Attack>
if (user.tp == 100) {
id = 50;
} else {
id = 0;
}
</Custom Replace Attack>

it works but the skill can be used even when it hasnt been learnt

solved!

also when TP is set to 100 when using the limit break skill it wont play the cast animation unless the TP needed is set to 99 or less any idea how to fix this?

what would the code be to do the same but just to add the skill as a command?

also would this work

<Custom Replace Attack>

if (user.tp == 100 && user.isLearnedSkill(50, 49, 48)) {
id = 50, 49, 48;
} else {
id = 0;
}
</Custom Replace Attack>

http://yanfly.moe/2015/12/26/yep-51-weapon-unleash/

Protected download

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

LIMIT BREAKER.jpg
LIMIT BREAKER.jpg
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar