diff options
-rw-r--r-- | quests.xml | 14 | ||||
-rw-r--r-- | units.xml | 4 |
2 files changed, 9 insertions, 9 deletions
@@ -129,7 +129,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Quest Giver: Peter.</text> <text>Coordinates: La Johanne, Second Deck. (60,35)</text> - <text>Reward: 200 GP, 100 EXP.</text> + <text>Reward: 200 E, 100 EXP.</text> </quest> <quest name="Ratto Extermination" group="Ship" complete="3"> <name>Ratto Extermination</name> @@ -149,7 +149,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Quest Giver: Peter.</text> <text>Coordinates: La Johanne, Second Deck. (60,35)</text> - <text>Reward: 200 GP, 100 EXP.</text> + <text>Reward: 200 E, 100 EXP.</text> </quest> <quest name="Ratto Extermination" group="Ship" incomplete="4"> <name>Ratto Extermination</name> @@ -157,7 +157,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Quest Giver: Peter.</text> <text>Coordinates: La Johanne, Second Deck. (60,35)</text> - <text>Reward: 200 GP, 100 EXP.</text> + <text>Reward: 200 E, 100 EXP.</text> </quest> </var> <var id="4"> @@ -242,7 +242,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Quest Giver: Couwan.</text> <text>Coordinates: Desert Island. (89,36)</text> - <text>Reward: 10 GP.</text> + <text>Reward: 10 E.</text> </quest> </var> <var id="9"> @@ -311,7 +311,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Quest Giver: Chef Gado.</text> <text>Coordinates: La Johanne, Second Deck. (17,28)</text> - <text>Reward: 60 GP, [@@502|Bread@@].</text> + <text>Reward: 60 E, [@@502|Bread@@].</text> </quest> <quest name="Two Lieutenants in One Boat" group="Ship" complete="5"> <name>Two Lieutenants in One Boat</name> @@ -319,7 +319,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Quest Giver: Chef Gado.</text> <text>Coordinates: La Johanne, Second Deck. (17,28)</text> - <text>Reward: 50 GP.</text> + <text>Reward: 50 E.</text> </quest> <quest name="Two Lieutenants in One Boat" group="Ship" complete="6"> <name>Two Lieutenants in One Boat</name> @@ -327,7 +327,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Quest Giver: Chef Gado.</text> <text>Coordinates: La Johanne, Second Deck. (17,28)</text> - <text>Reward: 40 GP.</text> + <text>Reward: 40 E.</text> </quest> </var> </quests> @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2013 Evol Online --> <units> - <unit type="currency" base=" GP" round="0" separator=" "/> + <unit type="currency" base=" E" round="0" separator=" "/> <unit type="weight" base=" g" round="0" separator=" "> <level symbol=" Kg" count="1000" round="2"/> </unit> |