pafa7a
Well-Known Member
- Joined
- Jul 9, 2009
- Messages
- 1,402
- Reaction score
- 820
$market['multiplier'] is for other thing...
The formula is :
item credits * $market['multiplier']
For example lets take item, who cost '32 credits'
a) if $market['multiplier'] = '1.0' the price will be -> 32*1.0=32
b) if $market['multiplier'] = '1.5' the price will be -> 32*1.5=48
....
About your problem :
Compare every item X and Y from table 'webshop' with items in /data/lang/kor/items.txt
The formula is :
item credits * $market['multiplier']
For example lets take item, who cost '32 credits'
a) if $market['multiplier'] = '1.0' the price will be -> 32*1.0=32
b) if $market['multiplier'] = '1.5' the price will be -> 32*1.5=48
....
About your problem :
Compare every item X and Y from table 'webshop' with items in /data/lang/kor/items.txt