I made some corrections, it was tested on revisions 17687 and 17700. ExtendedVending_Rev9.1.diff   @Edit  Manual fix for 'You do not have enough items' (diff 9.1) in src/map/vending.cpp search for: if (battle_config.ex_buying_bound) { for (k = 0; k < MAX_INVENTORY; k++) { if (sd->inventory.u.items_inventory[k].nameid == vsd->vend_loot) { if (sd->inventory.u.items_inventory[k].bound) { clif_displaymessage(sd->fd, msg_txt(sd,1604)); return; }
    • Like
    • Love
    2