diff --git a/release/docs/Bellhop.txt b/release/docs/Bellhop.txt index 9b33be5..4921083 100644 --- a/release/docs/Bellhop.txt +++ b/release/docs/Bellhop.txt @@ -59,6 +59,10 @@ While enabled, you'll automatically accept both trade offers and trade confirmat This should be used with caution, if you put an item into trade then the other person clicks OK you could lose that item. When paired with /tadd, makes for very fast item transfers to a mule. +/trade "Item Name" # - Trades # of item to the currently targeted npc. To trade multiple items, you can extend the command (/trade "H.Q. Marid Hide" 1 "Sisyphus Fragment" 1 "Snow God Core" 1). Exact spelling must be used, but it is not case sensitive. This is a direct port from itemtools in ashita2, credit goes to atomos. + +/tradeall [Item] - Trades all(up to 8 slots worth) of the specified item(s) to currently targeted npc. Unlike /trade, wildcard commands are allowed. For example, if you were trading in both Sapara and Sapara +1 for guild points, you could type '/tradeall Sapara*' with your guild npc targeted. + Notes: -Bellhop will never try to bazaar an item that can't be bazaared. -Bellhop will never try to NPC an item that can't be NPCed. diff --git a/release/plugins/Bellhop.dll b/release/plugins/Bellhop.dll index 1ee6c28..f9f6603 100644 Binary files a/release/plugins/Bellhop.dll and b/release/plugins/Bellhop.dll differ