- Joined
- Jun 27, 2011
- Messages
- 1,864
I may be blind, but i can't see on how to modify the hero level-up model at Game Interface. Is there a way to do it?
Aher (Hero): The hero ability specifies the level up effect of heroes in its caster art field. You'll need a customized AbilityData.slk file in order to get this ability displayed in the editor. Simply set the useInEditor flag to 1 in that file.
Source: http://www.wc3c.net/showthread.php?t=81742
Exactly.do u mean how to change the effect that is made when a hero lvls up ?
Do you have any idea on how can i get that "AbilityData.slk"?It comes from an ability which I believe all heroes have. You can't see it though as it is hidden in the world editor so it's a bit more fiddly to change than you might have hoped.
I hope someone else can confirm or expand upon my limited answer.
Exactly.
Do you have any idea on how can i get that "AbilityData.slk"?
It is right there.
Abilities\Spells\Other\Levelup\Levelupcaster.mdx
No, what he meant is how to modify the level up model. Changing into another level up model.
He just needs to replace that model.
Do you have any idea on how can i get that "AbilityData.slk"?
Oh, just grab an effect model you like, import it in WE and use this custom path for the model: Abilities\Spells\Other\Levelup\Levelupcaster.mdx. This should do it just right.
Oh thanks, it works like a charm! :')Oh, just grab an effect model you like, import it in WE and use this custom path for the model: Abilities\Spells\Other\Levelup\Levelupcaster.mdx. This should do it just right.
It doesBut I do know it only applies for skins and not models..... Well, does it apply for models too?
Oh thanks, it works like a charm! :')
It does