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

Hero Help

Status
Not open for further replies.
Level 1
Joined
Aug 12, 2007
Messages
4
I am making a WowORPG, and I try to make the druid, but He is only able to have 5 skills, when I want 6 + the attribute bonus, which I made Invisible. Is there anyway around this apart from having those skills that you open to get more skills.
 
Level 4
Joined
Jul 12, 2007
Messages
116
in WoW you buy skills, and you can do the same for wc...

  • Buy Blizzard
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • And - All (Conditions) are true
        • Conditions
          • Max_abilities Less than or equal to 5
          • (Item-type of (Item being manipulated)) Equal to Any item
          • Unit_has_Blizzard Equal to False
    • Actions
      • Set Max_abilities = (Max_abilities + 1)
      • Set Unit_has_Blizzard = True
      • Unit - Add Blizzard (Neutral Hostile) to (Hero manipulating item)
      • Item - Remove (Item carried by (Hero manipulating item) of type Any item)
Any item and Any item must be the same, and you need 2 varibles for this trigger, for this trigger it is Unit_has_Blizzard (Booleam), Max_abilities (Integer).
 
Status
Not open for further replies.
Top