ISXEQ2:broker (command)

From ISMods Wiki


Contents

ISXEQ2 information for ISXEQ2:broker (command) has moved

Please see: http://eq2.isxgames.com/wiki for up-to-date content.


Syntax

  • broker cancel
  • broker [parameters]
See Optional Parameters below for more information. If no parameters are used, then the command does a search with all parameter values set to default.

Description

This command allows you to search through the broker from the command-line in your chat window. It provides the following benefits versus the in-game broker search window:

  • It allows you to search for multiple types of items at once (ie, you can search for slash, crush, and pierce weapons all at the same time.
  • It allows you to search for more than one "slot" type of item at the same time. In other words, you can search for head gear, ear wear, and rings at the same time.
  • It allows you to search for more than one type of "special" effect on an item at the same time. For example, you can search for items that have strength and wisdom on them.
  • It allows you to sort your search by price (ascending or descending) or by item name (ascending or descending)
  • It makes doing similar searches easier since you can simply create an alias to run your search at any point.


Optional Parameters

(Note: If you do not override a parameter value, it will use the default setting. Therefore, it is not necessary to use every parameter listed below on all searches unless you wish to override the default.)

IMPORTANT: The paramters that do not begin with a hyphen (-) MUST come before those parameters which do in your command! So, the best rule of thumb is to use parameters in the order they are listed below. You may leave any of them out, but you cannot use the 'hyphen' parameters before the non-hyphen parameters. (I know that sounds silly, but it's an easier way of explaining it rather than getting all technical.)

  • MinPrice #
  • MaxPrice #
MinPrice and MaxPrice accept any number between 0 and 9999000000. It is given in copper pieces.
  • MinLevel #
  • MaxLevel #
  • Class <string>
This can by any class or archetype (ie, -class mage OR -class enchanter)
  • MinSkill <string>
  • MaxSkill <string>
MinSkill and MaxSkill accept any of the following settings:
 Grey
 Green
 Blue
 White
 Yellow
 Orange
 Red
  • MinTier <string>
  • MaxTier <string>
MinTier and MaxTier accept any of the following strings:
 Common
 Handcrafted
 Treasured
 Legendary
 Fabled
 Mythical
 Mastercrafted
  • Sort <string>
Sort accepts any of the following strings:
 ByPriceDesc
 ByPriceAsc
 ByNameDesc
 ByNameAsc
  • Name <string>
This parameter accepts the name of the item for which you are searching. You should enclose the string in quotation marks.
  • Seller <string>
This parameter accepts the name of the person selling the items for which you are searching.
  • -Type <type|type|...>
This parameter accepts the type(s) of items for which you are searching. Seperate multiple types with the pipe (|). Here is a list of the current item types accepted:
 Misc
 Slash
 Crush
 Pierce
 Armor
 Shield
 Scroll  
 Book
 Tradeskill
 Houseitem
 Ammo
 Bag
 Food
 Lore
 Attuneable
 Potion
 Poison
 Drink
 Jewelry
 Cloth
 Leather
 Chain
 Plate
 RecipeBook
 Bauble
 SalesDisplay
 Collectable
 Adornment
 Tinkered
 Transmuted
 Cloak
  • -Slot <type|type|...>
This parameter accepts the slot(s) that the items for which you are searching can be equipped. Seperate multiple slot types with the pipe (|). Here is a list of the current slot types accepted:
 Primary1H
 Primary2H
 PrimaryDual
 Secondary
 Head
 Chest
 Shoulders
 Forearms
 Hands
 Legs
 Feet
 Fingers
 Ears
 Neck
 Wrist
 Ranged
 Waist
 Cloak
 Charm
 Food
 Drink
  • -Special <type|type|...>
This parameter accepts the 'special' effect(s) found on the items for which you are searching. Seperate multiple special types with the pipe (|). Here is a list of the current special types accepted:
 None
 Atk
 Def
 Str
 Sta
 Agi
 Wis
 Int
 Health
 Power
 Heat
 Cold
 Magic
 Mental
 Divine
 Poison
 Disease
 Crush
 Slash
 Pierce

Examples

  • broker
Searches through the broker using the default parameters.
  • broker minprice 100 maxprice 1000 -type tradeskill|food
This example searches for items that have a minimum price of 100 copper pieces, a max price of 1000 copper pieces and are of the tradeskill OR food types.
  • broker MinTier Treasured MaxTier Mythical MinSkill white MaxSkill orange Sort ByNameDesc

-type slash|crush|pierce -slot primary1H|primary2H|primarydual -special atk|def|str

I think this command gives you a pretty good idea of what's possible...


See Also