So I have some levelable abilities, and it all works fine as far as earning points and leveling abilities up.
What I wanna do though, is have my hero with all their abilities at level 1 from the start. Without having to spend any points. Does anyone know how I can do this? The enable/show ability triggers didn't seem to work.
Are there other triggers that I can use for this? Or is it some number field in my learn-ability somewhere?
I don't think so, I can issue an order to a unit to use the 'Learn' ability, but past that I can't tell anything what they're supposed to be learning..
Enable/Disable, Show/Hide and Add Level to Ability all only work once I've learned the initial level of that ability :(
What I want is for the first level of the ability to already be learned when I start the map up. It may be a value in one of the fields of my 'Learn' ability, but I didn't see anything obvious when I was looking.
In that case, it looks like the only option would be as DrSuperEvil suggested. Use the "Issue Order" trigger and order the unit to use the appropriate learn ability. For example, if your learn ability has a "Learn Stimpack" button associated with the Stimpack ability, search for "Learn Stimpack" in the trigger action's "Ability Command" field.
Aha, that worked! I looked at it before, but got thrown off when I wasn't seeing my particular command card abilities for the 'Learn' command. Turns out I was just blind. At any rate, thanks a lot!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So I have some levelable abilities, and it all works fine as far as earning points and leveling abilities up.
What I wanna do though, is have my hero with all their abilities at level 1 from the start. Without having to spend any points. Does anyone know how I can do this? The enable/show ability triggers didn't seem to work.
Are there other triggers that I can use for this? Or is it some number field in my learn-ability somewhere?
On unit creation can you not give them a level then tell them to use the Learn ability to learn a level of the abilitiy?
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg
@DrSuperEvil: Go
I don't think so, I can issue an order to a unit to use the 'Learn' ability, but past that I can't tell anything what they're supposed to be learning..
Disable/Enable Ability works fine, you are seemingly just using the function incorrectly.
@Ice_bane: Go
couldn't you just make the ability have no requirement, then add it to the command card and it should automatically show up.
New to the Editor? Need a tutorial? Click Here
Want data assets? Click Here
@Ice_bane: Go
@fishy77: Go
Multi-level abilities and the Learn ability work differently from normal abilities.
@BiweeklyAaron: Go
Have you tried the "Add Level to Unit Ability" trigger?
@Khalanil1: Go
Enable/Disable, Show/Hide and Add Level to Ability all only work once I've learned the initial level of that ability :(
What I want is for the first level of the ability to already be learned when I start the map up. It may be a value in one of the fields of my 'Learn' ability, but I didn't see anything obvious when I was looking.
@BiweeklyAaron: Go
In that case, it looks like the only option would be as DrSuperEvil suggested. Use the "Issue Order" trigger and order the unit to use the appropriate learn ability. For example, if your learn ability has a "Learn Stimpack" button associated with the Stimpack ability, search for "Learn Stimpack" in the trigger action's "Ability Command" field.
@Khalanil1: Go
Aha, that worked! I looked at it before, but got thrown off when I wasn't seeing my particular command card abilities for the 'Learn' command. Turns out I was just blind. At any rate, thanks a lot!