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
 
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.
 
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.
Back
Top