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

Woodcutting Items

Status
Not open for further replies.
Level 2
Joined
Jan 9, 2008
Messages
9
Hey again :grin:,
I'd like to know this time how to make Woodcutting Items, if someone could help me with this it could help me heaps :smile:.
 
Level 3
Joined
Apr 26, 2008
Messages
31
just put triggers sort of like
trigger
event
something(example-unit aquires item)
cond
item manuplatied equal to (wood chopper or whatever it is)
action
unit-add ability harvest lumber
try that if u want a certain type of grab lumber then make a custom ability of it
or if u want to destroy it without grabbing it and make it look cool try this
event
unit starts effect of ability
cond
ability being used equal to (a dummy ability)
action
play units animation attack using rare animations only
(i forgot which trigger it was called but it was damage the target located in actions unit section) or
destroy destructable(tree)
target should be a variable a unit and set it to unit of ability being casted on
 
Last edited:
Status
Not open for further replies.
Top