diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-21 10:43:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-21 10:43:52 -0300 |
commit | 48b4452d69ed3d33a78a2791dd19ee7f3f76a975 (patch) | |
tree | 5ce8ef4a18ae4f1fb96203502d620c4282314bc8 | |
parent | c3405737dbfb7d5c19a58b20a93042273143d28e (diff) | |
download | clientdata-48b4452d69ed3d33a78a2791dd19ee7f3f76a975.tar.gz clientdata-48b4452d69ed3d33a78a2791dd19ee7f3f76a975.tar.bz2 clientdata-48b4452d69ed3d33a78a2791dd19ee7f3f76a975.tar.xz clientdata-48b4452d69ed3d33a78a2791dd19ee7f3f76a975.zip |
Peetu custom NPC sprite + fix a map label
-rw-r--r-- | maps/020-1.tmx | 2 | ||||
-rw-r--r-- | npcs.xml | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 593db356b..706fc715e 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.tmx @@ -1447,7 +1447,7 @@ <property name="dest_y" value="30"/> </properties> </object> - <object id="6" name="To Nivalis Shop" type="warp" x="1824" y="2912" width="32" height="32"> + <object id="6" name="To Nivalis Alchemy Shop" type="warp" x="1824" y="2912" width="32" height="32"> <properties> <property name="dest_map" value="020-3"/> <property name="dest_x" value="20"/> @@ -535,6 +535,16 @@ IDs 900-999 = Special <sprite>equipment/head/santabeardhat.xml</sprite> <menu name="Talk" command="talk 'NAME'"/> </npc> + <npc id="199"> + <!-- Blue Sage (Peetu) --> + <sprite>races/elven-male.xml</sprite> + <sprite>hairstyles/hairstyle02.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#5b280a,994312,c55818</sprite> + <sprite>equipment/feet/boots-male.xml|#212121</sprite> + <sprite>equipment/legs/cottontrousers-male.xml|#498ec5</sprite> + <sprite>equipment/chest/sorcererrobe-male.xml|#222255,6677ff;#EFEFEF</sprite> + <sprite>equipment/head/knithat.xml|#ffffff;#2958b5,3c6cce,90a3fb,b5c8ff;#2453b3,3561bf,638bdc,7799de,a0baff</sprite> + <menu name="Talk" command="talk 'NAME'"/> + </npc> <!-- NPCs from LoF (that's why the jump) --> |