Changed summon points logic.
This commit is contained in:
@@ -674,7 +674,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -682,6 +682,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -689,6 +690,7 @@
|
||||
<param npcId="#enchNpcId" />
|
||||
<param consumeItemId="3031" consumeItemCount="6" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
@@ -716,7 +718,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -724,6 +726,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -731,6 +734,7 @@
|
||||
<param npcId="#enchNpcId" />
|
||||
<param consumeItemId="3031" consumeItemCount="6" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
@@ -758,7 +762,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -766,6 +770,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -773,6 +778,7 @@
|
||||
<param npcId="#enchNpcId" />
|
||||
<param consumeItemId="3031" consumeItemCount="6" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
@@ -800,7 +806,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -808,6 +814,7 @@
|
||||
<param npcId="#npcIds" />
|
||||
<param consumeItemId="3031" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="3600" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -815,6 +822,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