• 🏆 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!

Item Drop Trigger help

Status
Not open for further replies.
Level 3
Joined
Oct 18, 2009
Messages
51
I am makinga quest that you need to kill this dude so he will give you the quest item.. the item is Book of Ra'amdas

this is the trigger:
  • TreChel item
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Tre'chel
      • (Quests[2] is enabled) Equal to True
    • Actions
      • Unit - Order (Dying unit) to give Item[1] to (Killing unit)
this is the original one:
  • TreChel item
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Tre'chel
      • (Quests[2] is enabled) Equal to True
    • Actions
      • Set Creep_Position[2] = (Position of (Dying unit))
      • Unit - Order (Dying unit) to drop Item[1] at (Position of (Dying unit))
Why isnt it dropping the item? or giving it to my unit?
 
Level 8
Joined
Jun 16, 2008
Messages
333
No you wouldn't, sll you would have to do is make the unit that is picking it up have it. If you are make the unit spawn by a trigger then you won't be able to do that biut if he was there from the beginning then just click on him and go to item drop and put the item you want.
 
Status
Not open for further replies.
Top