Quote:
Originally Posted by Azreil
1: In the NPC_MerchantETC.lua ....where is the "blacksmith" NPC located...(aka how is that npc listed ? NPC_Merchant_Etc_Deva_contact() <-- similiar to that formula...but I need the blacksmith listing please.
|
I believe it is ItemUp
NPC_ItemUP_Asura_contact()
NPC_ItemUP_Beginner_contact()
NPC_ItemUP_Secroute_contact()
NPC_ItemUP_Gaia_contact()
NPC_ItemUP_Ancient_relic_contact()
NPC_ItemUP_Rondoh_contact()
NPC_ItemUP_Deva_contact()
Quote:
Originally Posted by Azreil
2: Could anyone please provide a detailed guide on how to add and edit the prices of, additional items to an npc shop please?
|
Many things involved here.
1. Find the NPC in dbo.NPCResource
2. Check their column for contact_script because this will be referenced in the lua.
3. Read the lua file to find out what market in dbo.MarketResource they will open when you talk to them. (scripted as open_market)
4. Add your items to dbo.MarketResource under the same market name.
5. Set your pricing ratio in the colums provided in dbo.MarketResource