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: UnEkuipSkill XP
- Original author: kyonides
- Original date: August 24, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/unekuipskill-xp.139840/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS Scripts (RMXP)
Summary
UnEkuipSkill XP by Kyonides Arkanthes Introduction You know how much ghosts hate Aluxes aka Alex so why don't you let them disarm him or remove a piece of armor?
Archived First Post
UnEkuipSkill XP
by Kyonides Arkanthes
by Kyonides Arkanthes
Introduction
You know how much ghosts hate Aluxes aka Alex so why don't you let them disarm him or remove a piece of armor?
Keep in mind that you will need to create two new skills in the skill database.
Then open the script and go to the UnEkuip module in order to set the corresponding skill IDs.
Ruby:
module UnEkuip
WEAPON_SKILL = 81
ARMOR_SKILL = 82
SHOW_MISS_MESSAGE = true
# several lines of code here
end
Of course, they might not be equal to 81 and 82 respectively in your game project.
As a bonus you can also test an add on for the default battle system where you can equip a single weapon or piece of armor per actor and per turn.
DOWNLOAD DEMO
Terms & Conditions
Feel free to use it anywhere but not as a umbrella or else you'll get a cold then.
Include me in your game credits!
Do not repost it anywhere else!
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Include me in your game credits! Do not repost it anywhere else!
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.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...