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

Quest requirement

Status
Not open for further replies.
Level 5
Joined
Feb 6, 2009
Messages
96
Hey i have another question

i want to make a quest where you need a requirment of 3 quest items...
can somebody tell me / show me
how i can build one like that
 
Level 18
Joined
Feb 28, 2009
Messages
1,970
Make a condition to trigger that
  • ((Unit) has an item of type Item1) Equal to True
  • ((Unit) has an item of type Item2) Equal to True
  • ((Unit) has an item of type Item3) Equal to True
In actions add... actions what will happen.

Replace unit with the unit that will work with your trigger (triggering unit, variable, etc.) and items with your items.
 
Level 5
Joined
Feb 6, 2009
Messages
96
ok once again thanks... but here is a final question...
i cant find a way where i can do that you just pick up one charge of the potion and when you pick up another it stacks... i just got always that you have 3 potions with one stack in it
 
Status
Not open for further replies.
Top