Please help. THNX
how control price at buy?
Moderators: Murderator+, Murderator
how control price at buy?
How I can control the price of reagents at buy function? Here I define only item and amount but no price returned (or define max price for item
Please help. THNX
Please help. THNX
Yoko, i have a idea for some new functions
simple and independent from integrated buy system
uo.buyfromvendor('vendorname','itemname','amount',[maxprice])
return number of bought pieces of item
uo.selltovendor('vendorname','serialofitem','amount',[minprice])
return number of sold pieces of item
uo.getpricefromvendor('vendorname','itemname')
return price of item
uo.getamountfromvendor('vendorname','itemname')
return available pieces of item
What do you think about this, Yoko (and others)?
simple and independent from integrated buy system
uo.buyfromvendor('vendorname','itemname','amount',[maxprice])
return number of bought pieces of item
uo.selltovendor('vendorname','serialofitem','amount',[minprice])
return number of sold pieces of item
uo.getpricefromvendor('vendorname','itemname')
return price of item
uo.getamountfromvendor('vendorname','itemname')
return available pieces of item
What do you think about this, Yoko (and others)?