EasyQuest..::..PickUpQuestOnItemID Property
If option PickUpQuestOnItem is activated, put item id where you take quest.
Namespace:
Quester.ProfileAssembly: Quester (in Quester.dll)
Syntax
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public int PickUpQuestOnItemID { get; set; }
<SettingAttribute> _ <CategoryAttribute> _ <DisplayNameAttribute> _ <DescriptionAttribute> _ Public Property PickUpQuestOnItemID As Integer Get Set
[SettingAttribute] [CategoryAttribute] [DisplayNameAttribute] [DescriptionAttribute] public: property int^ PickUpQuestOnItemID { int^ get (); void set (int^ value); }