Changed summon points logic.

This commit is contained in:
MobiusDev
2015-05-11 14:22:36 +00:00
parent 033cc35f80
commit f3458d8c39
26 changed files with 169 additions and 57 deletions

View File

@@ -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>