• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Pokemon Map help

Status
Not open for further replies.
Level 13
Joined
Oct 16, 2010
Messages
731
Ok I'm making a pokemon map (cool right..) and the first evolution has different spells named after pokemon moves. the second evolution also has these same moves, I've made it work so that i click the evolve ability and if the pokemon is high enough level it will evolve. BUT! I want to make it so that it keeps the spells at the levels which you picked, rather than the skill points to be reset. Any ideas?
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
Depends on how you morph your First pokemon to your Second Pokemon (Or Evolved). Do you remove the first unit and create another one? Or Unit - Replace? or some of the Morph Abilities?

How many pokemons you have? How many pokemons a player can have?... Why don't you evolve your pokemons automatically when they level up instead of using a skill for that?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,201
You need to store which abilities the player learned and then recall them after evolving so you can learn all the abilities for the player using script.

An easy way would be a list of abilities. You just itterate through the list learning all the abilities it contained.
 
Status
Not open for further replies.
Top