Custom Birth of Draco event.

This commit is contained in:
MobiusDev
2017-10-07 15:56:36 +00:00
parent 2f33c0156e
commit c05c4e43dd
57 changed files with 873 additions and 123 deletions

View File

@@ -2203,55 +2203,63 @@
<height normal="50.5" />
</collision>
</npc>
<npc id="19257" level="1" type="L2Npc" name="Small Draco Egg" title="">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<npc id="19257" level="99" type="L2Monster" name="Small Draco Egg" title="">
<race>ELEMENTAL</race>
<sex>MALE</sex>
<mpReward value="20" type="PER" ticks="10" affects="PARTY" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="1" hpRegen="1" mp="1" mpRegen="1" />
<stats str="80" int="79" dex="55" wit="78" con="73" men="78">
<vitals hp="65863" hpRegen="3" mp="56645458" mpRegen="3" />
<speed>
<walk ground="60" />
<run ground="60" />
</speed>
<attack physical="1" magical="1" critical="4" attackSpeed="253" range="0" type="FIST" distance="0" width="0" random="0" accuracy="4.75" />
<defence physical="1" magical="1" />
<abnormalResist physical="0" magical="0" />
<attack physical="8000" magical="7200" critical="84" attackSpeed="553" range="0" type="FIST" distance="0" width="0" random="0" accuracy="4.75" />
<defence physical="900" magical="800" />
<abnormalResist physical="10" magical="27" />
</stats>
<status attackable="false" />
<status attackable="true" />
<skill_list>
<skill id="4416" level="7" /> <!-- Spirits -->
<skill id="4415" level="3" /> <!-- One-handed Sword -->
<skill id="4045" level="1" /> <!-- Resist Full Magic Attack -->
</skill_list>
<ai clanHelpRange="300" aggroRange="300" />
<drop_lists>
<drop>
<item id="34867" min="1" max="5" chance="70" /> <!-- Draco's Gift -->
</drop>
</drop_lists>
<collision>
<radius normal="8" />
<height normal="20" />
<radius normal="10" />
<height normal="27" />
</collision>
</npc>
<npc id="19258" level="1" type="L2Npc" name="Large Draco Egg" title="">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<npc id="19258" level="99" type="L2Monster" name="Large Draco Egg" title="">
<race>ELEMENTAL</race>
<sex>MALE</sex>
<mpReward value="20" type="PER" ticks="10" affects="PARTY" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="1" hpRegen="1" mp="1" mpRegen="1" />
<stats str="103" int="79" dex="55" wit="78" con="108" men="78">
<vitals hp="65863" hpRegen="3" mp="56645458" mpRegen="3" />
<speed>
<walk ground="60" />
<run ground="60" />
</speed>
<attack physical="1" magical="1" critical="4" attackSpeed="253" range="0" type="FIST" distance="0" width="0" random="0" accuracy="4.75" />
<defence physical="1" magical="1" />
<abnormalResist physical="0" magical="0" />
<attack physical="14000" magical="12200" critical="334" attackSpeed="653" range="0" type="FIST" distance="0" width="0" random="0" accuracy="4.75" />
<defence physical="1000" magical="1300" />
<abnormalResist physical="10" magical="27" />
</stats>
<status attackable="false" />
<status attackable="true" />
<skill_list>
<skill id="4416" level="7" /> <!-- Spirits -->
<skill id="4415" level="3" /> <!-- One-handed Sword -->
<skill id="4045" level="1" /> <!-- Resist Full Magic Attack -->
</skill_list>
<ai clanHelpRange="300" aggroRange="300" />
<drop_lists>
<drop>
<item id="34868" min="1" max="3" chance="60" /> <!-- Draco's Shiny Gift -->
</drop>
</drop_lists>
<collision>
<radius normal="10" />
<height normal="27" />

View File

