Fixed clan and party summon.

Contributed by gamelike85.
This commit is contained in:
MobiusDev
2017-11-25 22:07:38 +00:00
parent c2fb380886
commit fffb78c071
8 changed files with 40 additions and 36 deletions

View File

@@ -1355,7 +1355,8 @@
<magicCriticalRate>5</magicCriticalRate>
<isMagic>1</isMagic>
<targetType>OTHERS</targetType>
<affectScope>SINGLE</affectScope>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<conditions>
<condition name="OpCallPc" />
<condition name="TargetMyParty">
@@ -1363,10 +1364,7 @@
</condition>
</conditions>
<effects>
<effect name="CallPc">
<itemId>8615</itemId>
<itemCount>1</itemCount>
</effect>
<effect name="CallPc" />
</effects>
</skill>
<skill id="11266" toLevel="4" name="Summon Death Gate">

View File

@@ -191,17 +191,20 @@
<magicLvl>85</magicLvl>
<isMagic>2</isMagic>
<reuseDelay>1800000</reuseDelay>
<targetType>OTHERS</targetType>
<affectScope>SINGLE</affectScope>
<famePointConsume>900</famePointConsume>
<itemConsumeCount>5</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<targetType>OTHERS</targetType>
<affectScope>PARTY</affectScope>
<affectObject>FRIEND</affectObject>
<conditions>
<condition name="OpCallPc" />
<condition name="TargetMyPledge" />
<condition name="TargetMyPledge">
<includeMe>false</includeMe>
</condition>
</conditions>
<effects>
<effect name="CallTargetParty" />
<effect name="CallPc" />
</effects>
</skill>
<skill id="19008" toLevel="1" name="Clan Guardian">