Use the guidesI try to make a Wear Skin in custom npc, but not work, what i do wrong?
like i did: First image Merchant buylist, and second image Html npc call the merchant_buylistUse the guides
Path: data/merchant_buylists.xml
For example, consider a standard fitting room at the NPC id 30060
Bypass:
[npc_%objectId%_Wear 9|Wear Fighters' Equipment]
[npc_%objectId%_Wear 10|Wear Mystics' Equipment]
and we see the bypass with the id of the trade list 9 и 10
Go to data/merchant_buylists.xml
Where 9 it is shop="9"
He : [npc_%objectId%_Wear 9|Wear Fighters' Equipment]
<tradelist npc="30060" shop="9" markup="20" >
<item id="2" name="Long Sword" />
<item id="218" name="Throwing Knife" />
<item id="272" name="Forest Bow" />
........
Where 10 it is shop shop="10"
[npc_%objectId%_Wear...
- Deazer
- Replies: 0
- Forum: [EN] Guides for Lucera2