/*========================================== * @whobuy - List who is buying the item (amount, price, and location). * remake by VoidLess, original by zephyrus_cr * re-edit by deathscythe to work in rAthena *------------------------------------------*/ ACMD_FUNC(whobuy) { char item_name[100]; int item_id, j, count = 0, sat_num = 0; bool flag = 0; // place dot on the minimap? struct map_session_data* pl_sd; struct s_mapiterator* iter; unsigned int MinPrice = battle_config.vending_max_value,