wManager.Wow.Helpers Namespace
WRobot

Buy Members

The Buy type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method ForceGoToVendorNow
Need go to vendor now (GoToVendorIfQuantityLessOrEqual).
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsValid
Returns true if the configurations of buy is valid.
Protected method MemberwiseClone (Inherited from Object.)
Public method NeedToBuy
Needs to buy.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property GoToVendorIfQuantityLessOrEqual
Force to go to vendor if value is bigger or equal than 0 (-1 to disable)
Public property ItemName
Gets or sets the name of the item (like is appear in game).
Public property Quantity
Quantity to buy.
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 VendorItemClass
Gets or sets the vendor item class.