public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MV SumRndmDde_TPUpgrade Help

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: MV SumRndmDde_TPUpgrade Help
  • Original author: firestalker
  • Original date: August 16, 2024
  • Source thread: https://forums.rpgmakerweb.com/threads/sumrndmdde_tpupgrade-help.171126/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support

Summary

TP Upgrade So, I love the above plugin by SumRndmDde. It allows me to create skills that use TP instead of MP and make the TP of an actor grow like HP/MP. It's a great plugin that works surprisingly well, with only a few quirks. It's those quirks that bring me here today. Quirk 1: The TP restoration item is usable in the menu, but it doesn't stop being usable when the TP bar is full like an HP/MP item does. The signature "Buzzer" sound doesn't play until the item...

Archived First Post

TP Upgrade

So, I love the above plugin by SumRndmDde. It allows me to create skills that use TP instead of MP and make the TP of an actor grow like HP/MP. It's a great plugin that works surprisingly well, with only a few quirks. It's those quirks that bring me here today.

Quirk 1: The TP restoration item is usable in the menu, but it doesn't stop being usable when the TP bar is full like an HP/MP item does. The signature "Buzzer" sound doesn't play until the item is completely gone. Unfortunately, the fix that @ATT_Turan made in the TP/MP Item Help thread doesn't seem to work for me.

I would like it to work like an HP/MP restoration item does. If possible...

Quirk 2: Is the TP Item have a Note Tag to add the TP back [like the Damage Formula] that works well and as intended. The thing is, the Note Tags don't pop up the numbers when the item is used. The only reason I know they work at all is that the bar is filled when I do. I can use the Damage formula to add TP using this formula:

Code:
b.gainTp(50); 0
But this code doesn't work at all... Whenever I use the item the TP numbers pop up, but then a damage '0' also pops up. I can't get rid of the "; 0" for the formula since it's needed for some reason.

I would like the Damage pop-ups to show when using the Note Tags, please.

Thank you to all that can help...

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
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.

#039#rpg-maker-archive#js-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar