• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[General] Change hero abilities

Status
Not open for further replies.
Level 24
Joined
Jun 26, 2020
Messages
1,853
I wanna when you select a hero in my map under specific conditions the selected hero has differents abilities than it would normally have, I tried add abilty, but it just set it in lvl 1 and I can't learn it, my solution was create 2 different heros but, Is there a better solution?
 
Level 28
Joined
Feb 18, 2014
Messages
3,580
Give the hero the new abilities in the object editor, then disable them with triggers at the start of the map. After selecting the hero, disable the old abilities and enable the new ones.

You can bypass the ability limit a hero can have in the OE by clicking Shift + Enter at the same time.
 
Level 24
Joined
Jun 26, 2020
Messages
1,853
Give the hero the new abilities in the object editor, then disable them with triggers at the start of the map. After selecting the hero, disable the old abilities and enable the new ones.

You can bypass the ability limit a hero can have in the OE by clicking Shift + Enter at the same time.
That was my plan but the ability limit stopped me and thanks to you I know how to do it.
 
So I can't do anything.
You can either use chaos(though this'll change primary stat type if your target heros main stat is different then your current) or remake the system with spellbook or similar methods. I think there might be another option but I haven't remembered it yet.

Edit: You can use engineering upgrade though it might also be possible through morph-glitches. engineering upgrade is your likely best option if you don't want to remake the hero ability system unless you know how to keep the stats at 0 right before the change method and add them back after.
 
Level 24
Joined
Jun 26, 2020
Messages
1,853
You can either use chaos(though this'll change primary stat type if your target heros main stat is different then your current) or remake the system with spellbook or similar methods. I think there might be another option but I haven't remembered it yet.

Edit: You can use engineering upgrade though it might also be possible through morph-glitches. engineering upgrade is your likely best option if you don't want to remake the hero ability system unless you know how to keep the stats at 0 right before the change method and add them back after.
The engineering upgrade can be, but I don't wanna show the icon and I'm in the 1.26

Edit: I tried to use the disable spellbook trick, but the icon don't desapear, I had this problem before.
Why Disable ability for player doesn't work?
 
Last edited:
Status
Not open for further replies.
Top