• 🏆 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!

Druid hero.

Status
Not open for further replies.
Level 2
Joined
Jan 13, 2011
Messages
19
need help with druid shapeshifting hero.
how can iget so each time it shape shifts it gets different spells depending on want it shape shifts into. also when it learns the skills in shape shift mode, will it reset each time to shapeshifts again. if so can i fix this?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,201
For each form, make a separate hero. When he morphs, you swap the heroes. Items get transfered each time he swaps. This is how class changes were done in FFEpic RPG.

You could ofcourse recreate the hero each time and store ability levels in an integer array system but this may cause frame dropping at high levels with code that must run on each level.
 
Level 2
Joined
Jan 13, 2011
Messages
19
but this is an rpg and saving will be done in normal mode, so how can it be made that when saving, it will save ur heroes spells in each form, how do we make it that when u save, it saves the spells in ALL 3 forms.
 
Status
Not open for further replies.
Top