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

Issue With trigger

Status
Not open for further replies.
Level 3
Joined
Dec 30, 2015
Messages
33
I'm trying to get a quest to complete when you have an item and turn it in to a mob inside of a region, and for that you get 50 gold and a tome of experience. I used this trigger to attempt to do that, but it isn't working, as the quest won't complete at all. What's a solution I can use here?
 

Attachments

  • Screenshot (417).png
    Screenshot (417).png
    114.2 KB · Views: 35
Last edited:
Level 3
Joined
Dec 30, 2015
Messages
33
That should help with the tome, but I meant to say that the quest just isn't completing at all. Is there a different condition I need to use in order for it to work?
 
Level 5
Joined
Apr 7, 2018
Messages
69
what about
  • ((Triggering unit) has an item of type Kobold Seal) Equal to True
also if you want item to disappear afterwards you can use this
  • Item - Remove (Item carried by (Triggering unit) of type Kobold Seal)
 
Level 3
Joined
Dec 30, 2015
Messages
33
What type of trigger is that? I can't seem to find the option to have a triggering unit with an item equal to x equal to true like that.
 
Status
Not open for further replies.
Top