1.Search in your database folder for emoneyshop.ini,
you will see something like this:
You have to copy the emoneyshop.ini in your client (ini/emoneyshop.ini) too.
Modify it as you like!
Code:
ID=8422 [COLOR="Red"]// THE NPC ID (SEARCH FOR IT IN YOUR CQ_NPC, IF ITS NOT ADDED THEN ADD IT BY YOURSELF)[/COLOR]
MoneyType=1 [COLOR="Red"]// Let it 1[/COLOR]
[item]
Amount=13 [COLOR="red"]// The amount of items[/COLOR]
Item0=822053 null
Item1=822055 null
Item2=822052 null
Item3=822056 null
Item4=822057 null
Item5=822054 null [COLOR="red"]// The ID of the item you want to add in your shop[/COLOR]
Item6=800017 null
Item7=800141 null
Item8=800140 null
Item9=800016 null
Item10=800130 null
Item11=800110 null
Item12=800090 null
[equip]
Amount=6
Item0=822055 null
Item1=822052 null
Item2=822056 null
Item3=822057 null
Item4=822054 null
Item5=800017 null
[other]
Amount=2
Item0=822055 null
Item1=822052 null
[recommend]
Amount=3
Item0=822054 null
Item1=800017 null
Item2=800016 null
Done adding the NPC and the items to the shop.
2.Now you gotta go in your shops file (in Navicat) and add each item you added in emoneyshop.ini