• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Pokemon Map help

Status
Not open for further replies.
Level 13
Joined
Oct 16, 2010
Messages
729
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 63
Joined
Jan 18, 2005
Messages
27,156
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