Changed summon points logic.
This commit is contained in:
@@ -2497,7 +2497,7 @@
|
||||
<cond>
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -2506,6 +2506,7 @@
|
||||
<param consumeItemId="1459" consumeItemCount="#itemConsumeCountOT" />
|
||||
<param lifeTime="1200" />
|
||||
<param expMultiplier="0.85" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -2514,6 +2515,7 @@
|
||||
<param consumeItemId="1459" consumeItemCount="4" />
|
||||
<param lifeTime="1200" />
|
||||
<param expMultiplier="#ench1expPenalty" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
@@ -3033,7 +3035,7 @@
|
||||
<and>
|
||||
<player canSummonServitor="true" />
|
||||
<player canSummonSiegeGolem="true" />
|
||||
<player hasFreeSummonPoints="0" />
|
||||
<player hasFreeSummonPoints="4" />
|
||||
</and>
|
||||
</cond>
|
||||
<for>
|
||||
@@ -3041,6 +3043,7 @@
|
||||
<param npcId="14768" />
|
||||
<param consumeItemId="2132" consumeItemCount="20" />
|
||||
<param lifeTime="1200" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
@@ -3048,6 +3051,7 @@
|
||||
<param npcId="#enchNpcIds" />
|
||||
<param consumeItemId="2132" consumeItemCount="20" />
|
||||
<param lifeTime="1200" />
|
||||
<param summonPoints="4" />
|
||||
</effect>
|
||||
</enchant1for>
|
||||
</skill>
|
||||
|
||||
Reference in New Issue
Block a user