Updated configs for previous commit.
This commit is contained in:
parent
0530bbeb53
commit
20ec7d491c
@ -1,5 +1,5 @@
|
|||||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/classMaster.xsd">
|
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/classMaster.xsd">
|
||||||
<classMaster classChangeEnabled="true" spawnClassMasters="true" showPopupWindow="true">
|
<classMaster classChangeEnabled="false" spawnClassMasters="false" showPopupWindow="false">
|
||||||
<classChangeOption name="Free">
|
<classChangeOption name="Free">
|
||||||
<appliesTo>
|
<appliesTo>
|
||||||
<category>FIRST_CLASS_GROUP</category>
|
<category>FIRST_CLASS_GROUP</category>
|
||||||
|
@ -31,36 +31,12 @@
|
|||||||
<category>FOURTH_CLASS_GROUP</category>
|
<category>FOURTH_CLASS_GROUP</category>
|
||||||
</appliesTo>
|
</appliesTo>
|
||||||
<rewards>
|
<rewards>
|
||||||
<item id="37044" count="1" chance="10" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
<item id="37044" count="1" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
||||||
</rewards>
|
</rewards>
|
||||||
<conditions>
|
<conditions>
|
||||||
<item id="57" count="3000000" /> <!-- 3 million Adena for fourth class -->
|
<item id="57" count="3000000" /> <!-- 3 million Adena for fourth class -->
|
||||||
<item id="5575" count="300000" /> <!-- 300k Ancient Adena for fourth class -->
|
<item id="5575" count="300000" /> <!-- 300k Ancient Adena for fourth class -->
|
||||||
</conditions>
|
</conditions>
|
||||||
</classChangeOption>
|
</classChangeOption>
|
||||||
<classChangeOption name="Pay more Adena for a chance to not pay Ancient Adena">
|
|
||||||
<appliesTo>
|
|
||||||
<category>FOURTH_CLASS_GROUP</category>
|
|
||||||
</appliesTo>
|
|
||||||
<rewards>
|
|
||||||
<item id="37044" count="1" chance="10" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
|
||||||
</rewards>
|
|
||||||
<conditions>
|
|
||||||
<item id="57" count="6000000" /> <!-- 6 million Adena -->
|
|
||||||
<item id="5575" count="300000" chance="50" /> <!-- 50% chance to take your 300k Ancient Adena for third class -->
|
|
||||||
</conditions>
|
|
||||||
</classChangeOption>
|
|
||||||
<classChangeOption name="Pay Lots of Adena and Ancient Adena for a 100% reward.">
|
|
||||||
<appliesTo>
|
|
||||||
<category>FOURTH_CLASS_GROUP</category>
|
|
||||||
</appliesTo>
|
|
||||||
<rewards>
|
|
||||||
<item id="37044" count="1" chance="100" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
|
||||||
</rewards>
|
|
||||||
<conditions>
|
|
||||||
<item id="57" count="10000000" /> <!-- 10 million adena -->
|
|
||||||
<item id="5575" count="1000000" /> <!-- 1 million Ancient Adena -->
|
|
||||||
</conditions>
|
|
||||||
</classChangeOption>
|
|
||||||
</classMaster>
|
</classMaster>
|
||||||
</list>
|
</list>
|
@ -31,36 +31,12 @@
|
|||||||
<category>FOURTH_CLASS_GROUP</category>
|
<category>FOURTH_CLASS_GROUP</category>
|
||||||
</appliesTo>
|
</appliesTo>
|
||||||
<rewards>
|
<rewards>
|
||||||
<item id="37044" count="1" chance="10" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
<item id="37044" count="1" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
||||||
</rewards>
|
</rewards>
|
||||||
<conditions>
|
<conditions>
|
||||||
<item id="57" count="3000000" /> <!-- 3 million Adena for fourth class -->
|
<item id="57" count="3000000" /> <!-- 3 million Adena for fourth class -->
|
||||||
<item id="5575" count="300000" /> <!-- 300k Ancient Adena for fourth class -->
|
<item id="5575" count="300000" /> <!-- 300k Ancient Adena for fourth class -->
|
||||||
</conditions>
|
</conditions>
|
||||||
</classChangeOption>
|
</classChangeOption>
|
||||||
<classChangeOption name="Pay more Adena for a chance to not pay Ancient Adena">
|
|
||||||
<appliesTo>
|
|
||||||
<category>FOURTH_CLASS_GROUP</category>
|
|
||||||
</appliesTo>
|
|
||||||
<rewards>
|
|
||||||
<item id="37044" count="1" chance="10" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
|
||||||
</rewards>
|
|
||||||
<conditions>
|
|
||||||
<item id="57" count="6000000" /> <!-- 6 million Adena -->
|
|
||||||
<item id="5575" count="300000" chance="50" /> <!-- 50% chance to take your 300k Ancient Adena for third class -->
|
|
||||||
</conditions>
|
|
||||||
</classChangeOption>
|
|
||||||
<classChangeOption name="Pay Lots of Adena and Ancient Adena for a 100% reward.">
|
|
||||||
<appliesTo>
|
|
||||||
<category>FOURTH_CLASS_GROUP</category>
|
|
||||||
</appliesTo>
|
|
||||||
<rewards>
|
|
||||||
<item id="37044" count="1" chance="100" /> <!-- Immortal Scroll (Skill Enchantment, untradable) -->
|
|
||||||
</rewards>
|
|
||||||
<conditions>
|
|
||||||
<item id="57" count="10000000" /> <!-- 10 million adena -->
|
|
||||||
<item id="5575" count="1000000" /> <!-- 1 million Ancient Adena -->
|
|
||||||
</conditions>
|
|
||||||
</classChangeOption>
|
|
||||||
</classMaster>
|
</classMaster>
|
||||||
</list>
|
</list>
|
Loading…
Reference in New Issue
Block a user