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

How can i do so players can see...

Status
Not open for further replies.
Level 1
Joined
Dec 24, 2007
Messages
3
How can i do so players can see everything at map.. i mean how to disable the dark fog :p tell me if you dont understand, i can try describe it better :wink:

Edit: How can i do like a player get ex: 5 coins per kill.... (TD map)
 
Last edited:
Level 5
Joined
Nov 12, 2007
Messages
134
To disable fog:

  • Visibility
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Visibility - Disable fog of war
      • Visibility - Disable black mask
For the bounty:

All units give 5 gold:

  • Gold
    • Events
      • Unit - A unit Dies
    • Conditions
      • ((Dying unit) belongs to an enemy of (Owner of (Killing unit))) Equal to True
    • Actions
      • Player - Add 5 to (Owner of (Killing unit)) Current gold
Unit-type gives 5 gold:

Object Editor--->Units--->Stats--->Gold Bounty Awarded - Base--->5

If the unit belongs to a user, you'll also have to do this:

Scenario--->Forces--->Use Custom Forces--->Fixed Player Settings

  • Gold
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Player - Turn Gives bounty On for (Picked player))
 
Last edited:
Status
Not open for further replies.
Top