Fixed autouse of Overlord skills.
Contributed by MacuK.
This commit is contained in:
@@ -4362,10 +4362,9 @@
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitTime>1</hitTime>
|
||||
<hitTime>500</hitTime>
|
||||
<reuseDelay>10000</reuseDelay>
|
||||
<coolTime>1</coolTime>
|
||||
<abnormalType>ARMOR_HOLY</abnormalType>
|
||||
<coolTime>500</coolTime>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
|
||||
<itemConsumeCount>
|
||||
@@ -4374,9 +4373,9 @@
|
||||
<value level="3">15</value>
|
||||
<value level="4">20</value>
|
||||
</itemConsumeCount>
|
||||
<targetType>TARGET</targetType>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<isMagic>4</isMagic> <!-- Magic Skill -->
|
||||
<isMagic>1</isMagic> <!-- Magic Skill -->
|
||||
<mpConsume>
|
||||
<value level="1">65</value>
|
||||
<value level="2">75</value>
|
||||
|
@@ -5485,13 +5485,11 @@
|
||||
<skill id="45237" toLevel="4" name="Swap Attack">
|
||||
<!-- M. Atk. $s1 P. Atk. $s2 -->
|
||||
<operateType>A2</operateType>
|
||||
<operateType>A2</operateType>
|
||||
<basicProperty>NONE</basicProperty>
|
||||
<magicCriticalRate>5</magicCriticalRate>
|
||||
<hitTime>1</hitTime>
|
||||
<hitTime>500</hitTime>
|
||||
<reuseDelay>10000</reuseDelay>
|
||||
<coolTime>1</coolTime>
|
||||
<abnormalType>ARMOR_HOLY</abnormalType>
|
||||
<coolTime>500</coolTime>
|
||||
<abnormalTime>1200</abnormalTime>
|
||||
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
|
||||
<itemConsumeCount>
|
||||
@@ -5500,7 +5498,7 @@
|
||||
<value level="3">15</value>
|
||||
<value level="4">20</value>
|
||||
</itemConsumeCount>
|
||||
<targetType>TARGET</targetType>
|
||||
<targetType>SELF</targetType>
|
||||
<affectScope>SINGLE</affectScope>
|
||||
<isMagic>4</isMagic> <!-- Magic Skill -->
|
||||
<mpConsume>
|
||||
|
Reference in New Issue
Block a user