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

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