Help me! Script Capture moster

Started by ZjnZjn, November 29, 2012, 12:49:01 am

Previous topic - Next topic

ZjnZjn

I'm making a game using the Blizz ABS. I want after I kill the monster, I can catch it. Monsters can level up, learn skill and battle with me. Help me, plz!

KK20

You're going to have to explain the system in way more detail than that. I already have a bunch of "what if" and "how" questions popping in my head.

You can use pets.
You can use a party switcher script.
After killing an enemy add the monster actor to the party.
Are monsters unique? How do you catch them? Is it 100% successful?

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

ZjnZjn

November 29, 2012, 02:14:08 am #2 Last Edit: November 29, 2012, 02:37:21 am by ZjnZjn
I'm sorry...I can't speak English so I using google-translate..
I like pokemon so I want to create a game pokemon. I want my pokemon can battle in map same as Blizz-ABS...

KK20

Other than what I have already said, there's not enough explained for there to be any reason to script this. Just use a Party Switcher script and create actors that mimic the monsters, adding them in after you kill them with a script call.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Kirye

Here's the first thing that came to my mind.

1) Create an item that would catch these monsters, your Pokeball if you will. Make it a projectile item, homing or however you want it to be through the Blizz ABS config.

2) Create a custom event trigger on certain monsters that you'd want to catch. The Custom Trigger event is done by using the "Comment" event command. Write in "Trigger:Item=ID of your Pokeball" without the quotes. Make sure the comment is on the very top of the event page.

3) Create the monster that you want to catch on the Actors tab in the Database. This way leveling up monsters is much easier.

4) When the event is triggered by this item, you can make an "Add Party Member" command that adds that monster from your Actors database into your party.

It's very crude, and I haven't used BABS in a little while so i'm not sure if this would be the best way to go. Also sorry if it's confusing.

Spoiler: ShowHide

ZjnZjn

Thanks....
But I can't catch two moster same actor ( in pokemon, you can catch a lot of moster). My team can't have the same two monsters

Kirye

December 03, 2012, 12:03:14 pm #6 Last Edit: December 03, 2012, 12:05:45 pm by Kirye
Quote from: ZjnZjn on December 03, 2012, 01:51:27 am
Thanks....
But I can't catch two moster same actor ( in pokemon, you can catch a lot of moster). My team can't have the same two monsters


Yeah, unfortunately that would require some extra work and scripting. I remember seeing a script that allowed multiple uses of the same actors, just not on this website. If I remember where it was, i'll link it here and hopefully that works.

EDIT: I think I found it, hope it works. http://planetfleed.freeforums.org/actor-cloning-system-v0-1-t46.html

It used to have a larger description. :/

Spoiler: ShowHide

ZjnZjn