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

startlvl and start gold

Status
Not open for further replies.
Level 1
Joined
Jan 4, 2008
Messages
4
hi
i wanted to ask how i can change the hero start lvl. Is it possible that they start at lv 10 right away?
and how can i manipulate the start gold ?
hope you guys cabn help em out :wink:
 
Level 17
Joined
May 6, 2008
Messages
1,598
  • test
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player - Set Player 1 (Red) Current gold to 1000
should do it
 
Level 2
Joined
May 10, 2008
Messages
15
Hrm.. I couldn't find anything in my quick scan over the Gameplay Constants window under the Advanced tab in the WE, but it could still be there. Starting Gold atleast.

Otherwise, i'de try somthing along these lines for your Heros =)
- If your hero is just placed on the map, you can just change its level by selecting it in the WE, you probably know that hah

- If you're training a hero from an altar or somthing, I would try somthing like
  • Events
    • Unit - A unit finishes training a unit
  • Conditions
    • ((Triggering Unit) is A structure) Equal to True
    • ((Trained Unit) is A Hero) Equal to True
  • Actions
    • Hero - Set (Trained Unit) Hero-level to 10, Hide level-up graphics
Or some kind of variation from that =)
 
Status
Not open for further replies.
Top