wManager.Wow.Helpers Namespace
WRobot

Npc Members

The Npc type exposes the following members.

Methods


  Name Description
Public method BlackList
Blacklist this npc temporarily.
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.)
Public method IsBlackListedOrDisabled
Determines whether is blacklisted or disabled.
Public method IsValid
Returns true if is valid.
Protected method MemberwiseClone (Inherited from Object.)
Public method ScriptCanConditionExecute
Test ScriptCanCondition returned value (return true if not script).
Public method ToString
Returns a String that represents this instance.

Fields


  Name Description
Public field Position
The position

Properties


  Name Description
Public property Active
Gets or sets a value indicating whether this Npc can be used.
Public property CanFlyTo
Gets or sets a value indicating if character can fly to.
Public property ContinentId
Gets or sets the continent id.
Public property CurrentProfileNpc
Gets or sets a value indicating if it is Npc of current product profile (for AcceptOnlyProfileNpc).
Public property Entry
Gets or sets the entry id.
Public property Faction
Gets or sets the faction.
Public property GossipOption
Gets or sets the gossip option.
Public property Name
Gets or sets the name (or description).
Public property PosX
Gets or sets the position x.
Public property PosY
Gets or sets the position y.
Public property PosZ
Gets or sets the position z.
Public property Save
Gets or sets a value indicating if save this Npc when bot save NpcDB (to be usable again after restart).
Public property ScriptCanCondition
Script can condition (code like return wManager.Wow.ObjectManager.ObjectManager.Me.Level > 10;, default language is C#, start by lua: or luabot: or vb: to change script language).
Public property Type
Gets or sets the type.
Public property VendorItemClass
Gets or sets the vendor item class.