Bronka
03-04-2011, 06:31
Just say if u see any bug of this part....Because i am stuck with counting money to withdraw...
###CONFIG####
#put here number of amount of you potions to refil
fastExiva _potionsamount = 600
#put here number of cap to go dp
fastExiva _captodp = 100
#how much does you potions cost
fastExiva _potionscost = 50
#ID of your potions
fastExiva _potionID = 0C 01
#ID of your vials
fastExiva _vialid = 1D 01
############
:cap *100
fastExiva _captogodp = $numericalexp:{$_captodp$}*100$
##########################################
##########################################
:BANK
###POTS CONFIGS###
fastExiva _potionsleft = $countitems:{$_potionID$}$
fastExiva _potionstobuy = $numericalexp: {$_potionsamount$}-{$_potionsleft$}$
fastExiva _cashfromvials = $numericalexp:{$countitems:{$_vialid$}$}*5$
fastExiva _potioncost = $numericalexp:{$_potionstobuy$}*{$_potionscost$}$
fastExiva _allpotionscost = $numericalexp:{$_potioncost$}-{$_cashfromvials$}$
##########################################
##########################################
###CONFIG####
#put here number of amount of you potions to refil
fastExiva _potionsamount = 600
#put here number of cap to go dp
fastExiva _captodp = 100
#how much does you potions cost
fastExiva _potionscost = 50
#ID of your potions
fastExiva _potionID = 0C 01
#ID of your vials
fastExiva _vialid = 1D 01
############
:cap *100
fastExiva _captogodp = $numericalexp:{$_captodp$}*100$
##########################################
##########################################
:BANK
###POTS CONFIGS###
fastExiva _potionsleft = $countitems:{$_potionID$}$
fastExiva _potionstobuy = $numericalexp: {$_potionsamount$}-{$_potionsleft$}$
fastExiva _cashfromvials = $numericalexp:{$countitems:{$_vialid$}$}*5$
fastExiva _potioncost = $numericalexp:{$_potionstobuy$}*{$_potionscost$}$
fastExiva _allpotionscost = $numericalexp:{$_potioncost$}-{$_cashfromvials$}$
##########################################
##########################################