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] Capture Enemy Skill

0 Members and 1 Guest are viewing this topic.

*
Rep:
Level 73
VIII or DIE!
This event is enables you to make a capture enemy skill, meaning you will be able capture an enemy
Battler and add it to your party, Its is also set up to consume items each time an enemy is caught and works best with YERD_SkillEffects.

First we need the Common event for the skill in Question, feel free to change as you see fit!

@> Conditional Branch: Switch [001: Critical Capture] = ON
@> Control Switches: Switch [002: Capture] = ON
@> Change Items: [Item 1], - 1
@> Control Variables: [001: Captures] + = 1
@>Text:-,-, Normal, Bottom
: : The enemy is caught!
@>
: Else
@> Change Enemy State: Entire Troop, - [Capture]
@> Change Items: [Item 1], - 1
@> Control Switches: Switch [002: Capture] = OFF
@>Text:-,-, Normal, Bottom
: : The enemy escaped!
@>
: Branch End
@>



Next make a state call it Capture
Set its priority at 10
Make it non-resistance
Put nothing in the text box’s
Make it release after 1 turn with 100 Chance



Then make a skill and call it Capture!
If you have YERD_SkillEffects paste <require all item 1> into the note box
If you don’t then it means you will still use the skill when there’s no capture items for it
And the skill does nothing when it has no capture items.
Give it 1 Base Damage
Give it 1 Attack-Force
Make the skill add the Capture state
Set the mp cost to zero
Make it use the capture common event
Set the target as one enemy



Then make a Item and call it Trap!
Make sure the items id is the same as the one above
And set the costs for the capture item?



Make a Common Event call it: Call Enemy 1
@> Change Part Member: Add [enemy here], Initialize
@>
Make a Common Event call it: Call Enemy 2
@> Change Part Member: Add [enemy here], Initialize
@>
Make a Common Event call it: Call Enemy 3
@> Change Part Member: Add [enemy here], Initialize

@>




Obviously you will need to make sure the actor is the same as the enemy you want
To Call so give the actor the same skills and appearance.

Then Go into your troop box

Make a new condition event with enemy 1’s HP 20% or below
@> Control Switches: Switch [003: Critical Capture HP] = ON


The make another event page with the conditional Switch [002: Capture] = ON
make it set for moment
Then enter
@> Conditional Branch: Switch [1. Enemy A] is [Capture] Inflicted
@> Call Common Event: Call Enemy 1
@> Call Change Enemy State: [1. Enemy A], + [Incapacitated]
@> Control Switches: Switch [002: Capture] = OFF
@> Conditional Branch: Switch [001: Critical Capture] = OFF
@>
: Else
@>
: Branch End
@>



Currently this event can only capture enemy: [1. Enemy A]
If you want capture more copy the above and paste it below that branch and then change
[1. Enemy A] to [2. Enemy B]
Repeat to cover all the enemies and if their different types of enemy, make sure they have there own
@> Control Switches: Switch [003: Critical Capture HP] = ON, Event Page and change
@> Call Common Event: Call Enemy 1
To the actor you want to be caught.

Let me know of any bugs in it!
« Last Edit: February 23, 2014, 03:57:57 PM by modern algebra »
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
Thanks for sharing all these great systems! I am sure they will be helpful to lots of people :) Too many people so quickly resort to scripts without realizing how much can be done with just some clever eventing.

*
Rep:
Level 73
VIII or DIE!
Hey thanks no problem :)
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
Oh, gosh! I had no idea you could do this with eventing!  :o

Great tutorials!!
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!
Hey yh me either until i thought... it must be do-able lol
most things can be done through eventing, well most things that dont change the way RPG maker
works anyhow :)
The only limit is your imagination.

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

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

***
Rep:
Level 74
I'm baaack!
Awesome! Is it possible to make a demo? Is it possible to make enemies that can not be captured?

How did you get enemy ID? (If I knew I could probably find out ^...)


Good job!

