public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

XPKSkillNeedState 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: KSkillNeedState XP
  • Original author: kyonides
  • Original date: January 29, 2023
  • Source thread: https://forums.rpgmakerweb.com/threads/kskillneedstate-xp.154514/
  • Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS Scripts (RMXP)

Summary

KSkillNeedState XP Version 0.4.0 by Kyonides Arkanthes​ Introduction

Archived First Post

KSkillNeedState XP
Version 0.4.0

by Kyonides Arkanthes

Introduction

Aluxes alias Alex can't get things to work properly the first time so you better help him adquire a specific state to be able to cast his world famous anti-ghost skill Cross Cut. This scriptlet will make it possible!

Adjust the values of the SKILL_STATE_IDS and NOT_STATE_IDS Constants at will.
Ruby:
# { SkillID1 => StateID1, etc. }
module KSkillNeedState
  ANTI_PHYS_STATE_ID = 19
  SKILL_STATE_IDS = { 57 => 17 }
  NOT_STATE_IDS = { 57 => 18 }
end

DOWNLOAD SCRIPT & DEMO

Terms & Conditions

Free as in beer.
Include my nickname in your game credits.

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

Include my nickname in your game credits.

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.

#rgss#script-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar