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!
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?
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...
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.
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.
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
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. :/
Thank you...Thank you so much