diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-26 02:04:11 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-26 02:04:11 -0300 |
commit | 2c6770e95d63e82b421b3cf988a30fd395d67c99 (patch) | |
tree | e434b534a5c3530a79ec108ac6d3e759e378cec3 | |
parent | cec34168c88f4158085c6aba1de11f2551d0a61f (diff) | |
download | clientdata-2c6770e95d63e82b421b3cf988a30fd395d67c99.tar.gz clientdata-2c6770e95d63e82b421b3cf988a30fd395d67c99.tar.bz2 clientdata-2c6770e95d63e82b421b3cf988a30fd395d67c99.tar.xz clientdata-2c6770e95d63e82b421b3cf988a30fd395d67c99.zip |
I don't know how to use [monstername], so remove broken ones from quests.xml
-rw-r--r-- | quests.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -357,7 +357,7 @@ Copyright (C) 2012-2013 Evol Online --> </quest> <quest name="Trainment" group="Candor" incomplete="1"> <name>Trainment</name> - <text text1="[Maggot]">I already killed {@@var2}/10 {@@1}.</text> + <text text1="Maggot">I already killed {@@var2}/10 {@@1}.</text> <text></text> <questgiver>Trainer</questgiver> <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> @@ -365,7 +365,7 @@ Copyright (C) 2012-2013 Evol Online --> </quest> <quest name="Trainment" group="Candor" incomplete="4"> <name>Trainment</name> - <text text1="[House Maggot]">I already killed {@@var2}/5 {@@1}.</text> + <text text1="House Maggot">I already killed {@@var2}/5 {@@1}.</text> <text></text> <questgiver>Trainer</questgiver> <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> @@ -373,7 +373,7 @@ Copyright (C) 2012-2013 Evol Online --> </quest> <quest name="Trainment" group="Candor" incomplete="7"> <name>Trainment</name> - <text text1="[Candor Scorpion]">I already killed {@@var2}/3 {@@1}.</text> + <text text1="Candor Scorpion">I already killed {@@var2}/3 {@@1}.</text> <text></text> <questgiver>Trainer</questgiver> <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> |