!!!! Hi everybody. I meet a question , how can I change the "Last Created Unit"'s MaxLife used by Jass. or How can I change the Unit's MaxLife used by Trigger.
Might be possible to use upgrades(orc strength, knight/gryphon hp?) to increase HP. I don't know if you can have multiple of the same upgrades per unit, but if you can then you can have one give +1hp, another +20hp, or some give +1%,2%,3%,4% HP.
Lets say you want the unit to get 200 more life. Just make an ability based of the Item-Ability that those +hp items have, change the hp gained to 200. Then add the ability to the unit and remove it when you want. (These wont stack so If you want the unit to have 400 you will either have to use 2 abilities 200 each, or change the first one to 400)