mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
unlock fishing in 1.13
This commit is contained in:
parent
42ee2ab77d
commit
eb3f163fda
@ -7,6 +7,7 @@
|
|||||||
* TODO: remove all missions not supported in oldest versions
|
* TODO: remove all missions not supported in oldest versions
|
||||||
-->
|
-->
|
||||||
<Active>
|
<Active>
|
||||||
|
<id>1000</id>
|
||||||
</Active>
|
</Active>
|
||||||
<Upcoming>
|
<Upcoming>
|
||||||
<id>999</id>
|
<id>999</id>
|
||||||
|
@ -1,5 +1,50 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<Missions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<Missions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<Mission xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<I>1000</I> <!-- fake, completed mission for unlock fishing in old SoD clients -->
|
||||||
|
<N>Quest 1</N>
|
||||||
|
<G>3</G>
|
||||||
|
<S></S>
|
||||||
|
<A>false</A>
|
||||||
|
<C>1</C>
|
||||||
|
<MR>
|
||||||
|
<Prerequisites>
|
||||||
|
<Type>2</Type>
|
||||||
|
<Value>False</Value>
|
||||||
|
<Quantity>0</Quantity>
|
||||||
|
<ClientRule>false</ClientRule>
|
||||||
|
</Prerequisites>
|
||||||
|
<Prerequisites>
|
||||||
|
<Type>1</Type>
|
||||||
|
<Value>False</Value>
|
||||||
|
<Quantity>0</Quantity>
|
||||||
|
<ClientRule>false</ClientRule>
|
||||||
|
</Prerequisites>
|
||||||
|
<Criteria>
|
||||||
|
<Type>all</Type>
|
||||||
|
<Ordered>true</Ordered>
|
||||||
|
<Min>1</Min>
|
||||||
|
<Repeat>0</Repeat>
|
||||||
|
<RuleItems>
|
||||||
|
<Type>1</Type>
|
||||||
|
<MissionID>999</MissionID>
|
||||||
|
<ID>1000</ID>
|
||||||
|
<Complete>1</Complete>
|
||||||
|
</RuleItems>
|
||||||
|
</Criteria>
|
||||||
|
</MR>
|
||||||
|
<V>1</V>
|
||||||
|
<AID>0</AID>
|
||||||
|
<AAID>0</AAID>
|
||||||
|
<Task>
|
||||||
|
<I>1000</I>
|
||||||
|
<N>Unlock Fishing</N>
|
||||||
|
<S></S>
|
||||||
|
<C>1</C>
|
||||||
|
<F>false</F>
|
||||||
|
</Task>
|
||||||
|
<RPT>false</RPT>
|
||||||
|
</Mission>
|
||||||
<Mission xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
<Mission xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<I>30999</I> <!-- New Student for 1.x - 2.2 versions; TODO: this is placeholder, only for complete the first tutorial and hatch a dragon -->
|
<I>30999</I> <!-- New Student for 1.x - 2.2 versions; TODO: this is placeholder, only for complete the first tutorial and hatch a dragon -->
|
||||||
<N>Quest 1</N>
|
<N>Quest 1</N>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user