• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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