Drops

get_drops()

Returns a dictionary of all pickable items nearby (based on pick filter settings) or None if you are not in game. The dictionary key is the pick ID used for picking up an item.

{
	56720: {
		'name': 'White Silk',
		'servername': 'ITEM_ETC_TRADE_CH_01',
		'model': 2147,
		'region': 25000,
		'x': 6491.26513671875,
		'y': 999.5965576171875,
		'z': -0.01856626383960247,
		'can_pick': True,
		'blue': False,
		'plus': 0
	}
}

Last updated