Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 887 Bytes

File metadata and controls

39 lines (19 loc) · 887 Bytes

sellitemnpc

English

Sell all the amount of an item that you have in the NPC nearby, it works by saying "hi", opening the Trade window and searching for the item to sell.

Portuguese

Vende toda a quantidade de um item que você tem no NPC por perto, o funcionamento se dá falando "hi", abrindo a janela do Trade e procurando pelo item para vender.

sellitemnpc(item name)

  • Parameters
    • item name: name of the item to sell.

Return Value

Returns true upon success, or false otherwise.

?> It's also possible to use the Item Lists as param of the function:
sellitemnpc(LootList)
sellitemnpc(DepositList)
sellitemnpc(TrashList)


Examples

  1. Sell the empty potion flask, it will sell all the three types of empty potions.
sellitemnpc(empty potion flask)