SkillRobber ACE
SkillRobber ACEby 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
Ruby:
# Create the same number of Skill & State ID's in the DB.
# The new skills should include the following note tags:
# Skill Robber's Note Tag
# <steal skill lvl 1 anime 3 6>
# Stealable Skill's Note Tag
# <stealable skill lvl 1>
# The level indicates how powerful Skill Robber should be in order to learn it.
# The animations will be used for the success and failure cases. Here a fail
# actually means that your hero already knows the skill.
module SkillRobber
MESSAGE_LEARNED = "%s already learned %s!"
MESSAGE_SUCCESS = "%s has stolen %s from %s!"
ROB_SKILL_NOTE_TAG = /<steal skill lvl (\d+) anime (\d+) (\d+)>/i
STEALABLE_NOTE_TAG = /<stealable skill lvl (\d+)>/i
DOWNLOAD SCRIPT & DEMO
Terms & Conditions
Free for use in any game!
Tell people that stealing is bad!
That's it!
本贴来自国际rpgmaker官方论坛作者:kyonides处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/skillrobber-ace.158503/
页:
[1]