wManager.Wow.Helpers Namespace
WRobot

Npc Properties

The Npc type exposes the following members.

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.