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

Farm

A farm building model

- uses in-game textures
- file size: 76kb


Give credits if you use it

Keywords:
farm, building, structure
Contents

Farm (Model)

Reviews
18:33, 14th Feb 2010 DonDustin: nice building
Level 1
Joined
Oct 25, 2008
Messages
2
is there a way to make is spawn a terrain below it like grass or something? Kinda like how undead buildings make blight.
 
is there a way to make is spawn a terrain below it like grass or something? Kinda like how undead buildings make blight.

  • Trigger
    • Events
      • Unit - A unit Finishes construction
    • Conditions
      • (Unit-type of (Constructed structure)) Equal to Farm
    • Actions
      • Set Point = (Position of (Constructed structure))
      • Environment - Change terrain type at Point to Lordaeron Summer - Grass using variation -1 in an area of size 2 and shape Circle
      • Custom script: call RemoveLocation(udg_Point)
 
Top