wManager.Wow.Helpers Namespace
WRobot

NpcDB Members

The NpcDB type exposes the following members.

Methods


  Name Description
Public method Static member AddNpc
Add NPC to ListNpc.
Public method Static member AddNpcRange
Add several NPCs to ListNpc.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method Static member GetNpcNearby(Npc..::..NpcType)
Get closest NPC by type.
Public method Static member GetNpcNearby(Npc..::..NpcType, Npc..::..NpcVendorItemClass)
Get closest NPC by type.
Public method Static member GetNpcNearby(Npc..::..NpcType, Npc..::..FactionType, ContinentId, Vector3, Boolean, Npc..::..NpcVendorItemClass)
Get closest NPC by type.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member NpcSimilarExist
Similar NPC exist.
Public method Static member Save
Save to file.
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field Static member AcceptOnlyProfileNpc
Accept only profile NPC (similar to AcceptOnlyProfileNpc).

Properties


  Name Description
Public property Static member ListNpc
Get or set the NPCs list (it is better to use AddNpc(Npc, Boolean, Boolean) or AddNpcRange(List<(Of <<'(Npc>)>>), Boolean, Boolean) to add NPC).