View Single Post
02/02/15, 12:47 AM   #11
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by Baertram View Post
Maybe the item was not marked correctly in your inventory (symbol not shown) and as you wanted to add it to the "sell" list the check recognized the item ID and said from the SavedVariables: Ah this item is marked -> Remove the "Add to sell list" context-menu entry.
So the context-menu was showing "Equip" as primary action then.

This could be the reason then, but I don't know any solution so far as the item ID will be the same for identical items (this is why e.g. the potions will all be marked even if you don't stack them, which is needed imo).

But with the new confirmation dialog this shouldn't hoepfully not happen anymore.
Instead of removing the context menu entry, you could disable it. That way, the primary entry won't change and nothing unexpected will happen when you press E. Maybe even show an alert that the item cannot be added to sell because it is marked by ItemSaver.

Not sure about the details on how to achieve this. I remember trying to disable the keybind strip in AGS, but I think I recall that it was not as simple as I thought.
  Reply With Quote