diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-16 11:54:13 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-16 11:54:13 -0200 |
commit | 657e00dc5dd4a31789b1a23a0bb89169f77b15c6 (patch) | |
tree | 8fd890462ba03d85fd23d1068a0d4023c684bb77 /npcs.xml | |
parent | a99d5cdd328a8c0818954d70bdea21d58c881034 (diff) | |
download | clientdata-657e00dc5dd4a31789b1a23a0bb89169f77b15c6.tar.gz clientdata-657e00dc5dd4a31789b1a23a0bb89169f77b15c6.tar.bz2 clientdata-657e00dc5dd4a31789b1a23a0bb89169f77b15c6.tar.xz clientdata-657e00dc5dd4a31789b1a23a0bb89169f77b15c6.zip |
Introducing shopkeepers NPCs (TBD)
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -660,6 +660,20 @@ IDs 900-999 = Special <sprite>races/elven-female.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="811" walkType="all" allowEquipment="true"> + <!-- shopkeeper npc with player look. --> + <sprite>races/human-male.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + <menu name="Buy" command="buy 'NAME'"/> + <menu name="Sell" command="sell 'NAME'"/> + </npc> + <npc id="812" walkType="all" allowEquipment="true"> + <!-- shopkeeper npc with player look (female). --> + <sprite>races/human-female.xml</sprite> + <menu name="Talk" command="talk 'NAME'"/> + <menu name="Buy" command="buy 'NAME'"/> + <menu name="Sell" command="sell 'NAME'"/> + </npc> <!-- Special NPCs --> <!-- WIP <npc id="900"> |