RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[Request] Item required for skill.

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 75
RMRK Junior
Hi.
I am looking for an script that players are not able to use a skill [Shield Smash] unless they have an Item equipped [Shield]

For example: The skill 'Shield Smash' Requires a 'Shield*armor*' to be used. Or else the skill shows grey.
Example: The skill 'Ambush' Requires a 'Dagger*weapon*' to be used. Or else the skill shows grey.
Example: The skill 'Flame Arrow' Requires a 'Arrow*item*' and a 'Bow*weapon*' to be used. Or else the skill shows grey.

If possible I like to have comments in the Skill/Item/Weapon/Armor Note Boxes to set the requirements.

Please tell me if you need more Information  :)

MrD

***
Rep:
Level 82
IT ALL ENDED.
Simple(i think)
Spoiler for:
Create a common event
@>Conditional branch[Actor you wish] is [ARMOR equipped]
   @>Change skills [Actor], +[Skill]
  : else
      Change skills [actor], -[skill]
Trigger: parallel process
Cond. switch: whatever
JUst turn the switch on at the start of the game
Some of the command names may be different, this is for XP
« Last Edit: March 20, 2011, 05:02:58 AM by Johnny English »

********
Furry Philosopher
Rep:
Level 94
Rawr?
2013 Best RPG Maker User (Creativity)Randomizer - GIAW 11Gold - GIAW 11 (Hard)Secret Santa 2013 ParticipantFor frequently finding and reporting spam and spam bots2012 Best RPG Maker User (Programming)2012 Best RPG Maker User (Mapping)Secret Santa 2012 ParticipantGold - GIAW 9Project of the Month winner for September 2008For taking a crack at the RMRK Wiki2011 Best RPG Maker User (Programming)2011 Kindest Member2011 Best Veteran2010 Most Deserving Of A Promotion2010 Best RPG Maker User (Technical)
I think this is what you're looking for:
http://rmrk.net/index.php/topic,24407.0.html

It's not exact, it doesn't display grayed out skills if you don't have the equipment on, but it sounds closely related enough to what you're describing. Hope it helps.

« Last Edit: March 18, 2011, 04:30:54 PM by Zylos »




**
Rep: +0/-0Level 75
RMRK Junior
Thanks for the try. but it's not what I was looking for.

I want that the skill requires a Item, and not an item that learns a skill. That would mass up a class in my game
Example: Cleric equips 'Shield' learns 'Shield Smash'.    this is not what I want.

If you have played wow. there are skills that requires Items to use skills. Like for the warrior Tank 'Shield Bash' need a shield to be used.

And the common event is a point... but if it was for 'Class' and not 'Actor'. thanks for trying though.

MrD

***
Rep:
Level 82
IT ALL ENDED.
Quote
For example: The skill 'Shield Smash' Requires a 'Shield*armor*' to be used. Or else the skill shows grey.
That's what my event does. exept, instead of greying out , the skill doesnt show.

**
Rep: +0/-0Level 75
RMRK Junior
I will use your common Event again and see the result.
MrD