
Originally Posted by
uiojilk777
1.
If I want to buy in npc mall, first in Below <List id="16067"> in BuyList.xml,Add <Item priceRevision="1" itemId=" 215300" /> ,Then where do I go to set the price? And what else do I need to do? Thanks
2.I unpacked the client DC using the novadrop-dc tool,
But How to use novadrop-dc tool to repack the client DC? Thanks
1. About merchants settings (server side):
- BuyMenuList.xml - Categories tabs of buy menus (menu by right-click on an item, or a merchant).
- BuyList.xml - Items and prices in buy menus categories (if "NeedMedalItemId" is specified, needs check ItemMedalExchange.xml file).
- BuyMenuData.xml - Categories and items of buy menus for NPCs, event merchants etc. ("BuyMenu id=" is a dialog id from VillagerMenu.xml file).
- ItemMedalExchange.xml - Price of items purchased for tokens.
- ItemConversion.xml - Items when opening chests (right-click conversion of one item to another).
The price settings for regular merchant's items you can set in ItemTemplate*.xml on the buyPrice and sellPrice attributes.
2. Use this version of novadrop-dc: https://drive.google.com/drive/folde...l9?usp=sharing.
For unpack DC run .bat file, like dec_EUR.bat, for pack DC run the enc_EUR.bat.
If you need to repack TW DC, copy and edit the .bat files and edit by replacing EUR with TW.
Commands needed to repack TW DC 100.02 (used in .bat files):
Unpack DataCenter_Final_TW.dat to DataCenter_Final_TW folder
Code:
novadrop-dc\novadrop-dc unpack --decryption-key 1C01C904FF76FF06C211187E197B5716 --decryption-iv 396C342C52A0C12D511DD0209F90CA7D DataCenter_Final_TW.dat DataCenter_Final_TW
Pack DataCenter_Final_TW folder to DataCenter_Final_TW_2.dat
Code:
novadrop-dc\novadrop-dc pack --encryption-key 1C01C904FF76FF06C211187E197B5716 --encryption-iv 396C342C52A0C12D511DD0209F90CA7D DataCenter_Final_TW DataCenter_Final_TW_2.dat
Also, before packing, you can check your DataCenter_Final_TW folder for errors with the command:
Code:
novadrop-dc\novadrop-dc validate DataCenter_Final_TW