PDA

View Full Version : new function Self.ShopGetItemSellPrice(item)



seb0
02-10-2016, 03:46 PM
Hi!

There is already function Self.ShopGetItemPurchasePrice(item) but there is no opposite function - sell price.
I wanted to get from NPC sell prices of item but unfortunately xenobot don't have this functionality :(
It would be awesome if that function will be added.

Best regards

Jontor
02-10-2016, 09:45 PM
Hi!

There is already function Self.ShopGetItemPurchasePrice(item) but there is no opposite function - sell price.
I wanted to get from NPC sell prices of item but unfortunately xenobot don't have this functionality :(
It would be awesome if that function will be added.

Best regards

Item.GetValue(id) might help you, unless the NPC prices are changed than what it is normally

seb0
02-10-2016, 10:58 PM
Unfortunately I need to get prices from exact NPC :(