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

I need help with "Bring me an item" quest

Status
Not open for further replies.
Level 3
Joined
Jun 22, 2007
Messages
37
okay, here's my problem, I want to create a quest in which a player must bring an item to the NPC. my problem is after the player gets the item, i need to find a way to have him/her complete the quest while removing the item from the inventory.
 
Level 24
Joined
Jun 26, 2006
Messages
3,406
Name theif!
  • Item Retrieve
    • Events
      • Unit - A unit enters Your Region <gen>
    • Conditions
      • ((Triggering unit) has an item of type [HIGHLIGHT]<Your Item>[/code]) Equal to True
    • Actions
      • Hero - Drop [HIGHLIGHT]<Your Item>[/code] from (Triggering unit)
      • Item - Remove (Random item in [HIGHLIGHT]<Your Region>[/code] <gen>)
      • Quest - Display to (All players) the Quest Completed message: Quest message. Whatever
      • Quest - Mark ([HIGHLIGHT]<Your Quest>[/code]) as Completed
Something like that.
 
  • Like
Reactions: Rui
Level 24
Joined
Jun 26, 2006
Messages
3,406
If you plan on staying, you should introduce yourself.

Sorry, it was a boolean with hero inventory or something.
 

Attachments

  • HeroInv.JPG
    HeroInv.JPG
    38.6 KB · Views: 93
Status
Not open for further replies.
Top