Changed summon points logic.
This commit is contained in:
@@ -795,7 +795,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -803,6 +803,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -810,6 +811,7 @@
|
||||
<param npcId="#enchNpcId" />
|
||||
<param consumeItemId="3031" consumeItemCount="6" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
@@ -837,7 +839,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -845,6 +847,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -852,6 +855,7 @@
|
||||
<param npcId="#enchNpcId" />
|
||||
<param consumeItemId="3031" consumeItemCount="6" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
@@ -879,7 +883,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -887,6 +891,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -894,6 +899,7 @@
|
||||
<param npcId="#enchNpcId" />
|
||||
<param consumeItemId="3031" consumeItemCount="6" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
@@ -921,7 +927,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -929,6 +935,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -936,6 +943,7 @@
|
||||
<param npcId="#enchNpcId" />
|
||||
<param consumeItemId="3031" consumeItemCount="2" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
|
||||
Reference in New Issue
Block a user