*
Rep:
Level 73
VIII or DIE!
Hey sure no problem i will upload a demo soon ;)
And im a little unsure what you mean by enemy IDs
You basically paste the event into your troop box for hich ever enemies you want eg.
Goblin can be caught and he is enemy 1, so you post the event in his troop box but only once
if there was another anemy say, orc you would post it in again but change every thing that says enemy 1 to enemy 2
If you had a monster that was uncatchable u just dont put in the event..
i hope that helps a bit

ill get demo up soonish
The only limit is your imagination.

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

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

***
Rep:
Level 74
I'm baaack!
thank you! Do you want a cookie?



EDIT: I don't accualy need a demo anymore.

*
Rep:
Level 73
VIII or DIE!
ooo.. a cookie.. takes :)
The only limit is your imagination.

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

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

***
Rep:
Level 74
I'm baaack!
Here's your cookie!




EDIT: I finally decided to re-write your event to work with my game and it took FOREVER!!!!! I'm just glad it's over...
« Last Edit: May 26, 2011, 02:01:21 AM by RPGMakerVX52 »

*
Rep:
Level 73
VIII or DIE!
yh anything troop based tends to lol.. i just make one troop and copy it to all of the others then remove the enemys from that troop and add the ones i want
The only limit is your imagination.

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

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

**
Rep:
Level 63
RMRK Grunt
Capture an Enemy? Are you sure you don't mean....I....Have...to...Catch Em' all?

*
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
Actually, I know you made this awhile ago, but I decided to test it out right now on a new game because I'm bored. :)

I liked the idea of creating a demo for this.
Would you like me to make a demo for you, of the new game I'm testing it on?
For some reason, I really feel like making a demo! lol

If not, It's alright :) It may not really need a demo. Just thought it might make it quicker to copy/paste the info to anyone's game.
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!
Sure go right ahead :D thanks
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
Sure go right ahead :D thanks

Okay! ;8 Finished already! I'll attach it. If you'd like, you can add it to the above post or just leave it down here, but either way I hope it helps at all. :) It wasn't hard to make it once I had already tested it out and had everything set up haha.

EDIT: Edited the demo and re-attached it here.
« Last Edit: December 28, 2011, 09:13:57 PM by yuyubabe »
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!
Hey yeah that works pretty well, only thing i would add would be a battle after the talking in the house with an event in that lets the player know the enemy is only catchable after you have taken away 75% of its health. Other then that its great!
« Last Edit: December 28, 2011, 11:33:24 AM by jameswhite89 »
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
Hey yeah that works pretty well, only thing i would add would be a battle after the talking in the house with an event in that lets the player know the enemy is only catchable after you have taken away 75% of its health. Other then that its great!

Oh, okay! Sure thing! I'll fix that and edit my post above with the new demo in a second :)

Edit: Okay, it's done. Re-attached it on my post above. :D
« Last Edit: December 28, 2011, 09:14:25 PM by yuyubabe »
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!
K now its awsome :) thanks for making it
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
Thanks!! I don't know if anyone will use it, but it's there just in case. It makes this much easier, so someone could just copy the codes rather then set them up haha :). I'm glad you like it! Great tutorial. ;8
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 63
RMRK Junior
Yuyubabe you rule ^_^!

Tryed it out just now, and unlike my flunked attempt worked like a charm. Thank you for posting the Demo, very much needed.

Oh and thanks  Jameswhite89 for posting these awesome Skills. They are very useful.

*
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
Thank you, nemrog!! :] Jameswhite89 is a very talented event-user, so I thank him once again for this great event tutorial, as well!

On another note, I was originally a little sad that once you capture one of a kind of enemy, one is the limit and trying to catch a new one of that type will do nothing (or replace the other one, I forget D:).

But, dricc made a great script that allows you to clone actors. I haven't tested to see if it works perfectly with this tutorial, but I don't see why there would be any problems. :-)

Many thanks again to dricc and Jameswhite89!!
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]