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

[Trigger] Hunting system

Status
Not open for further replies.
Level 2
Joined
Sep 15, 2013
Messages
11
Ok,so i am making a map and i have rabbits,deers,wolfs and bears.They spawn with triggers.I want them to drop rabbit/deer/wolf/bear hide when they die,but only when killed with a certain item(hunting spear in this case).
How to do that,i am very unexprianced in triggering.Started few days ago.
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
  • Hunting System
    • Events
      • Unit - A unit Dies
    • Conditions
      • ((Killing unit) has an item of type Hunting Spear) Equal to True
      • Or - Any (Conditions) are true
        • Conditions
          • (Unit-type of (Triggering unit)) Equal to Rabbit
          • (Unit-type of (Triggering unit)) Equal to Dear
          • (Unit-type of (Triggering unit)) Equal to Wolf
          • (Unit-type of (Triggering unit)) Equal to Bear
    • Actions
      • -------- ACTIONS --------
 
Level 2
Joined
Sep 15, 2013
Messages
11
Well i did all of this but they still dont drop hides...and what's up with the ACTIONS comment?
Uhm sorry if im being...but i really know nothing about triggers.
 
Last edited:
Level 30
Joined
Nov 29, 2012
Messages
6,637
  • Item - Create Animal Hide at (Position of (Dying unit))
Add this in the Actions.

It's a better alternative if you are to do it one by one. First starting off at If Dying unit is Rabbit then Create Rabbit Hide, If Dying unit is Deer then Create Deer Hide and etc.
 
Status
Not open for further replies.
Top