Customize Shops where players can buy items for currencies other than Zen.
Purpose?
Allow players to buy items for Bless or Renas or other things directly from the NPC, tokens created on the server or whatever. If any of you played modern MMOS or older ones like World of Warcraft, they usually have a token that drop from bosses as a "participation" reward. Let's say you are unlucky with the boss drops, but you get enough tokens to buy yourself a piece of armor from the shop.
I imagine it like this:
Applied to every item
<Shop>
<Tab Id="1">
<Item Cat="15" Index="3" Level="0" Durability="0" Skill="0" Luck="0" Option="0" Exc="-1" SetItem="0" SocketCount="0" Elemental="0" Serial="0" CustomCurency="0/1" CustomCat="15" CustomIndex="2" CustomLevel="0 CustomAmount="100"/>
or
Applied to the general tab
<Shop>
<Tab Id="1" CustomCurency="0/1" CustomCat="15" CustomIndex="2" CustomLevel="0 CustomAmount="100">
<Item Cat="15" Index="3" Level="0" Durability="0" Skill="0" Luck="0" Option="0" Exc="-1" SetItem="0" SocketCount="0" Elemental="0" Serial="0"/>
The first one is better as you could specify amount on each item individually. Lets say a Fenrir mount would cost 50 Bless and a Bloodangel Sword would cost 50 Renas.
This system would allow players to trade various items for materials, tokens it extends the gameplay so much and I believe you already have the core programmed since you have the flags.
Please consider as an addon or for free it would really add an unique custom feature to IGCN files and gameplay overal🙂
Edited by zander1989
Recommended Comments
There are no comments to display.