1 vote
<ItemPriceSystem Password="WErt$4t3"> <ItemSell Enable="0" SellOptionSpec="1"> <Item Cat="0" Index="2" Level="-1" CoinType="3" CoinValue="50" ExcOption="1" ExcCode="0;1;2;" /> <Item Cat="14" Index="13" Level="-1" CoinType="0" CoinValue="50" SetOption="0" SetTier="0" ExcOption="0" ExcCode="" /> </ItemSell> <ItemBuy Enable="0"> <Item Cat="0" Index="14" ItemMinLevel="0" ItemMaxLevel="0" CoinType="1" CoinValue="160000"/> </ItemBuy> <Strings> <String Id="0" Text="WCoin" /> <String Id="1" Text="GP" /> <String Id="2" Text="Zen" /> <String Id="3" Text="Ruud" /> <String Id="4" Text="Selling Price: %d %s" /> <String Id="5" Text="Buying Price: %d %s" /> </Strings> </ItemPriceSystem> I hope to add an approximate value For example: <ItemPriceSystem Password="WErt$4t3"> <ItemSell Enable="0" SellOptionSpec="1"> <Item Cat="0" Index="2" Level="-1" CoinType="3" CoinValue="50~100" ExcOption="1" ExcCode="0;1;2;" /> <Item Cat="0" Index="2" Level="-1" CoinType="3" CoinValue="50" ExcOption="1" ExcCode="0;1;2;" /> <Item Cat="14" Index="13" Level="-1" CoinType="0" CoinValue="50" SetOption="0" SetTier="0" ExcOption="0" ExcCode="" /> </ItemSell> <ItemBuy Enable="0"> <Item Cat="0" Index="14" ItemMinLevel="0" ItemMaxLevel="0" CoinType="1" CoinValue="160000"/> </ItemBuy> <Strings> <String Id="0" Text="WCoin" /> <String Id="1" Text="GP" /> <String Id="2" Text="Zen" /> <String Id="3" Text="Ruud" /> <String Id="4" Text="Selling Price: %d~%d %s" /> <String Id="5" Text="Buying Price: %d %s" /> </Strings> </ItemPriceSystem>
Recommended Comments
There are no comments to display.