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: SkillRobber XP
- Original author: kyonides
- Original date: June 19, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/skillrobber-xp.158467/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS Scripts (RMXP)
Summary
SkillRobber XP by Kyonides Introduction No, it's not a Blue Mage skill script!
Archived First Post
SkillRobber XP
by Kyonides
by Kyonides
Introduction
No, it's not a Blue Mage skill script!
Your heroes don't need to ever die to learn the skill for one reason only...
They will steal it themselves!
Instructions
Code:
# If you succeed, the Target Animation will be displayed on top of your hero!
# Add the same number of Skill & State ID's to the SKILL_IDS & STATE_IDS
# Constants because they totally are correlated.
# The higher the Skill ID, the more powerful it should be.
# Create the same number of Skills and States in the DB.
# The stealable skills may add 1+ of those States to their Plus State Set.
# They are another indicator of the Skill's Power Level required to steal them.
module SkillRobber
SKILL_IDS = [82, 83]
STATE_IDS = [20, 21]
DOWNLOAD SCRIPT & DEMO
Terms & Conditions
Free for use in any :gamer: game!
Tell a certain blue squirrel and an raven haired elf girl that there's a lot of spam coming their way!
Remember that stealing is bad!
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 downloadCreator 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.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...