• 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.

Ability problems

Status
Not open for further replies.
Level 2
Joined
Jul 16, 2007
Messages
19
This wont add 1 int for each lvl of ability, anyone here that can tell me how 2 fix it? This add 1x1,1x2,1x3,1x4 and so on.. My hero end up with 46 int instead of 10...
  • Int bonus
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to Int bonus
    • Actions
      • Hero - Modify Intelligence of (Learning Hero): Add (1 x (Level of Int bonus for (Learning Hero)))
Sorry to bother you guys, fixed it myself..
Changed it to
  • Int bonus
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to Int bonus
    • Actions
      • Hero - Modify Intelligence of (Learning Hero): Add 1
 
Status
Not open for further replies.
Top