Project

General

Profile

Market (Data Type)

Description

This DataType includes all of the data available to ISXVG that is related to browsing a given market (exchange broker).

Members

  • int SearchItem
    • Number of search items listed
  • marketitem SearchItem[#]
      1. is between 1 and number of search items listed
  • marketitem SearchItem[<STRING>]
  • int Consignment
    • Number of items you are selling
  • marketitem Consignment[#]
      1. is between 1 and the number of items you are selling
  • marketitem Consignment[<STRING>]
  • string Name
    • Name of the market you're in

Methods

Defaults for this method are exactly as they are in-game. In other words, for any parameters you do not specify, it will act similarly as it does in game when fields are left empty.
  • PlaceItem
    • place item up for sale [ie, add to consignment]
  • CancelItemSale
    • remove an item from consignment
Select the item to be removed using the "Select" method of the 'marketitem' datatype

Example

  • Market:Search[MinLevel,15,MaxLevel,30,Class,Warrior,EquipSlot,Head]