A.I. Hero won't use Abilities

Status
Not open for further replies.
Level 4
Joined
May 14, 2010
Messages
82
Right off the bat, I'm gonna tell yall that I DON'T HAVE THE FROZEN THRONE!!! I only have Reign of Chaos because my computer's a 1998 piece of crap and I don't have the money to buy a new one.
O.k., the problem is I can make a custom Hero with abiliteis and all that jazz, but when the Hero's used as an A.I. opponent, he won't use the experience points to get the abilities!! PLEEZ HELPZ!!:goblin_jawdrop::vw_wtf::goblin_boom:
 
You need trigger that should look like:
  • Setup
    • Events
      • Unit - A unit Gains a level
    • Conditions
      • ((Owner of (Triggering unit)) controller) Equal to Computer
    • Actions
      • Hero - Learn skill for (Triggering unit): Human Archmage - Blizzard
      • Hero - Learn skill for (Triggering unit): Summon Water Elemental
      • Hero - Learn skill for (Triggering unit): Brilliance Aura
      • Hero - Learn skill for (Triggering unit): Mass Teleport
 
Level 4
Joined
May 14, 2010
Messages
82
O.k. I pretty much copied the Trigger except that when I try to put (Owner of (Triggering Unit)controller) and select "Owner of Unit" in the scroll bar, it won't let me select "Okay" and "Unit" is red in the box below. I put Player 2 cuz that's who usually uses it, but it still didn't work!
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
I use this trigger:

  • Events
    • Unit - A unit Gains a level
  • Conditions
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
        • (Leveling Hero) Equal to ''AI Hero'' (Unit Variable)
      • Then - Actions
        • Hero - Learn skill for (Leveling Hero): Ability
        • Hero - Learn skill for (Leveling Hero): Ability
        • Hero - Learn skill for (Leveling Hero): Ability
        • Etc.
      • Else - Actions
 
Level 4
Joined
May 14, 2010
Messages
82
Oh, and another problemis when I go to put in the event "Unit - A Unit Gains a Level", there's no option for just that. The only one close to it is "Unit - Player-Owned Unit Event" and then edit it to where it says "Unit - A unit wned by Player(2) gains a level" Could that have something to do with it?

Oh, i'm tryin your suggestoin Ramza now.
 
Level 4
Joined
May 14, 2010
Messages
82
K, thnx guys. It works now. The only thing is they only use the points when they reach level 2. It's probably because the only event is when "gains a level" instead of "when summoned" or whatever. Thnx again,
,Nenjamonky 117, out.
 
Status
Not open for further replies.
Top