Divinity: Original Sin 2

Divinity: Original Sin 2

Quick Sell
Showing 1-10 of 14 entries
< 1  2 >
Update: 15 Jun, 2023 @ 4:08pm

  • Fixed an issue where items that were marked as StoryItem could be sold after reloading a save.
  • Implemented better checks for unique items and quest items.

Update: 1 Oct, 2022 @ 4:53pm

  • Added new chat command that allows you to Quick Sell uniques:
    !QuickSell_AllowUniques
  • Added new chat command that allows you to Quick Sell story items:
    !QuickSell_AllowStoryItems
Be aware that some uniques are also story items. If the unique is given to you as part of a quest, then it is probably a story item, e.g. Lone Wolf Mark, Gloves of Acquisition.

You may need to enter a command in twice if you have not sent a message in the chat box since launching the game client.

Update: 30 Sep, 2022 @ 2:17pm

  • Fixed an issue where Quick Sell wasn't purging backend information after viewing an item in some cases, which could allow the player to Quick Sell ineligible items.

Update: 29 Sep, 2022 @ 9:05pm

  • Fixed a naming issue that could happen with QuickSellKeybinds.json.

Update: 29 Sep, 2022 @ 7:45pm

🥳Completely rewrote the entire mod!🥳
Updates from the previous version:

  • Fixed a typo in Sul'Iq's Act 4 dialog.
  • Removed the dependency on S7 UI Components.
  • Fixed an issue that would cause the menu to jitter as it opened on KBM UI.
  • Fixed an issue where non-English languages may have had the Quick Sell text missing from the context menu button.
  • Fixed an issue that broke the !QuickSell_CleanTrader command.
  • The keybinds for using Quick Sell directly are now configurable. The default for KBM is Left Shift + Q, and the default for controller is Back. You can edit the keybinds via this file:
    Documents\Larian Studios\Divinity Original Sin 2 Definitive Edition\Osiris Data\QuickSellKeybinds.json
    This file is created and populated with default values after loading a campaign with Quick Sell enabled. Any changes to the file require the game to be reloaded. JSON files can be opened with any text editor, like Notepad. You can delete the file at anytime and Quick Sell will recreate it with the default values. See pinned dicussions for accepted keybinds.

Update: 30 Mar, 2022 @ 12:32pm

  • Fixed a typo in Sul'Iq's Act 2 dialog.
  • Pressing and holding Split Item Toggle (default: Left Shift) and then pressing Manage Target Toggle (default: Q) will QuickSell items without using the context menu.
  • Added chat box command
    !QuickSell_CleanTrader
    that destroys all items in the current region's QuickSell trader's inventory. You may need to type this command in twice if you have not yet typed anything into the chat box since starting the game. A confirmation message will appear in the chat box when the command is accepted.

Update: 21 Jun, 2021 @ 1:00am

  • Quick Sell now factors in the highest Barter skill of the party.
  • These are the default sell values as affected by Barter and is what Quick Sell uses.
    Barter
    Value%
    0
    37.0%
    1
    38.5%
    2
    40.0%
    3
    41.6%
    4
    43.5%
    5
    45.5%
    6
    47.6%
    7
    50.0%
    8
    52.6%
    9
    55.5%
    10
    58.9%
    11
    62.5%
    12
    66.6%
    13
    71.4%
    14
    76.9%
    15
    83.4%
    16
    90.9%
    17
    100%


Update: 23 Mar, 2021 @ 3:45pm

  • Gold cannot be sold now. Gold that is inside of containers will be moved out before selling the container.
  • Gold gained from Quick Sell is now rounded truly instead of always rounded up.
  • Major refactor to be compliant with UI Components Library update. Thanks Hunter-Ghost-27 for the help 👍

Update: 16 Mar, 2021 @ 10:04pm

  • Quick Sell is now available from the equipment menu and from the crafting menu.
  • Containers like bags and chests will now give the proper amount of gold when sold.
  • Story-related items and uniques will automatically be moved out of containers when the container is sold. (Thanks for bringing this to my attention Hunter-Ghost-27!)
  • Find Sul'Iq in each of the Origins levels to buy back items you may have accidentally sold! Sul'Iq will not generate gold/inventory like normal traders nor drop loot on death. Locations:
    • Fort Joy - Next to Zaleskar
    • Reaper's Coast - In the undertavern by the arena
    • Nameless Isle - Next to The Watcher
    • Arx - Next to Sanquinia Tell
  • If a Quick Sell merchant is not present on the level or the merchant is dead then items are destroyed when using Quick Sell on that level. For items sold during Hall of Echoes in between Act I and Act II, Sul'Iq will have those items in Act II.
  • GM Mode modders can add collector NPCs to the exposed merchant table like so: Mods.QuickSell.Merchants[region_name] = merchantguid
  • Added proper string key support for easier translations.

Update: 15 Mar, 2021 @ 12:12am