@@ -849,31 +849,37 @@
<height normal="15" />
</collision>
</npc>
<npc id="33828" level="1" type="L2Npc" name="Lyn Draco" title="">
<npc id="33828" level="1" type="L2Monster" name="Lyn Draco" title="">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<race>CONSTRUCT</race>
<sex>FEMALE</sex>
<mpReward value="20" type="PER" ticks="10" affects="PARTY" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="39" hpRegen="2" mp="40" mpRegen="0.9" />
<stats str="103" int="79" dex="55" wit="78" con="108" men="78">
<vitals hp="6586364" hpRegen="3" mp="56645458" mpRegen="3" />
<speed>
<walk ground="50" />
<run ground="60" />
</speed>
<attack physical="8.47458" magical="5.78704" critical="4" attackSpeed="253" range="40" type="FIST" distance="80" width="120" random="5" accuracy="5" />
<defence physical="44.44444" magical="32.52252" />
<attack physical="14000" magical="12200" critical="334" attackSpeed="653" range="0" type="FIST" distance="0" width="0" random="0" accuracy="4.75" />
<defence physical="1000" magical="1300" />
<attribute>
<defence fire="20" water="20" wind="20" earth="20" holy="20" dark="20" />
</attribute>
<abnormalResist physical="0" magical="0" />
<abnormalResist physical="10" magical="10" />
</stats>
<status attackable="false" targetable="false" />
<status attackable="true" targetable="true" />
<skill_list>
<skill id="4416" level="2" /> <!-- Magic Creatures -->
<skill id="4390" level="1" /> <!-- NPC Abnormal Immunity -->
<skill id="4415" level="1" /> <!-- Bare Hands -->
<skill id="4045" level="1" /> <!-- Resist Full Magic Attack -->
</skill_list>
<ai clanHelpRange="300" aggroRange="300" />
<drop_lists>
<drop>
<item id="36323" min="1" max="2" chance="80" /> <!-- Lyn Draco's Gift -->
</drop>
</drop_lists>
<collision>
<radius normal="10" />
<height normal="45" />

View File

@@ -2508,7 +2508,6 @@
</effects>
</skill>
<skill id="9467" toLevel="1" name="Contaminated Draco Egg">
<!-- AUTO GENERATED SKILL -->
<itemConsumeId>34863</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
@@ -2538,7 +2537,6 @@
</effects>
</skill>
<skill id="9468" toLevel="1" name="Small Draco Egg">
<!-- AUTO GENERATED SKILL -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<hitTime>1500</hitTime>
@@ -2546,22 +2544,25 @@
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>1.5</hitCancelTime>
<magicLvl>1</magicLvl>
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>34864</itemConsumeId> <!-- Small Draco Egg -->
<isMagic>2</isMagic>
<reuseDelay>3000</reuseDelay>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanNotUseAirship" />
<condition name="OpCheckAbnormal">
<type>SIGNAL_C</type>
<level>8</level>
<hasAbnormal>false</hasAbnormal>
</condition>
<condition name="OpPeacezone" />
</conditions>
<effects>
<effect name="SummonNpc">
<npcId>19257</npcId> <!-- Small Draco Egg -->
<npcCount>1</npcCount>
<despawnDelay>180000</despawnDelay>
</effect>
</effects>
</skill>
<skill id="9469" toLevel="1" name="Large Draco Egg">
<!-- AUTO GENERATED SKILL -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<hitTime>1500</hitTime>
@@ -2569,22 +2570,25 @@
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>1.5</hitCancelTime>
<magicLvl>1</magicLvl>
<itemConsumeCount>1</itemConsumeCount>
<itemConsumeId>34865</itemConsumeId> <!-- Large Draco Egg -->
<isMagic>2</isMagic>
<reuseDelay>3000</reuseDelay>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="OpCanNotUseAirship" />
<condition name="OpCheckAbnormal">
<type>SIGNAL_C</type>
<level>8</level>
<hasAbnormal>false</hasAbnormal>
</condition>
<condition name="OpPeacezone" />
</conditions>
<effects>
<effect name="SummonNpc">
<npcId>19258</npcId> <!-- Large Draco Egg -->
<npcCount>1</npcCount>
<despawnDelay>180000</despawnDelay>
</effect>
</effects>
</skill>
<skill id="9470" toLevel="1" name="Draco's Gift">
<!-- AUTO GENERATED SKILL -->
<itemConsumeId>34867</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
@@ -2652,7 +2656,6 @@
</effects>
</skill>
<skill id="9471" toLevel="1" name="Draco's Shiny Gift">
<!-- AUTO GENERATED SKILL -->
<itemConsumeId>34868</itemConsumeId>
<itemConsumeCount>1</itemConsumeCount>
<icon>icon.skill0000</icon>
@@ -2668,7 +2671,7 @@
<effect name="RestorationRandom">
<items>
<item chance="0.007">
<item id="35751" count="1" />
<item id="36324" count="1" />
</item>
<item chance="0.097">
<item id="19447" count="1" />