public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

XPRandomSkillKost XP

BMM Archive · July 16, 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: RandomSkillKost XP
  • Original author: kyonides
  • Original date: February 5, 2024
  • Source thread: https://forums.rpgmakerweb.com/threads/randomskillkost-xp.165469/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS Scripts (RMXP)

Summary

RandomSkillKost XP by Kyonides​ Introduction This script allows you to set a range of percentages that could be randomly selected by the system at the beginning of the party selection stage.

Archived First Post

RandomSkillKost XP

by Kyonides

Introduction


This script allows you to set a range of percentages that could be randomly selected by the system at the beginning of the party selection stage.

That percentage will be speedily applied to the actual Skill's Cost ONLY IF either the actor or the enemy trooper contracts a disease, what this script calls the COST_STATE.

As long as that specific state remains, the hero or trooper will not spend the normal amount of SP unless they get really lucky or the effects of the state finally wear off.

This is what you need to configure:

Ruby:
module RandomSkill
  # Set a Range of Percentages
  COST_PERCENT = -20...20
  COST_STATE = 24
end

The rest is taken care of by the system.

Download Demo

Terms & Conditions


Free for use in ANY game.
Due credit is mandatory.
That's it!

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

License / Terms Note

Due credit is mandatory. That's it!

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#rgss#script-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar