Skip to content
Snippets Groups Projects
Commit c10168d5 authored by Zoey76's avatar Zoey76
Browse files

Fixed and updated skills to High Five

Blessed Scroll of Resurrection: Pet (2179)
Baby Food Skill (22126)
parent 6fbe9522
No related branches found
No related tags found
No related merge requests found
...@@ -1185,11 +1185,11 @@ ...@@ -1185,11 +1185,11 @@
<set name="operateType" val="A1" /> <set name="operateType" val="A1" />
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" /> <set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="PC_BODY" /> <set name="targetType" val="PC_BODY" />
<cond msgId="113" addName="1">
<target npcType="L2PetInstance" />
</cond>
<cond> <cond>
<player canResurrect="true" /> <and>
<player companion="PET" />
<player canResurrect="true" />
</and>
</cond> </cond>
<effects> <effects>
<effect name="Resurrection"> <effect name="Resurrection">
......
...@@ -630,7 +630,10 @@ ...@@ -630,7 +630,10 @@
<set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" /> <set name="rideState" val="NONE;STRIDER;WYVERN;WOLF" />
<set name="targetType" val="TARGET" /> <set name="targetType" val="TARGET" />
<cond msgId="109"> <cond msgId="109">
<target npcId="1538" /> <and>
<player companion="PET" />
<target npcId="1538" />
</and>
</cond> </cond>
</skill> </skill>
<skill id="22127" levels="1" name="Summon Warm Kotatz"> <skill id="22127" levels="1" name="Summon Warm Kotatz">
......
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
<xs:attribute type="xs:string" name="canResurrect" /> <xs:attribute type="xs:string" name="canResurrect" />
<xs:attribute type="xs:string" name="canSweep" /> <xs:attribute type="xs:string" name="canSweep" />
<xs:attribute type="xs:string" name="canSummonSiegeGolem" /> <xs:attribute type="xs:string" name="canSummonSiegeGolem" />
<xs:attribute type="xs:string" name="companion" />
<xs:attribute type="xs:byte" name="invSize" /> <xs:attribute type="xs:byte" name="invSize" />
<xs:attribute type="xs:byte" name="weight" /> <xs:attribute type="xs:byte" name="weight" />
<xs:attribute type="xs:byte" name="hp" /> <xs:attribute type="xs:byte" name="hp" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment