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

How to use an allied unit's spells?

Status
Not open for further replies.
Level 12
Joined
May 22, 2015
Messages
1,051
that's unlikely because if a hero has full build he won't be able to buy items thus he won't be able to accept quests.

If you make the items powerups (copy paste a manual of health and change the health it gives to 0), you can buy them with a full inventory and they will just disappear. If you change the item model to "Spawned Effect -> bugger", it will have no animation at all and will not make the poof. Remove the animation for the health bonus ability and it will be completely invisible to the player.

You can still capture this event in the triggers with "Unit - A unit obtains an item" (or whatever that specific event is called).
 
If you make the items powerups (copy paste a manual of health and change the health it gives to 0), you can buy them with a full inventory and they will just disappear. If you change the item model to "Spawned Effect -> bugger", it will have no animation at all and will not make the poof. Remove the animation for the health bonus ability and it will be completely invisible to the player.

You can still capture this event in the triggers with "Unit - A unit obtains an item" (or whatever that specific event is called).

thanks, ill try that
 
Status
Not open for further replies.
Top