diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 01:55:06 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 01:55:06 -0300 |
commit | 2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096 (patch) | |
tree | 84ae9fcb12a778d57ec391584f6218a05986f0a1 | |
parent | 30dc813a423be0d1cd4a12945238321c8e39f1a3 (diff) | |
download | clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.tar.gz clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.tar.bz2 clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.tar.xz clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.zip |
Changes required for server-data commits
-rw-r--r-- | avatars.xml | 16 | ||||
-rw-r--r-- | items.xml | 10 | ||||
-rw-r--r-- | quests.xml | 10 |
3 files changed, 26 insertions, 10 deletions
diff --git a/avatars.xml b/avatars.xml index 02c2a871..e44fc65a 100644 --- a/avatars.xml +++ b/avatars.xml @@ -9,8 +9,24 @@ Copyright (C) 2013 Evol Online --> <avatar id="2" name="name2" width="64" height="64"> <sprite>monsters/piou.xml</sprite> </avatar> + <avatar id="119" name="name119"> + <!-- Human Female, newbie guide. --> + <sprite variant="11">npcs/xml/unanimated.xml</sprite> + <sprite>accessories/enora-eye.xml</sprite> + <sprite>accessories/enora-hair.xml</sprite> + </avatar> <avatar id="450" name="name450"> <!-- Human Female, bearing a candel on a plate. --> <sprite>npcs/xml/mona.xml</sprite> </avatar> + <avatar id="435" name="name435"> + <!-- Human Female, walking sprite for guard NPC. --> + <sprite>races/human-female.xml</sprite> + <sprite>equipment/legs/trousers-female.xml</sprite> + <sprite>equipment/feet/boots-female.xml|#2b384d,4b6167,a5bebf,d8e7df,e2fdf6</sprite> + <sprite>equipment/chest/copperarmor-female.xml</sprite> + <sprite>equipment/hands/armbands-female.xml|#663d38,4b6167,8f5c52,708892,ad7c65,a5bebf,d9c9b2,a5bebf</sprite> + <sprite>equipment/weapons/traininggladius.xml</sprite> + <sprite>hairstyles/hairstyle24.xml|#2b2b2b,51341e,3f3f3f,664224,585858,91642f,858585,a67b32,a7a7a7,ccad4d,d6d6d6,e8de6c,ffffff,feffe6</sprite> + </avatar> </avatars> @@ -3871,16 +3871,16 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> <item id="3518" - image="equipment/weapons/staffoflife.png" - name="Jesusalva's Judgement ★★★" - description="The program is buggy? No worries, maybe it is time to destroy everything." + image="equipment/weapons/divinesword.png|W:#ff0000" + name="Judgement ★★★" + description="Sometimes, to Saves the ones you like, you must judge the ones you doesn't." attack="100" effect="Splash damage: cast Magnum Break on attack." - level="40" + level="24" critical-hit-effect-id="312" hit-effect-id="312" miss-effect-id="50" - type="equip-2hand" + type="equip-1hand" weight="1000"> <sprite>equipment/weapons/piouslayer.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> @@ -199,9 +199,9 @@ Copyright (C) 2012-2013 Evol Online --> <!-- CANDOR QUESTS --> <var id="32"> - <effect map="005-1.tmx" npc="119" value="0" effect="12"/> - <effect map="005-1.tmx" npc="119" value="2" effect="12"/> - <quest name="Hide And Seek" group="Candor" incomplete="1"> + <effect map="005-1.tmx" npc="119" value="0,1" effect="12"/> + <effect map="005-1.tmx" npc="119" value="3" effect="12"/> + <quest name="Hide And Seek" group="Candor" incomplete="2"> <name>Hide And Seek</name> <text>Find all the children for Ayasha. They're in the Island.</text> <text></text> @@ -209,7 +209,7 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="52" y="81">Candor Island. (52,81)</coordinates> <reward>Unknown.</reward> </quest> - <quest name="Hide And Seek" group="Candor" incomplete="2"> + <quest name="Hide And Seek" group="Candor" incomplete="3"> <name>Hide And Seek</name> <text>You found all childrens, go report to Ayasha.</text> <text></text> @@ -217,7 +217,7 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="52" y="81">Candor Island. (52,81)</coordinates> <reward>Unknown.</reward> </quest> - <quest name="Hide And Seek" group="Candor" complete="3"> + <quest name="Hide And Seek" group="Candor" complete="4"> <name>Hide And Seek</name> <text>I helped Ayasha to find the children.</text> <text></text> |