• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Help on +attribute tomes

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,240
Copy some rune and remove the ability from it. Then use this kind of trigger:

  • Rune Eating
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to YourRune
    • Actions
      • Unit - Set mana of (Hero manipulating item) to ((mana of (Hero manipulating item)) + 1000.00)
 
Level 38
Joined
Jan 10, 2009
Messages
854
Well, I know one way to make tomes give + Mana, but your probably better off just using triggers. Anyways, you know the glyph of fortification that can upgrade building armor? If you modify the ability that glyph contains it will essentially research 1 level of the upgrade it is linked to. You could make an upgrade that increases mana by whatever increment you need. You would have to set the upgrade to effect the units that would gain + mana and it can only be used up to 100 times (because upgrades can only go up 100). If you just have 1 hero you could go this route :)
other than that-use triggers XD
 
Status
Not open for further replies.
Top