diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-10 21:52:07 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-10 21:52:07 -0300 |
commit | da0240a05a42807b97b0ee46d8b0b039fdea39fd (patch) | |
tree | 40233242f5a0aa272ef5578b7c84f43a416c46da | |
parent | ff6a0a8307b93805d1a66e439ad42e1fa3d331d4 (diff) | |
download | clientdata-da0240a05a42807b97b0ee46d8b0b039fdea39fd.tar.gz clientdata-da0240a05a42807b97b0ee46d8b0b039fdea39fd.tar.bz2 clientdata-da0240a05a42807b97b0ee46d8b0b039fdea39fd.tar.xz clientdata-da0240a05a42807b97b0ee46d8b0b039fdea39fd.zip |
updates (fixes)
-rw-r--r-- | items.xml | 6 | ||||
-rw-r--r-- | quests.xml | 20 |
2 files changed, 23 insertions, 3 deletions
@@ -2643,11 +2643,11 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="2004" image="equipment/hands/cottongloves.png|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e0d5bf" name="Creased Gloves" - description="This is another NPC-Only item by Rakinorf" + description="Creased Gloves? That is lame!" defense="5" - level="1" + level="2" type="equip-arms" - weight="1" + weight="40" maxFloorOffset="16"> <sprite gender="unisex">equipment/hands/cottongloves-male.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e0d5bf</sprite> <sprite gender="female">equipment/hands/cottongloves-female.xml|#43413d,59544f,7a706c,8a8176,a69e88,d1c7a7,e0d5bf</sprite> @@ -180,6 +180,26 @@ Copyright (C) 2012-2013 Evol Online --> <reward text1="[Knife]">{@@1}.</reward> </quest> </var> + <var id="7"> + <effect map="002-1.tmx" npc="418" value="0,1" effect="12"/> + <quest name="Good Food makes a Good Crew" group="Ship" incomplete="1"> + <name>Good Food makes a Good Crew</name> + <text>Chef Gado is preparing food for the crew, but supplies are running thin.</text> + <text text1="[Piou Legs]">I should help him by getting 5 {@@1}.</text> + <text></text> + <questgiver>Chef Gado</questgiver> + <coordinates x="27" y="28">La Johanne, Second Deck (25,41)</coordinates> + <reward>A pair of gloves!</reward> + </quest> + <quest name="Good Food makes a Good Crew" group="Ship" complete="2"> + <name>Good Food makes a Good Crew</name> + <text>Chef Gado went back to cooking, and I'll be back to hunting.</text> + <text></text> + <questgiver>Chef Gado</questgiver> + <coordinates x="27" y="28">La Johanne, Second Deck (25,41)</coordinates> + <reward text1="[Creased Gloves]">1x {@@1}, 100 GP.</reward> + </quest> + </var> <var id="8"> <effect map="002-1.tmx" npc="101" value="0,2" effect="12"/> <quest name="Scary Pious" group="Ship" incomplete="1"> |