C# Class Aura.Channel.World.Quests.QuestObjectiveDeliver

Objective to deliver something to a specific NPC.
The item is automatically given to the player on quest start, if this is the first quest objective.
Inheritance: QuestObjective
Mostrar archivo Open project: aura-project/aura

Public Methods

Method Description
QuestObjectiveDeliver ( int itemId, int amount, string npcName ) : System.Linq

Method Details

QuestObjectiveDeliver() public method

public QuestObjectiveDeliver ( int itemId, int amount, string npcName ) : System.Linq
itemId int
amount int
npcName string
return System.Linq