• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Looking for help on a tome that increases ATK/DEF

Status
Not open for further replies.
Level 2
Joined
May 28, 2007
Messages
9
I'm looking on how to make a spell for a powerup that when picked up, would increase the attack of the unit by 1, and one that would increase the defense of the unit by 1 aswell.

I know that it's possible, i've just no clue how to do it.
Thanks very much in advance,
-dude
 
Level 2
Joined
May 31, 2007
Messages
20
I'm pretty sure, i saw an item ability which can increase the attack like a tome, i'll search it and write the Raw Code later.
 
Level 12
Joined
Aug 18, 2006
Messages
1,193
for Defence:
  • Defence Tome
    • Events
      • Unit - A unit aquires an item
    • Conditions
      • (Item type of (Item being manipulated)) Equal to Tome of Defence
    • Actions
      • Item - Remove (Item being manipulated)
      • Player - Set level of Defence Upgrade for (Owner of (Hero manipulating item)) to ((Level of Defence Upgrade for (Owner of (Hero manipulating item))) + 1)
or something like that :p
 
Level 35
Joined
Oct 9, 2006
Messages
6,394
for Defence:
  • Defence Tome
    • Events
      • Unit - A unit aquires an item
    • Conditions
      • (Item type of (Item being manipulated)) Equal to Tome of Defence
    • Actions
      • Item - Remove (Item being manipulated)
      • Player - Set level of Defence Upgrade for (Owner of (Hero manipulating item)) to ((Level of Defence Upgrade for (Owner of (Hero manipulating item))) + 1)
or something like that :p

The remove one isnt needed, it is a tome... and if this works it also works for attack. Only concern wouldnt he then have to make upgrades?
 
Level 3
Joined
Jul 29, 2006
Messages
61
I would Rather make the Upgrades and give them to the heroes, instead of giving the hero an Agility of 900.
 
Level 2
Joined
May 28, 2007
Messages
9
My bad this post was for earlier, i had thought they i responded but i didn't see the post so i posted another thing. Anyways so yeah is there a way to make this tome work for a unit, not a hero?
 
Last edited:
Status
Not open for further replies.
Top