S
SEMA
Guest
Is it possible to estimate how much the bot in the container (scanned) money
Now an example here http://prntscr.com/4c5wso 1 500 000
Now an example here http://prntscr.com/4c5wso 1 500 000
You could use the basePrice of the item (not very accurate)Is it possible to estimate how much the bot in the container (scanned) money
Now an example here http://prntscr.com/4c5wso 1 500 000
Echo out the .value.baseprice its the baseprice that is inside eve, its way off on some items.I understand it baseprice? http://prntscr.com/4c629n
Your code is wrong, depending on what GetCargoItem is you may need like GetCargoItem{i}.Value.BasePrice etc.... Without seeing the rest of your code
ISXEVE: Invalid index:mutablestring specified - Expected index:iteminfolist (Param: TestIndex)
echo ${ContainerCargo.Get[${i}].BasePrice}
Add them up as you go through themMyShip_Scanner_Cargo.iss error --->>>how can I fix it?HTML:ISXEVE: Invalid index:mutablestring specified - Expected index:iteminfolist (Param: TestIndex)
http://prntscr.com/4cc9b6Code:echo ${ContainerCargo.Get[${i}].BasePrice}
4000.000000 < 4 xray
2532.000000 < 4 multi
2000.000000 = 1 micro
Does calculation only in 1 subject
And doesn't consider the whole pile
if I placed them the same sum
he considers only 1 mult from 4
also has to consider 4
Do
;GetBasePrice
TotalPrice:Set[${Math.Calc[${TotalPrice} + ${ContainerCargo.Get[${i}].BasePrice}]}]
While
echo Total Value: ${TotalPrice}