wManager.Wow.Helpers Namespace
WRobot

EasyQuestProfile Members

The EasyQuestProfile type exposes the following members.

Constructors


  Name Description
Public method EasyQuestProfile
Initializes a new instance of the EasyQuestProfile class.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property BlackGuids
Old, unused
Public property BlacklistNpc
Gets or sets the blacklist NPCs by GUID.
Public property BlacklistNpcType
Gets or sets the blacklist NPCs by EntryId.
Public property Blackspots
Gets or sets the blackspots.
Public property EasyQuests
Gets or sets the easy quests.
Public property Npc
Gets or sets the NPC (vendor, repair, ...).
Public property NpcQuest
Gets or sets the NPC quest giver.
Public property OffMeshConnections
Gets or sets the offmeshconnections.
Public property QuestsSorted
Gets or sets steps.
Public property Script
Gets or sets the script custom script.

Examples


C#
public class MyCustomScript
{
     static MyCustomScript()
     {
         // You can put here code to run when bot start, you can also add methods and classes.
     }
}