From e9992c6c5fe44dd440a0bbe2d86a1f2909338efe Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Tue, 15 Feb 2011 23:53:07 +0100 Subject: Added a merchant and a blacksmith on the template map. They're both using a fully working merchant lua function. Resolves: Mana-mantis #295. --- example/clientdata/items.xml | 19 +++++++++++++------ example/clientdata/npcs.xml | 4 ++++ 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'example/clientdata') diff --git a/example/clientdata/items.xml b/example/clientdata/items.xml index 504ced4..8ab3fd1 100644 --- a/example/clientdata/items.xml +++ b/example/clientdata/items.xml @@ -67,10 +67,12 @@ script="candy.lua" weight="1" max-per-slot="30" + value="15" /> + image="usable/usable-regenerative-trinket.png" + value="25"> @@ -78,7 +80,8 @@ + image="usable/usable-minor-health-potion.png" + value="40"> @@ -90,7 +93,8 @@ + image="usable/usable-token-of-speed.png" + value="50"> @@ -103,7 +107,8 @@ + image="equipment/weapons/weapon-sword-sword.png" + value="70"> @@ -119,7 +124,8 @@ + image="equipment/weapons/weapon-bow-bow.png" + value="80"> @@ -137,7 +143,8 @@ + image="equipment/chest/chest-leathershirt.png" + value="80"> diff --git a/example/clientdata/npcs.xml b/example/clientdata/npcs.xml index 0af855f..f94ce49 100644 --- a/example/clientdata/npcs.xml +++ b/example/clientdata/npcs.xml @@ -9,6 +9,10 @@ npcs/static-npcs.xml + npcs/static-npcs.xml + + npcs/static-npcs.xml + npcs/static-npcs.xml npcs/static-npcs.xml -- cgit