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.
[VX] Make Enemy Skip Turn Skill

0 Members and 1 Guest are viewing this topic.

*
Rep:
Level 73
VIII or DIE!
This event is enables you to make a Skip Turn skill which upon use will cause the enemy you are targeting
to Skip its turn... its very similar to the fear skill

First we need the Common event for the skill in Question, feel free to change as you see fit!
@> Control Switches: Switch [001: Skip] = ON
@>



Next make a state call it Skip
Set its priority at 10
Make it non-resistance
Put: [does nothing] in the enemy state apply box
Make it release after 0 turn with 100 Chance



Then make a skill and call it Skip Turn!
Give it 0 Base Damage
Give it 0 Attack-Force
Make the skill add the Skip state
Set the mp cost to zero
Make it use the Skip common event
Set the target as one enemy
make the speed of the skill as high as you can!



Then Go into your troop box
Make a new event page call it Skip
Set its condition as: Switch [001: Skip] = ON make its span a turn
Then add:
@> Conditional Branch: [Enemy 1] is [Skip] Inflicted
@> Force Action: [Enemy 1], Wait, Index 1
@> Control Switches [001: Skip] = OFF
@>
: Else
@>
: Branch End
@> Conditional Branch: [Enemy 2] is [Skip] Inflicted
@> Force Action: [Enemy 2], Wait, Index 2
@> Control Switches [001: Skip] = OFF
@>
: Else
@>
: Branch End
@> Conditional Branch: [Enemy 3] is [Skip] Inflicted
@> Force Action: [Enemy 3], Wait, Index 3
@> Control Switches [001: Skip] = OFF
@>
: Else
@>
: Branch End
@> Conditional Branch: [Enemy 4] is [Skip] Inflicted
@> Force Action: [Enemy 4], Wait, Index 4
@> Control Switches [001: Skip] = OFF
@>
: Else
@>
: Branch End

And so on till you reach enemy 8.

Let me know of any bugs in it!
If you have any questions feel free to ask
Also sorry for the lack of pictures in it.
« Last Edit: February 23, 2014, 04:02:47 PM by modern algebra »
The only limit is your imagination.

My artwork:
http://jameswhite89.deviantart.com/

My Music:
http://uk.myspace.com/jamescoversall

*
The Hero of Rhyme
Rep:
Level 83
( ͡° ͜ʖ ͡°)
2014 Queen of RMRKProject of the Year 20142014 Best RPG Maker User - Story2011 Best Newbie2014 Kindest Member2014 Best RPG Maker User - Creativity2013 Queen of RMRKBronze SS AuthorBronze Writing ReviewerSecret Santa 2013 ParticipantFor taking arms in the name of your breakfast.GOOD!For frequently finding and reporting spam and spam bots2012 Best Yuyubabe Smiley2012 Best RPG Maker User (Creativity);o
Wow, that's a pretty good idea. :)

Thanks for sharing!
Spoiler for My Games and Art:
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]


*
Rep:
Level 73
VIII or DIE!
yh cool cool no probs :) this ones pretty much more of the same thing as the fear command which makes the enemy flee instead...
The only limit is your imagination.

My artwork:
http://jameswhite89.deviantart.com/

My Music:
http://uk.myspace.com/jamescoversall

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
Good work.

And you almost certainly know this, but since a lot of people seem to think copy pasting the same event page in every monster troop is a big deal, one way to make it a little cleaner is just to put all of that stuff in a common event. Then, you need only make the page in the event and have it call that common event. That way, when you have a lot of this type of event (like this one and the fear) you can put them in the same page and it looks a bit cleaner.