1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-07 16:03:10 +00:00

Implemented XML templates

This commit is contained in:
2011-05-24 22:55:31 -03:00
parent 6497016e14
commit cc44946831
10377 changed files with 309163 additions and 6171 deletions

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18873" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baby Alpine Kookaburra</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="13.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>11630</experience>
<sp>1256</sp>
<collision heigth="15.0" radius="6.0"/>
</info>
<droplist>
<item chance="700000" max="959" min="475" id="57"/>
<item chance="2000" max="1" min="1" id="9573"/>
<item chance="700" max="1" min="1" id="9574"/>
<item chance="27000" max="1" min="1" id="15772"/>
<item chance="2000" max="1" min="1" id="15772"/>
<item chance="12000" max="1" min="1" id="15773"/>
<item chance="900" max="1" min="1" id="15773"/>
<item chance="18000" max="1" min="1" id="15774"/>
<item chance="1000" max="1" min="1" id="15774"/>
<item chance="6000" max="1" min="1" id="15812"/>
<item chance="3000" max="1" min="1" id="15813"/>
<item chance="4000" max="1" min="1" id="15814"/>
</droplist>
</npc>

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18874" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Kookaburra</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="13.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18776</experience>
<sp>1918</sp>
<collision heigth="21.0" radius="12.0"/>
</info>
<droplist>
<item chance="700000" max="3014" min="1494" id="57"/>
<item chance="200" max="1" min="1" id="960"/>
<item chance="110000" max="1" min="1" id="1895"/>
<item chance="7000" max="1" min="1" id="4040"/>
<item chance="3000" max="1" min="1" id="9573"/>
<item chance="1000" max="1" min="1" id="9574"/>
<item chance="100" max="1" min="1" id="9575"/>
<item chance="3000" max="1" min="1" id="9628"/>
<item chance="2000" max="1" min="1" id="9630"/>
<item chance="6000" max="1" min="1" id="15654"/>
<item chance="5000" max="1" min="1" id="15654"/>
<item chance="6000" max="1" min="1" id="15655"/>
<item chance="5000" max="1" min="1" id="15655"/>
<item chance="6000" max="1" min="1" id="15656"/>
<item chance="5000" max="1" min="1" id="15656"/>
<item chance="6000" max="1" min="1" id="15657"/>
<item chance="6000" max="1" min="1" id="15658"/>
<item chance="6000" max="1" min="1" id="15659"/>
<item chance="80" max="1" min="1" id="15703"/>
<item chance="1000" max="1" min="1" id="15784"/>
<item chance="1000" max="1" min="1" id="15785"/>
<item chance="1000" max="1" min="1" id="15786"/>
<item chance="1000" max="1" min="1" id="15787"/>
<item chance="1000" max="1" min="1" id="15788"/>
<item chance="1000" max="1" min="1" id="15789"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18875" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Kookaburra</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="13.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>25005</experience>
<sp>2686</sp>
<collision heigth="21.0" radius="12.0"/>
</info>
</npc>

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18876" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Kookaburra</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8516</experience>
<sp>874</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="700000" max="8477" min="4202" id="57"/>
<item chance="100000" max="1" min="1" id="1879"/>
<item chance="50000" max="1" min="1" id="1885"/>
<item chance="940000" max="1" min="1" id="1894"/>
<item chance="8000" max="1" min="1" id="5550"/>
<item chance="100" max="1" min="1" id="9555"/>
<item chance="5000" max="1" min="1" id="9628"/>
<item chance="2000" max="1" min="1" id="9629"/>
<item chance="3000" max="1" min="1" id="9630"/>
<item chance="4000" max="1" min="1" id="10483"/>
<item chance="800" max="1" min="1" id="10484"/>
<item chance="80" max="1" min="1" id="10485"/>
<item chance="8000" max="1" min="1" id="15649"/>
<item chance="6000" max="1" min="1" id="15649"/>
<item chance="200" max="1" min="1" id="15779"/>
<item chance="2000" max="1" min="1" id="15782"/>
<item chance="1000" max="1" min="1" id="17030"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18877" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Kookaburra</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>72113</experience>
<sp>7459</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
</npc>

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18878" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Kookaburra</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>11959</experience>
<sp>1246</sp>
<collision heigth="33.0" radius="10.0"/>
</info>
<droplist>
<item chance="700000" max="8901" min="4416" id="57"/>
<item chance="110000" max="1" min="1" id="1879"/>
<item chance="60000" max="1" min="1" id="1885"/>
<item chance="8000" max="1" min="1" id="5550"/>
<item chance="650000" max="1" min="1" id="9628"/>
<item chance="5000" max="1" min="1" id="9628"/>
<item chance="4000" max="1" min="1" id="9629"/>
<item chance="3000" max="1" min="1" id="9630"/>
<item chance="400" max="1" min="1" id="10373"/>
<item chance="400" max="1" min="1" id="10375"/>
<item chance="400" max="1" min="1" id="10376"/>
<item chance="2000" max="1" min="1" id="10397"/>
<item chance="800" max="1" min="1" id="10397"/>
<item chance="2000" max="1" min="1" id="10399"/>
<item chance="300" max="1" min="1" id="10399"/>
<item chance="2000" max="1" min="1" id="10400"/>
<item chance="5000" max="1" min="1" id="10483"/>
<item chance="1000" max="1" min="1" id="10484"/>
<item chance="70" max="1" min="1" id="10485"/>
<item chance="700" max="1" min="1" id="15667"/>
<item chance="7000" max="1" min="1" id="15671"/>
<item chance="6000" max="1" min="1" id="15674"/>
<item chance="600" max="1" min="1" id="15801"/>
<item chance="600" max="1" min="1" id="15802"/>
<item chance="600" max="1" min="1" id="15803"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18879" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Kookaburra</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>76500</experience>
<sp>6972</sp>
<collision heigth="33.0" radius="10.0"/>
</info>
</npc>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18880" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baby Alpine Cougar</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="28.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>11630</experience>
<sp>1256</sp>
<collision heigth="15.7" radius="8.0"/>
</info>
<droplist>
<item chance="700000" max="959" min="475" id="57"/>
<item chance="3000" max="1" min="1" id="9573"/>
<item chance="600" max="1" min="1" id="9574"/>
<item chance="80" max="1" min="1" id="9575"/>
<item chance="14000" max="1" min="1" id="15772"/>
<item chance="2000" max="1" min="1" id="15772"/>
<item chance="14000" max="1" min="1" id="15773"/>
<item chance="2000" max="1" min="1" id="15773"/>
<item chance="14000" max="1" min="1" id="15774"/>
<item chance="1000" max="1" min="1" id="15774"/>
<item chance="1400" max="1" min="1" id="15812"/>
<item chance="1400" max="1" min="1" id="15813"/>
<item chance="1400" max="1" min="1" id="15814"/>
</droplist>
</npc>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18881" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Cougar</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="28.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18776</experience>
<sp>1918</sp>
<collision heigth="21.0" radius="13.0"/>
</info>
<droplist>
<item chance="700000" max="3015" min="1494" id="57"/>
<item chance="3000" max="1" min="1" id="960"/>
<item chance="300" max="1" min="1" id="960"/>
<item chance="100000" max="1" min="1" id="1895"/>
<item chance="7000" max="1" min="1" id="4040"/>
<item chance="2000" max="1" min="1" id="9573"/>
<item chance="400" max="1" min="1" id="9574"/>
<item chance="200" max="1" min="1" id="9575"/>
<item chance="3000" max="1" min="1" id="9628"/>
<item chance="2000" max="1" min="1" id="9630"/>
<item chance="9000" max="1" min="1" id="15654"/>
<item chance="9000" max="1" min="1" id="15655"/>
<item chance="9000" max="1" min="1" id="15656"/>
<item chance="9000" max="1" min="1" id="15657"/>
<item chance="2000" max="1" min="1" id="15657"/>
<item chance="9000" max="1" min="1" id="15658"/>
<item chance="2000" max="1" min="1" id="15658"/>
<item chance="9000" max="1" min="1" id="15659"/>
<item chance="2000" max="1" min="1" id="15659"/>
<item chance="6" max="1" min="1" id="15707"/>
<item chance="2000" max="1" min="1" id="15784"/>
<item chance="2000" max="1" min="1" id="15785"/>
<item chance="2000" max="1" min="1" id="15786"/>
<item chance="2000" max="1" min="1" id="15787"/>
<item chance="2000" max="1" min="1" id="15788"/>
<item chance="2000" max="1" min="1" id="15789"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18882" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Cougar</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="28.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>25005</experience>
<sp>2686</sp>
<collision heigth="21.0" radius="13.0"/>
</info>
</npc>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18883" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Cougar</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="60.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8516</experience>
<sp>874</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="8477" min="4200" id="57"/>
<item chance="200" max="1" min="1" id="959"/>
<item chance="100000" max="1" min="1" id="1879"/>
<item chance="50000" max="1" min="1" id="1885"/>
<item chance="400" max="1" min="1" id="1894"/>
<item chance="8000" max="1" min="1" id="5550"/>
<item chance="100" max="1" min="1" id="9555"/>
<item chance="200" max="1" min="1" id="9628"/>
<item chance="5000" max="1" min="1" id="9628"/>
<item chance="3000" max="1" min="1" id="9629"/>
<item chance="420000" max="1" min="1" id="9630"/>
<item chance="3000" max="1" min="1" id="9630"/>
<item chance="4000" max="1" min="1" id="10483"/>
<item chance="1000" max="1" min="1" id="10484"/>
<item chance="100" max="1" min="1" id="10485"/>
<item chance="200" max="1" min="1" id="15648"/>
<item chance="2000" max="1" min="1" id="15648"/>
<item chance="500" max="1" min="1" id="15651"/>
<item chance="2000" max="1" min="1" id="15651"/>
<item chance="8000" max="1" min="1" id="15778"/>
<item chance="40" max="1" min="1" id="15778"/>
<item chance="8000" max="1" min="1" id="15781"/>
<item chance="1000" max="1" min="1" id="17030"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18884" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Cougar</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="60.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>72113</experience>
<sp>7459</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
</npc>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18885" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Cougar</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="60.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>11959</experience>
<sp>1246</sp>
<collision heigth="28.0" radius="34.0"/>
</info>
<droplist>
<item chance="700000" max="8477" min="4200" id="57"/>
<item chance="110000" max="1" min="1" id="1879"/>
<item chance="60000" max="1" min="1" id="1885"/>
<item chance="9000" max="1" min="1" id="5550"/>
<item chance="200" max="1" min="1" id="9553"/>
<item chance="660000" max="1" min="1" id="9628"/>
<item chance="4000" max="1" min="1" id="9628"/>
<item chance="3000" max="1" min="1" id="9629"/>
<item chance="3000" max="1" min="1" id="9630"/>
<item chance="400" max="1" min="1" id="10378"/>
<item chance="400" max="1" min="1" id="10380"/>
<item chance="3000" max="1" min="1" id="10402"/>
<item chance="5000" max="1" min="1" id="10404"/>
<item chance="400" max="1" min="1" id="10404"/>
<item chance="6000" max="1" min="1" id="10483"/>
<item chance="1000" max="1" min="1" id="10484"/>
<item chance="100" max="1" min="1" id="10485"/>
<item chance="3000" max="1" min="1" id="15668"/>
<item chance="3000" max="1" min="1" id="15672"/>
<item chance="3000" max="1" min="1" id="15675"/>
<item chance="400" max="1" min="1" id="15804"/>
<item chance="400" max="1" min="1" id="15805"/>
<item chance="500" max="1" min="1" id="15806"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18886" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Cougar</name>
<level>83</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="3835.59060587002"/>
<mp regen="3.0" max="1777.4"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1099.42362"/>
<magical speed="333.0" damage="750.76381"/>
</attack>
<defense>
<physical value="353.86144"/>
<magical value="258.94045"/>
</defense>
<move walk="60.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>76500</experience>
<sp>6972</sp>
<collision heigth="28.0" radius="34.0"/>
</info>
</npc>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18887" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baby Alpine Buffalo</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="30.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12929</experience>
<sp>1379</sp>
<collision heigth="15.0" radius="8.0"/>
</info>
<droplist>
<item chance="700000" max="1045" min="511" id="57"/>
<item chance="1000" max="1" min="1" id="9573"/>
<item chance="200" max="1" min="1" id="9574"/>
<item chance="70" max="1" min="1" id="9575"/>
<item chance="20" max="1" min="1" id="15766"/>
<item chance="20000" max="1" min="1" id="15772"/>
<item chance="3000" max="1" min="1" id="15772"/>
<item chance="20000" max="1" min="1" id="15773"/>
<item chance="1000" max="1" min="1" id="15773"/>
<item chance="20000" max="1" min="1" id="15774"/>
<item chance="1000" max="1" min="1" id="15774"/>
<item chance="2000" max="1" min="1" id="15812"/>
<item chance="400" max="1" min="1" id="15812"/>
<item chance="2000" max="1" min="1" id="15813"/>
<item chance="200" max="1" min="1" id="15813"/>
<item chance="300" max="1" min="1" id="15814"/>
</droplist>
</npc>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18888" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Buffalo</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="30.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20911</experience>
<sp>2111</sp>
<collision heigth="22.0" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="3235" min="1586" id="57"/>
<item chance="80000" max="1" min="1" id="1895"/>
<item chance="6000" max="1" min="1" id="4040"/>
<item chance="3000" max="1" min="1" id="9573"/>
<item chance="2000" max="1" min="1" id="9628"/>
<item chance="2000" max="1" min="1" id="9630"/>
<item chance="22000" max="1" min="1" id="15654"/>
<item chance="4000" max="1" min="1" id="15654"/>
<item chance="22000" max="1" min="1" id="15655"/>
<item chance="6000" max="1" min="1" id="15655"/>
<item chance="22000" max="1" min="1" id="15656"/>
<item chance="4000" max="1" min="1" id="15656"/>
<item chance="22000" max="1" min="1" id="15657"/>
<item chance="22000" max="1" min="1" id="15658"/>
<item chance="22000" max="1" min="1" id="15659"/>
<item chance="1200" max="1" min="1" id="15784"/>
<item chance="300" max="1" min="1" id="15784"/>
<item chance="1200" max="1" min="1" id="15785"/>
<item chance="300" max="1" min="1" id="15786"/>
<item chance="1200" max="1" min="1" id="15787"/>
<item chance="300" max="1" min="1" id="15787"/>
<item chance="1200" max="1" min="1" id="15788"/>
<item chance="1200" max="1" min="1" id="15789"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18889" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Buffalo</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="30.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>27445</experience>
<sp>2908</sp>
<collision heigth="22.0" radius="16.0"/>
</info>
</npc>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18890" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Buffalo</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9438</experience>
<sp>957</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="9135" min="4476" id="57"/>
<item chance="110000" max="1" min="1" id="1879"/>
<item chance="50000" max="1" min="1" id="1885"/>
<item chance="8000" max="1" min="1" id="5550"/>
<item chance="60" max="1" min="1" id="9556"/>
<item chance="5000" max="1" min="1" id="9628"/>
<item chance="3000" max="1" min="1" id="9629"/>
<item chance="3000" max="1" min="1" id="9630"/>
<item chance="4000" max="1" min="1" id="10483"/>
<item chance="1000" max="1" min="1" id="10484"/>
<item chance="60" max="1" min="1" id="10485"/>
<item chance="10000" max="1" min="1" id="15650"/>
<item chance="10000" max="1" min="1" id="15653"/>
<item chance="400" max="1" min="1" id="15780"/>
<item chance="1000" max="1" min="1" id="15783"/>
<item chance="2000" max="1" min="1" id="17030"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18891" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Buffalo</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>79302</experience>
<sp>8101</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
</npc>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18892" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Buffalo</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="80.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>13050</experience>
<sp>1342</sp>
<collision heigth="31.0" radius="22.0"/>
</info>
<droplist>
<item chance="700000" max="9135" min="4476" id="57"/>
<item chance="130000" max="1" min="1" id="1879"/>
<item chance="70000" max="1" min="1" id="1885"/>
<item chance="990000" max="1" min="1" id="1894"/>
<item chance="10000" max="1" min="1" id="5550"/>
<item chance="7000" max="1" min="1" id="9628"/>
<item chance="3000" max="1" min="1" id="9629"/>
<item chance="3000" max="1" min="1" id="9630"/>
<item chance="400" max="1" min="1" id="10379"/>
<item chance="2000" max="1" min="1" id="10403"/>
<item chance="1000" max="1" min="1" id="10403"/>
<item chance="6000" max="1" min="1" id="10483"/>
<item chance="2000" max="1" min="1" id="10484"/>
<item chance="1000" max="1" min="1" id="15638"/>
<item chance="400" max="1" min="1" id="15819"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18893" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Buffalo</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="80.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>83904</experience>
<sp>7596</sp>
<collision heigth="31.0" radius="22.0"/>
</info>
</npc>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18894" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Baby Alpine Grendel</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="40.0" run="120.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>12929</experience>
<sp>1379</sp>
<collision heigth="12.5" radius="9.0"/>
</info>
<droplist>
<item chance="700000" max="9135" min="4476" id="57"/>
<item chance="1000" max="1" min="1" id="1894"/>
<item chance="1000" max="1" min="1" id="9573"/>
<item chance="200" max="1" min="1" id="9574"/>
<item chance="40" max="1" min="1" id="9575"/>
<item chance="9" max="1" min="1" id="15766"/>
<item chance="9" max="1" min="1" id="15768"/>
<item chance="12000" max="1" min="1" id="15772"/>
<item chance="2000" max="1" min="1" id="15772"/>
<item chance="12000" max="1" min="1" id="15773"/>
<item chance="1000" max="1" min="1" id="15773"/>
<item chance="12000" max="1" min="1" id="15774"/>
<item chance="1000" max="1" min="1" id="15774"/>
<item chance="1500" max="1" min="1" id="15812"/>
<item chance="400" max="1" min="1" id="15812"/>
<item chance="1500" max="1" min="1" id="15813"/>
<item chance="200" max="1" min="1" id="15813"/>
<item chance="1500" max="1" min="1" id="15814"/>
<item chance="100" max="1" min="1" id="15814"/>
</droplist>
</npc>

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18895" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Grendel</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="40.0" run="120.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20911</experience>
<sp>2111</sp>
<collision heigth="12.5" radius="9.0"/>
</info>
<droplist>
<item chance="700000" max="3238" min="1586" id="57"/>
<item chance="2000" max="1" min="1" id="960"/>
<item chance="70000" max="1" min="1" id="1895"/>
<item chance="5000" max="1" min="1" id="4040"/>
<item chance="2000" max="1" min="1" id="9573"/>
<item chance="400" max="1" min="1" id="9574"/>
<item chance="1000" max="1" min="1" id="9628"/>
<item chance="1000" max="1" min="1" id="9630"/>
<item chance="13000" max="1" min="1" id="15654"/>
<item chance="13000" max="1" min="1" id="15655"/>
<item chance="13000" max="1" min="1" id="15656"/>
<item chance="13000" max="1" min="1" id="15657"/>
<item chance="500" max="1" min="1" id="15657"/>
<item chance="13000" max="1" min="1" id="15658"/>
<item chance="500" max="1" min="1" id="15658"/>
<item chance="13000" max="1" min="1" id="15659"/>
<item chance="6000" max="1" min="1" id="15659"/>
<item chance="5" max="1" min="1" id="15706"/>
<item chance="3" max="1" min="1" id="15707"/>
<item chance="3" max="1" min="1" id="15708"/>
<item chance="1500" max="1" min="1" id="15784"/>
<item chance="50" max="1" min="1" id="15784"/>
<item chance="1500" max="1" min="1" id="15785"/>
<item chance="50" max="1" min="1" id="15785"/>
<item chance="1500" max="1" min="1" id="15786"/>
<item chance="50" max="1" min="1" id="15786"/>
<item chance="1500" max="1" min="1" id="15787"/>
<item chance="50" max="1" min="1" id="15787"/>
<item chance="1500" max="1" min="1" id="15788"/>
<item chance="50" max="1" min="1" id="15788"/>
<item chance="1500" max="1" min="1" id="15789"/>
<item chance="50" max="1" min="1" id="15789"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18896" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Young Grendel</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="40.0" run="120.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>27445</experience>
<sp>2908</sp>
<collision heigth="12.5" radius="9.0"/>
</info>
</npc>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18897" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Grendel</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="36.0" run="155.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9438</experience>
<sp>957</sp>
<collision heigth="39.0" radius="15.0"/>
</info>
<droplist>
<item chance="700000" max="9139" min="4473" id="57"/>
<item chance="200" max="1" min="1" id="959"/>
<item chance="110000" max="1" min="1" id="1879"/>
<item chance="60000" max="1" min="1" id="1885"/>
<item chance="9000" max="1" min="1" id="5550"/>
<item chance="200" max="1" min="1" id="9556"/>
<item chance="10000" max="1" min="1" id="9628"/>
<item chance="5000" max="1" min="1" id="9628"/>
<item chance="3000" max="1" min="1" id="9629"/>
<item chance="10000" max="1" min="1" id="9630"/>
<item chance="3000" max="1" min="1" id="9630"/>
<item chance="200" max="1" min="1" id="10374"/>
<item chance="50" max="1" min="1" id="10374"/>
<item chance="1100" max="1" min="1" id="10398"/>
<item chance="2000" max="1" min="1" id="10398"/>
<item chance="5000" max="1" min="1" id="10483"/>
<item chance="1000" max="1" min="1" id="10484"/>
<item chance="50" max="1" min="1" id="10485"/>
<item chance="1000" max="1" min="1" id="17030"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18898" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Adult Grendel</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="36.0" run="155.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>79302</experience>
<sp>8101</sp>
<collision heigth="39.0" radius="15.0"/>
</info>
</npc>

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18899" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Grendel</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="40.0" run="120.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>13050</experience>
<sp>1342</sp>
<collision heigth="32.5" radius="34.0"/>
</info>
<droplist>
<item chance="700000" max="9588" min="4693" id="57"/>
<item chance="130000" max="1" min="1" id="1879"/>
<item chance="70000" max="1" min="1" id="1885"/>
<item chance="790000" max="1" min="1" id="1894"/>
<item chance="10000" max="1" min="1" id="5550"/>
<item chance="170000" max="1" min="1" id="9628"/>
<item chance="6000" max="1" min="1" id="9628"/>
<item chance="3000" max="1" min="1" id="9629"/>
<item chance="200" max="1" min="1" id="9630"/>
<item chance="5000" max="1" min="1" id="9630"/>
<item chance="200" max="1" min="1" id="10381"/>
<item chance="3000" max="1" min="1" id="10405"/>
<item chance="1000" max="1" min="1" id="10405"/>
<item chance="6000" max="1" min="1" id="10483"/>
<item chance="2000" max="1" min="1" id="10484"/>
<item chance="50" max="1" min="1" id="10485"/>
<item chance="100" max="1" min="1" id="15644"/>
<item chance="30" max="1" min="1" id="15825"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="18900" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Full Grown Grendel</name>
<level>84</level>
<sex>MALE</sex>
<stats>
<hp regen="8.5" max="4039.04270539801"/>
<mp regen="3.0" max="1812.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="1144.7313"/>
<magical speed="333.0" damage="781.70308"/>
</attack>
<defense>
<physical value="357.86723"/>
<magical value="261.87171"/>
</defense>
<move walk="40.0" run="120.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>83904</experience>
<sp>7596</sp>
<collision heigth="32.5" radius="34.0"/>
</info>
</npc>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21451" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3318</experience>
<sp>308</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" max="917" min="452" id="57"/>
<item chance="26" max="1" min="1" id="730"/>
<item chance="43778" max="30" min="10" id="1343"/>
<item chance="1522" max="1" min="1" id="1807"/>
<item chance="20430" max="1" min="1" id="1866"/>
<item chance="30645" max="1" min="1" id="1871"/>
<item chance="2554" max="1" min="1" id="1885"/>
<item chance="9924" max="1" min="1" id="4041"/>
<item chance="267" max="1" min="1" id="4041"/>
<item chance="23474" max="1" min="1" id="4080"/>
<item chance="246" max="1" min="1" id="4116"/>
<item chance="246" max="1" min="1" id="4117"/>
<item chance="233" max="1" min="1" id="4118"/>
<item chance="1226" max="1" min="1" id="5220"/>
<item chance="409" max="1" min="1" id="8729"/>
<item chance="102" max="1" min="1" id="8739"/>
<item chance="10" max="1" min="1" id="8749"/>
<item chance="2" max="1" min="1" id="8759"/>
<item chance="18" max="1" min="1" id="11934"/>
<item chance="18" max="1" min="1" id="11935"/>
<item chance="18" max="1" min="1" id="11938"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21452" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8775</experience>
<sp>815</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" max="1985" min="981" id="57"/>
<item chance="164372" max="1" min="1" id="1875"/>
<item chance="3287" max="1" min="1" id="3035"/>
<item chance="24301" max="1" min="1" id="4081"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21453" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7374</experience>
<sp>685</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" max="1668" min="824" id="57"/>
<item chance="2763" max="1" min="1" id="3956"/>
<item chance="23411" max="1" min="1" id="4082"/>
<item chance="23411" max="1" min="1" id="4083"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21454" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8775</experience>
<sp>815</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" max="1985" min="981" id="57"/>
<item chance="758639" max="3" min="1" id="1884"/>
<item chance="164372" max="1" min="1" id="1889"/>
<item chance="42850" max="1" min="1" id="4084"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21455" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7374</experience>
<sp>685</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="700000" max="1668" min="824" id="57"/>
<item chance="36008" max="1" min="1" id="4085"/>
<item chance="2763" max="1" min="1" id="5156"/>
<item chance="2763" max="1" min="1" id="5161"/>
</droplist>
</npc>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21456" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8775</experience>
<sp>815</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="178285" max="1" min="1" id="1864"/>
<item chance="89143" max="1" min="1" id="1869"/>
<item chance="35657" max="1" min="1" id="1878"/>
<item chance="928569" max="3" min="1" id="1884"/>
<item chance="54857" max="1" min="1" id="1884"/>
<item chance="100595" max="1" min="1" id="4039"/>
<item chance="2972" max="1" min="1" id="4039"/>
<item chance="70817" max="1" min="1" id="4086"/>
<item chance="649" max="1" min="1" id="4116"/>
<item chance="649" max="1" min="1" id="4117"/>
<item chance="615" max="1" min="1" id="4118"/>
<item chance="33" max="1" min="1" id="5450"/>
<item chance="1189" max="1" min="1" id="8729"/>
<item chance="297" max="1" min="1" id="8739"/>
<item chance="30" max="1" min="1" id="8749"/>
<item chance="6" max="1" min="1" id="8759"/>
<item chance="49" max="1" min="1" id="11934"/>
<item chance="49" max="1" min="1" id="11935"/>
<item chance="49" max="1" min="1" id="11938"/>
</droplist>
</npc>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21457" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7374</experience>
<sp>685</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="97285" max="30" min="10" id="1343"/>
<item chance="45400" max="1" min="1" id="1866"/>
<item chance="68100" max="1" min="1" id="1871"/>
<item chance="5675" max="1" min="1" id="1885"/>
<item chance="592" max="1" min="1" id="4041"/>
<item chance="4420" max="1" min="1" id="4052"/>
<item chance="5352" max="1" min="1" id="4053"/>
<item chance="2459" max="1" min="1" id="4054"/>
<item chance="59510" max="1" min="1" id="4087"/>
<item chance="95843" max="1" min="1" id="4088"/>
<item chance="3381" max="1" min="1" id="5166"/>
<item chance="2724" max="1" min="1" id="5220"/>
<item chance="25" max="1" min="1" id="5456"/>
<item chance="908" max="1" min="1" id="8729"/>
<item chance="227" max="1" min="1" id="8739"/>
<item chance="23" max="1" min="1" id="8749"/>
<item chance="5" max="1" min="1" id="8759"/>
<item chance="579" max="1" min="1" id="12341"/>
<item chance="434" max="1" min="1" id="12342"/>
<item chance="867" max="1" min="1" id="12343"/>
</droplist>
</npc>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21458" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8775</experience>
<sp>815</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="26242" max="1" min="1" id="4041"/>
<item chance="114053" max="1" min="1" id="4089"/>
<item chance="4024" max="1" min="1" id="5230"/>
<item chance="593" max="1" min="1" id="12188"/>
<item chance="593" max="1" min="1" id="12189"/>
<item chance="593" max="1" min="1" id="12187"/>
<item chance="593" max="1" min="1" id="12190"/>
<item chance="5003" max="1" min="1" id="4090"/>
<item chance="5003" max="1" min="1" id="4091"/>
<item chance="5003" max="1" min="1" id="4096"/>
<item chance="5003" max="1" min="1" id="4099"/>
<item chance="54026" max="1" min="1" id="1866"/>
<item chance="81039" max="1" min="1" id="1871"/>
<item chance="3242" max="1" min="1" id="1877"/>
<item chance="1621" max="1" min="1" id="4040"/>
<item chance="705" max="1" min="1" id="4041"/>
<item chance="699" max="1" min="1" id="5370"/>
<item chance="30" max="1" min="1" id="5462"/>
<item chance="1081" max="1" min="1" id="8729"/>
<item chance="270" max="1" min="1" id="8739"/>
<item chance="27" max="1" min="1" id="8749"/>
<item chance="5" max="1" min="1" id="8759"/>
</droplist>
</npc>

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21459" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="13.0" run="140.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7374</experience>
<sp>685</sp>
<collision heigth="15.0" radius="7.0"/>
</info>
<droplist>
<item chance="88983" max="1" min="1" id="1894"/>
<item chance="113850" max="1" min="1" id="4090"/>
<item chance="3381" max="1" min="1" id="5271"/>
<item chance="122" max="1" min="1" id="11933"/>
<item chance="1637" max="1" min="1" id="4120"/>
<item chance="89178" max="30" min="10" id="1343"/>
<item chance="83233" max="1" min="1" id="1867"/>
<item chance="83233" max="1" min="1" id="1872"/>
<item chance="13872" max="1" min="1" id="1882"/>
<item chance="2190" max="1" min="1" id="1894"/>
<item chance="1040" max="1" min="1" id="4042"/>
<item chance="512" max="1" min="1" id="5364"/>
<item chance="23" max="1" min="1" id="5464"/>
<item chance="832" max="1" min="1" id="8729"/>
<item chance="208" max="1" min="1" id="8739"/>
<item chance="21" max="1" min="1" id="8749"/>
<item chance="4" max="1" min="1" id="8759"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21460" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18387</experience>
<sp>1708</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="231933" max="2" min="1" id="4091"/>
<item chance="231933" max="1" min="1" id="4096"/>
<item chance="6888" max="1" min="1" id="5276"/>
<item chance="700000" max="4158" min="2055" id="57"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21461" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19112</experience>
<sp>1776</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="700000" max="4322" min="2136" id="57"/>
<item chance="537011" max="3" min="1" id="1876"/>
<item chance="89502" max="1" min="1" id="4042"/>
<item chance="241083" max="1" min="1" id="4099"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21462" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18387</experience>
<sp>1708</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="22614" max="1" min="1" id="4114"/>
<item chance="6888" max="1" min="1" id="5281"/>
<item chance="2823" max="1" min="1" id="5438"/>
<item chance="700000" max="4158" min="2055" id="57"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21463" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>17683</experience>
<sp>1643</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="700000" max="3999" min="1976" id="57"/>
<item chance="331238" max="1" min="1" id="1875"/>
<item chance="43205" max="1" min="1" id="4041"/>
<item chance="21675" max="1" min="1" id="4115"/>
</droplist>
</npc>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21464" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18387</experience>
<sp>1708</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="27632" max="1" min="1" id="4116"/>
<item chance="27632" max="1" min="1" id="4117"/>
<item chance="3455" max="1" min="1" id="5444"/>
<item chance="102" max="1" min="1" id="11935"/>
<item chance="102" max="1" min="1" id="11938"/>
<item chance="102" max="1" min="1" id="11934"/>
<item chance="1360" max="1" min="1" id="4116"/>
<item chance="1360" max="1" min="1" id="4117"/>
<item chance="1289" max="1" min="1" id="4118"/>
<item chance="21" max="1" min="1" id="729"/>
<item chance="124525" max="3" min="1" id="1867"/>
<item chance="249049" max="1" min="1" id="1872"/>
<item chance="41508" max="1" min="1" id="1882"/>
<item chance="6554" max="1" min="1" id="1894"/>
<item chance="3113" max="1" min="1" id="4042"/>
<item chance="2490" max="1" min="1" id="8729"/>
<item chance="623" max="1" min="1" id="8739"/>
<item chance="62" max="1" min="1" id="8749"/>
<item chance="14" max="1" min="1" id="8759"/>
</droplist>
</npc>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21465" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19112</experience>
<sp>1776</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="135" max="1" min="1" id="730"/>
<item chance="231139" max="30" min="10" id="1343"/>
<item chance="10786" max="1" min="1" id="1874"/>
<item chance="64719" max="1" min="1" id="1878"/>
<item chance="99567" max="1" min="1" id="1884"/>
<item chance="10786" max="1" min="1" id="1889"/>
<item chance="11457" max="1" min="1" id="4052"/>
<item chance="13870" max="1" min="1" id="4053"/>
<item chance="6374" max="1" min="1" id="4054"/>
<item chance="27213" max="1" min="1" id="4118"/>
<item chance="262919" max="1" min="1" id="5220"/>
<item chance="6472" max="1" min="1" id="5220"/>
<item chance="1395" max="1" min="1" id="5370"/>
<item chance="3592" max="1" min="1" id="5446"/>
<item chance="2157" max="1" min="1" id="8729"/>
<item chance="539" max="1" min="1" id="8739"/>
<item chance="54" max="1" min="1" id="8749"/>
<item chance="11" max="1" min="1" id="8759"/>
<item chance="1502" max="1" min="1" id="12341"/>
<item chance="1126" max="1" min="1" id="12342"/>
<item chance="2247" max="1" min="1" id="12343"/>
</droplist>
</npc>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21466" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18387</experience>
<sp>1708</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="113204" max="3" min="1" id="1867"/>
<item chance="226408" max="1" min="1" id="1872"/>
<item chance="37735" max="1" min="1" id="1882"/>
<item chance="5958" max="1" min="1" id="1894"/>
<item chance="105392" max="1" min="1" id="4042"/>
<item chance="2830" max="1" min="1" id="4042"/>
<item chance="10482" max="1" min="1" id="4090"/>
<item chance="10482" max="1" min="1" id="4091"/>
<item chance="10482" max="1" min="1" id="4096"/>
<item chance="10482" max="1" min="1" id="4099"/>
<item chance="27679" max="1" min="1" id="4119"/>
<item chance="1464" max="1" min="1" id="5368"/>
<item chance="63" max="1" min="1" id="5434"/>
<item chance="3455" max="1" min="1" id="5452"/>
<item chance="2264" max="1" min="1" id="8729"/>
<item chance="566" max="1" min="1" id="8739"/>
<item chance="57" max="1" min="1" id="8749"/>
<item chance="12" max="1" min="1" id="8759"/>
<item chance="1242" max="1" min="1" id="12187"/>
<item chance="1242" max="1" min="1" id="12188"/>
<item chance="1242" max="1" min="1" id="12189"/>
<item chance="1242" max="1" min="1" id="12190"/>
</droplist>
</npc>

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21467" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="190.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>17683</experience>
<sp>1643</sp>
<collision heigth="26.4" radius="8.0"/>
</info>
<droplist>
<item chance="71285" max="90" min="30" id="1343"/>
<item chance="37425" max="12" min="4" id="1864"/>
<item chance="149698" max="1" min="1" id="1869"/>
<item chance="59879" max="1" min="1" id="1878"/>
<item chance="92122" max="1" min="1" id="1884"/>
<item chance="4990" max="1" min="1" id="4039"/>
<item chance="26575" max="1" min="1" id="4120"/>
<item chance="3925" max="1" min="1" id="4120"/>
<item chance="26486" max="1" min="1" id="4121"/>
<item chance="1291" max="1" min="1" id="5368"/>
<item chance="55" max="1" min="1" id="5440"/>
<item chance="3323" max="1" min="1" id="5458"/>
<item chance="1996" max="1" min="1" id="8729"/>
<item chance="499" max="1" min="1" id="8739"/>
<item chance="50" max="1" min="1" id="8749"/>
<item chance="10" max="1" min="1" id="8759"/>
<item chance="293" max="1" min="1" id="11933"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21468" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="210.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>30997</experience>
<sp>2880</sp>
<collision heigth="33.0" radius="10.0"/>
</info>
<droplist>
<item chance="700000" max="7010" min="3464" id="57"/>
<item chance="308357" max="1" min="1" id="4052"/>
<item chance="348382" max="1" min="1" id="5220"/>
<item chance="37541" max="1" min="1" id="5370"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21469" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="210.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>29568</experience>
<sp>2747</sp>
<collision heigth="33.0" radius="10.0"/>
</info>
<droplist>
<item chance="700000" max="6687" min="3305" id="57"/>
<item chance="356108" max="1" min="1" id="4053"/>
<item chance="4540" max="1" min="1" id="5460"/>
<item chance="4540" max="1" min="1" id="5468"/>
</droplist>
</npc>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21470" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3526</experience>
<sp>336</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="700000" max="982" min="480" id="57"/>
<item chance="21815" max="1" min="1" id="1866"/>
<item chance="32722" max="1" min="1" id="1871"/>
<item chance="2727" max="1" min="1" id="1885"/>
<item chance="285" max="1" min="1" id="4041"/>
<item chance="2020" max="1" min="1" id="4090"/>
<item chance="2020" max="1" min="1" id="4091"/>
<item chance="2020" max="1" min="1" id="4096"/>
<item chance="2020" max="1" min="1" id="4099"/>
<item chance="5334" max="1" min="1" id="4114"/>
<item chance="1625" max="1" min="1" id="5156"/>
<item chance="1625" max="1" min="1" id="5161"/>
<item chance="1309" max="1" min="1" id="5220"/>
<item chance="268" max="1" min="1" id="5364"/>
<item chance="168" max="1" min="1" id="6337"/>
<item chance="364" max="1" min="1" id="8730"/>
<item chance="91" max="1" min="1" id="8740"/>
<item chance="9" max="1" min="1" id="8750"/>
<item chance="2" max="1" min="1" id="8760"/>
<item chance="239" max="1" min="1" id="12187"/>
<item chance="239" max="1" min="1" id="12188"/>
<item chance="239" max="1" min="1" id="12189"/>
<item chance="239" max="1" min="1" id="12190"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21471" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9323</experience>
<sp>888</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="700000" max="2119" min="1047" id="57"/>
<item chance="92378" max="1" min="1" id="1894"/>
<item chance="43879" max="1" min="1" id="4042"/>
<item chance="11485" max="1" min="1" id="4115"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21472" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7835</experience>
<sp>746</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="700000" max="1780" min="880" id="57"/>
<item chance="9668" max="1" min="1" id="4116"/>
<item chance="9668" max="1" min="1" id="4117"/>
<item chance="2950" max="1" min="1" id="5166"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21473" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9323</experience>
<sp>888</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="700000" max="2119" min="1047" id="57"/>
<item chance="87759" max="1" min="1" id="4043"/>
<item chance="10900" max="1" min="1" id="4118"/>
<item chance="3510" max="1" min="1" id="5230"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21474" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7835</experience>
<sp>746</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="73747" max="1" min="1" id="4039"/>
<item chance="9684" max="1" min="1" id="4119"/>
<item chance="2950" max="1" min="1" id="5271"/>
<item chance="700000" max="1780" min="880" id="57"/>
</droplist>
</npc>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21475" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9323</experience>
<sp>888</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="123615" max="30" min="10" id="1343"/>
<item chance="57687" max="1" min="1" id="1866"/>
<item chance="86531" max="1" min="1" id="1871"/>
<item chance="3461" max="1" min="1" id="1877"/>
<item chance="1731" max="1" min="1" id="4040"/>
<item chance="753" max="1" min="1" id="4041"/>
<item chance="2068" max="1" min="1" id="4084"/>
<item chance="2068" max="1" min="1" id="4085"/>
<item chance="2792" max="1" min="1" id="4086"/>
<item chance="2792" max="1" min="1" id="4087"/>
<item chance="14081" max="1" min="1" id="4120"/>
<item chance="14034" max="1" min="1" id="4121"/>
<item chance="4296" max="1" min="1" id="5276"/>
<item chance="32" max="1" min="1" id="5440"/>
<item chance="962" max="1" min="1" id="8730"/>
<item chance="240" max="1" min="1" id="8740"/>
<item chance="24" max="1" min="1" id="8750"/>
<item chance="5" max="1" min="1" id="8760"/>
<item chance="211" max="1" min="1" id="12192"/>
<item chance="211" max="1" min="1" id="12201"/>
<item chance="338" max="1" min="1" id="12203"/>
<item chance="338" max="1" min="1" id="12205"/>
</droplist>
</npc>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21476" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7835</experience>
<sp>746</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="180534" max="1" min="1" id="1875"/>
<item chance="23547" max="1" min="1" id="4041"/>
<item chance="95871" max="1" min="1" id="4052"/>
<item chance="178" max="1" min="1" id="12204"/>
<item chance="284" max="1" min="1" id="12193"/>
<item chance="109" max="1" min="1" id="12184"/>
<item chance="1947" max="1" min="1" id="4078"/>
<item chance="2742" max="1" min="1" id="4080"/>
<item chance="1314" max="1" min="1" id="4081"/>
<item chance="106648" max="1" min="1" id="1867"/>
<item chance="106648" max="1" min="1" id="1872"/>
<item chance="5332" max="1" min="1" id="1875"/>
<item chance="10665" max="1" min="1" id="1881"/>
<item chance="696" max="1" min="1" id="4041"/>
<item chance="30" max="1" min="1" id="5442"/>
<item chance="889" max="1" min="1" id="8730"/>
<item chance="222" max="1" min="1" id="8740"/>
<item chance="22" max="1" min="1" id="8750"/>
<item chance="5" max="1" min="1" id="8760"/>
</droplist>
</npc>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21477" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9323</experience>
<sp>888</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="123615" max="30" min="10" id="1343"/>
<item chance="86530" max="1" min="1" id="1865"/>
<item chance="86530" max="1" min="1" id="1870"/>
<item chance="5769" max="1" min="1" id="1875"/>
<item chance="14422" max="1" min="1" id="1879"/>
<item chance="17731" max="1" min="1" id="4040"/>
<item chance="138121" max="1" min="1" id="4053"/>
<item chance="2068" max="1" min="1" id="4084"/>
<item chance="2068" max="1" min="1" id="4085"/>
<item chance="2792" max="1" min="1" id="4086"/>
<item chance="2792" max="1" min="1" id="4087"/>
<item chance="4296" max="1" min="1" id="5281"/>
<item chance="1761" max="1" min="1" id="5438"/>
<item chance="32" max="1" min="1" id="5448"/>
<item chance="961" max="1" min="1" id="8730"/>
<item chance="240" max="1" min="1" id="8740"/>
<item chance="24" max="1" min="1" id="8750"/>
<item chance="5" max="1" min="1" id="8760"/>
<item chance="211" max="1" min="1" id="12192"/>
<item chance="211" max="1" min="1" id="12201"/>
<item chance="338" max="1" min="1" id="12203"/>
<item chance="338" max="1" min="1" id="12205"/>
</droplist>
</npc>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21478" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="30.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>7835</experience>
<sp>746</sp>
<collision heigth="15.0" radius="12.0"/>
</info>
<droplist>
<item chance="225655" max="1" min="1" id="1885"/>
<item chance="23547" max="1" min="1" id="4041"/>
<item chance="53336" max="1" min="1" id="4054"/>
<item chance="619" max="1" min="1" id="12341"/>
<item chance="926" max="1" min="1" id="12343"/>
<item chance="464" max="1" min="1" id="12342"/>
<item chance="4720" max="1" min="1" id="4052"/>
<item chance="5714" max="1" min="1" id="4053"/>
<item chance="2626" max="1" min="1" id="4054"/>
<item chance="53324" max="1" min="1" id="1866"/>
<item chance="79986" max="1" min="1" id="1871"/>
<item chance="6666" max="1" min="1" id="1885"/>
<item chance="696" max="1" min="1" id="4041"/>
<item chance="3199" max="1" min="1" id="5220"/>
<item chance="30" max="1" min="1" id="5450"/>
<item chance="889" max="1" min="1" id="8730"/>
<item chance="222" max="1" min="1" id="8740"/>
<item chance="22" max="1" min="1" id="8750"/>
<item chance="4" max="1" min="1" id="8760"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21479" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19535</experience>
<sp>1860</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="4439" min="2194" id="57"/>
<item chance="248161" max="1" min="1" id="4077"/>
<item chance="80582" max="1" min="1" id="4078"/>
<item chance="3015" max="1" min="1" id="5444"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21480" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20306</experience>
<sp>1934</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="4615" min="2281" id="57"/>
<item chance="382283" max="1" min="1" id="1889"/>
<item chance="117952" max="1" min="1" id="4080"/>
<item chance="3133" max="1" min="1" id="5446"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21481" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19535</experience>
<sp>1860</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="4439" min="2194" id="57"/>
<item chance="54372" max="1" min="1" id="4081"/>
<item chance="3015" max="1" min="1" id="5452"/>
<item chance="73555" max="1" min="1" id="5550"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21482" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18788</experience>
<sp>1789</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="59949" max="1" min="1" id="4082"/>
<item chance="59949" max="1" min="1" id="4083"/>
<item chance="2899" max="1" min="1" id="5458"/>
<item chance="700000" max="4270" min="2110" id="57"/>
</droplist>
</npc>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21483" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19535</experience>
<sp>1860</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="129509" max="60" min="20" id="1343"/>
<item chance="120875" max="1" min="1" id="1866"/>
<item chance="181313" max="1" min="1" id="1871"/>
<item chance="270082" max="1" min="1" id="1877"/>
<item chance="7252" max="1" min="1" id="1877"/>
<item chance="135041" max="1" min="1" id="4040"/>
<item chance="3626" max="1" min="1" id="4040"/>
<item chance="1577" max="1" min="1" id="4041"/>
<item chance="4343" max="1" min="1" id="4121"/>
<item chance="55345" max="1" min="1" id="5364"/>
<item chance="698" max="1" min="1" id="6335"/>
<item chance="2015" max="1" min="1" id="8730"/>
<item chance="504" max="1" min="1" id="8740"/>
<item chance="51" max="1" min="1" id="8750"/>
<item chance="10" max="1" min="1" id="8760"/>
<item chance="326" max="1" min="1" id="11944"/>
</droplist>
</npc>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21484" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20306</experience>
<sp>1934</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="121974" max="1" min="1" id="4085"/>
<item chance="3835" max="1" min="1" id="5460"/>
<item chance="3835" max="1" min="1" id="5468"/>
<item chance="460" max="1" min="1" id="12201"/>
<item chance="460" max="1" min="1" id="12192"/>
<item chance="736" max="1" min="1" id="12203"/>
<item chance="736" max="1" min="1" id="12205"/>
<item chance="4504" max="1" min="1" id="4084"/>
<item chance="4504" max="1" min="1" id="4085"/>
<item chance="6081" max="1" min="1" id="4086"/>
<item chance="6081" max="1" min="1" id="4087"/>
<item chance="276418" max="1" min="1" id="1867"/>
<item chance="138209" max="3" min="1" id="1872"/>
<item chance="13821" max="1" min="1" id="1875"/>
<item chance="27642" max="1" min="1" id="1881"/>
<item chance="1803" max="1" min="1" id="4041"/>
<item chance="1063" max="1" min="1" id="6337"/>
<item chance="2304" max="1" min="1" id="8730"/>
<item chance="576" max="1" min="1" id="8740"/>
<item chance="58" max="1" min="1" id="8750"/>
<item chance="11" max="1" min="1" id="8760"/>
</droplist>
</npc>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21485" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19535</experience>
<sp>1860</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="129510" max="60" min="20" id="1343"/>
<item chance="60438" max="3" min="1" id="1865"/>
<item chance="181313" max="1" min="1" id="1870"/>
<item chance="12087" max="1" min="1" id="1875"/>
<item chance="30219" max="1" min="1" id="1879"/>
<item chance="135041" max="1" min="1" id="4040"/>
<item chance="3626" max="1" min="1" id="4040"/>
<item chance="11769" max="1" min="1" id="4052"/>
<item chance="14248" max="1" min="1" id="4053"/>
<item chance="6547" max="1" min="1" id="4054"/>
<item chance="158443" max="1" min="1" id="4086"/>
<item chance="58207" max="1" min="1" id="5368"/>
<item chance="1395" max="1" min="1" id="6339"/>
<item chance="2014" max="1" min="1" id="8730"/>
<item chance="504" max="1" min="1" id="8740"/>
<item chance="51" max="1" min="1" id="8750"/>
<item chance="10" max="1" min="1" id="8760"/>
<item chance="1542" max="1" min="1" id="12341"/>
<item chance="1156" max="1" min="1" id="12342"/>
<item chance="2308" max="1" min="1" id="12343"/>
</droplist>
</npc>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21486" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>18788</experience>
<sp>1789</sp>
<collision heigth="25.2" radius="16.0"/>
</info>
<droplist>
<item chance="152379" max="1" min="1" id="4087"/>
<item chance="245413" max="1" min="1" id="4088"/>
<item chance="3548" max="1" min="1" id="5470"/>
<item chance="426" max="1" min="1" id="12204"/>
<item chance="681" max="1" min="1" id="12193"/>
<item chance="262" max="1" min="1" id="12184"/>
<item chance="4670" max="1" min="1" id="4078"/>
<item chance="6576" max="1" min="1" id="4080"/>
<item chance="3151" max="1" min="1" id="4081"/>
<item chance="21" max="1" min="1" id="729"/>
<item chance="127874" max="1" min="1" id="1866"/>
<item chance="191812" max="1" min="1" id="1871"/>
<item chance="15984" max="1" min="1" id="1885"/>
<item chance="1668" max="1" min="1" id="4041"/>
<item chance="7673" max="1" min="1" id="5220"/>
<item chance="2131" max="1" min="1" id="8730"/>
<item chance="533" max="1" min="1" id="8740"/>
<item chance="53" max="1" min="1" id="8750"/>
<item chance="11" max="1" min="1" id="8760"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21487" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>32934</experience>
<sp>3137</sp>
<collision heigth="31.0" radius="22.0"/>
</info>
<droplist>
<item chance="700000" max="7484" min="3699" id="57"/>
<item chance="326320" max="1" min="1" id="1894"/>
<item chance="351478" max="1" min="1" id="4089"/>
<item chance="7816" max="1" min="1" id="5428"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21488" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>31415</experience>
<sp>2992</sp>
<collision heigth="31.0" radius="22.0"/>
</info>
<droplist>
<item chance="700000" max="7139" min="3528" id="57"/>
<item chance="295712" max="1" min="1" id="4044"/>
<item chance="398265" max="1" min="1" id="4090"/>
<item chance="6995" max="1" min="1" id="5426"/>
</droplist>
</npc>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21489" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="110.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>3739</experience>
<sp>366</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="51987" max="1" min="1" id="1877"/>
<item chance="25994" max="1" min="1" id="4040"/>
<item chance="27789" max="1" min="1" id="6343"/>
<item chance="700000" max="1045" min="514" id="57"/>
<item chance="53" max="1" min="1" id="11950"/>
<item chance="647" max="1" min="1" id="5539"/>
<item chance="25594" max="1" min="1" id="1866"/>
<item chance="38391" max="1" min="1" id="1871"/>
<item chance="1536" max="1" min="1" id="1877"/>
<item chance="768" max="1" min="1" id="4040"/>
<item chance="334" max="1" min="1" id="4041"/>
<item chance="14" max="1" min="1" id="5456"/>
<item chance="427" max="1" min="1" id="8730"/>
<item chance="107" max="1" min="1" id="8740"/>
<item chance="11" max="1" min="1" id="8750"/>
<item chance="2" max="1" min="1" id="8760"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21490" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9888</experience>
<sp>967</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="700000" max="2260" min="1116" id="57"/>
<item chance="1040" max="1" min="1" id="5450"/>
<item chance="1040" max="1" min="1" id="5456"/>
<item chance="107412" max="1" min="1" id="6345"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21491" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8309</experience>
<sp>814</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="1966" max="1" min="1" id="730"/>
<item chance="20517" max="1" min="1" id="4041"/>
<item chance="19841" max="1" min="1" id="5478"/>
<item chance="700000" max="1899" min="938" id="57"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21492" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9888</experience>
<sp>967</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="700000" max="2260" min="1116" id="57"/>
<item chance="56155" max="1" min="1" id="4040"/>
<item chance="1040" max="1" min="1" id="5462"/>
<item chance="16614" max="1" min="1" id="5479"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21493" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8309</experience>
<sp>814</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="700000" max="1899" min="938" id="57"/>
<item chance="874" max="1" min="1" id="5464"/>
<item chance="31142" max="1" min="1" id="5482"/>
<item chance="19841" max="1" min="1" id="5485"/>
</droplist>
</npc>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21494" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9888</experience>
<sp>967</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="382" max="1" min="1" id="729"/>
<item chance="131846" max="30" min="10" id="1343"/>
<item chance="184585" max="1" min="1" id="1868"/>
<item chance="36917" max="1" min="1" id="1873"/>
<item chance="687390" max="1" min="1" id="1876"/>
<item chance="18459" max="1" min="1" id="1876"/>
<item chance="26369" max="1" min="1" id="1895"/>
<item chance="57282" max="1" min="1" id="4042"/>
<item chance="1538" max="1" min="1" id="4042"/>
<item chance="1732" max="1" min="1" id="5535"/>
<item chance="473" max="1" min="1" id="6337"/>
<item chance="1025" max="1" min="1" id="8730"/>
<item chance="257" max="1" min="1" id="8740"/>
<item chance="46" max="1" min="1" id="8750"/>
<item chance="5" max="1" min="1" id="8760"/>
<item chance="140" max="1" min="1" id="11955"/>
</droplist>
</npc>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21495" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8309</experience>
<sp>814</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="170626" max="1" min="1" id="1868"/>
<item chance="34125" max="1" min="1" id="1873"/>
<item chance="17063" max="1" min="1" id="1876"/>
<item chance="24375" max="1" min="1" id="1895"/>
<item chance="1422" max="1" min="1" id="4042"/>
<item chance="1070" max="1" min="1" id="5466"/>
<item chance="17090" max="1" min="1" id="5486"/>
<item chance="38120" max="1" min="1" id="5489"/>
<item chance="1452" max="1" min="1" id="5536"/>
<item chance="656" max="1" min="1" id="6339"/>
<item chance="948" max="1" min="1" id="8730"/>
<item chance="237" max="1" min="1" id="8740"/>
<item chance="24" max="1" min="1" id="8750"/>
<item chance="5" max="1" min="1" id="8760"/>
<item chance="117" max="1" min="1" id="11951"/>
</droplist>
</npc>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21496" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>9888</experience>
<sp>967</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="10" max="1" min="1" id="729"/>
<item chance="2864" max="1" min="1" id="730"/>
<item chance="131846" max="30" min="10" id="1343"/>
<item chance="184585" max="1" min="1" id="1868"/>
<item chance="36917" max="1" min="1" id="1873"/>
<item chance="18459" max="1" min="1" id="1876"/>
<item chance="26369" max="1" min="1" id="1895"/>
<item chance="1538" max="1" min="1" id="4042"/>
<item chance="72182" max="1" min="1" id="5494"/>
<item chance="428" max="1" min="1" id="5532"/>
<item chance="432" max="1" min="1" id="5543"/>
<item chance="13219" max="1" min="1" id="6335"/>
<item chance="427" max="1" min="1" id="8341"/>
<item chance="428" max="1" min="1" id="8346"/>
<item chance="1025" max="1" min="1" id="8730"/>
<item chance="256" max="1" min="1" id="8740"/>
<item chance="26" max="1" min="1" id="8750"/>
<item chance="5" max="1" min="1" id="8760"/>
<item chance="35" max="1" min="1" id="11946"/>
<item chance="35" max="1" min="1" id="11949"/>
<item chance="35" max="1" min="1" id="11953"/>
<item chance="35" max="1" min="1" id="11958"/>
</droplist>
</npc>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21497" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="28.0" run="130.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>8309</experience>
<sp>814</sp>
<collision heigth="15.7" radius="11.0"/>
</info>
<droplist>
<item chance="65" max="1" min="1" id="730"/>
<item chance="155114" max="1" min="1" id="1864"/>
<item chance="77557" max="1" min="1" id="1869"/>
<item chance="31023" max="1" min="1" id="1878"/>
<item chance="888675" max="3" min="1" id="1884"/>
<item chance="47727" max="1" min="1" id="1884"/>
<item chance="96273" max="1" min="1" id="4039"/>
<item chance="2585" max="1" min="1" id="4039"/>
<item chance="419" max="1" min="1" id="5366"/>
<item chance="67718" max="1" min="1" id="5496"/>
<item chance="484" max="1" min="1" id="5547"/>
<item chance="484" max="1" min="1" id="5548"/>
<item chance="485" max="1" min="1" id="8331"/>
<item chance="862" max="1" min="1" id="8730"/>
<item chance="216" max="1" min="1" id="8740"/>
<item chance="21" max="1" min="1" id="8750"/>
<item chance="4" max="1" min="1" id="8760"/>
<item chance="39" max="1" min="1" id="11952"/>
<item chance="39" max="1" min="1" id="11954"/>
<item chance="39" max="1" min="1" id="11957"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21498" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20719</experience>
<sp>2027</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="4736" min="2339" id="57"/>
<item chance="137944" max="1" min="1" id="5497"/>
<item chance="30171" max="1" min="1" id="6337"/>
<item chance="45256" max="1" min="1" id="6339"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21499" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>21536</experience>
<sp>2107</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="4922" min="2431" id="57"/>
<item chance="679" max="1" min="1" id="729"/>
<item chance="873628" max="3" min="1" id="1895"/>
<item chance="143386" max="1" min="1" id="5508"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21500" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20719</experience>
<sp>2027</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="4736" min="2339" id="57"/>
<item chance="98055" max="1" min="1" id="4042"/>
<item chance="2179" max="1" min="1" id="5434"/>
<item chance="137944" max="1" min="1" id="5509"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21501" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19926</experience>
<sp>1950</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="700000" max="4554" min="2250" id="57"/>
<item chance="2096" max="1" min="1" id="5440"/>
<item chance="36486" max="1" min="1" id="5520"/>
<item chance="25746" max="1" min="1" id="5521"/>
</droplist>
</npc>

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21502" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20719</experience>
<sp>2027</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="6001" max="1" min="1" id="730"/>
<item chance="61667" max="1680" min="560" id="1343"/>
<item chance="40289" max="60" min="20" id="1866"/>
<item chance="134297" max="27" min="9" id="1871"/>
<item chance="600140" max="1" min="1" id="1885"/>
<item chance="22383" max="12" min="4" id="1885"/>
<item chance="21021" max="1" min="1" id="4041"/>
<item chance="96694" max="1" min="1" id="5220"/>
<item chance="27279" max="1" min="1" id="5432"/>
<item chance="895" max="1" min="1" id="5450"/>
<item chance="26859" max="1" min="1" id="8730"/>
<item chance="6715" max="1" min="1" id="8740"/>
<item chance="671" max="1" min="1" id="8750"/>
<item chance="134" max="1" min="1" id="8760"/>
</droplist>
</npc>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21503" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>21536</experience>
<sp>2107</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="147413" max="3" min="1" id="1867"/>
<item chance="98275" max="3" min="1" id="1872"/>
<item chance="49137" max="1" min="1" id="1882"/>
<item chance="7758" max="1" min="1" id="1894"/>
<item chance="3685" max="1" min="1" id="4042"/>
<item chance="2773" max="1" min="1" id="5442"/>
<item chance="82" max="1" min="1" id="5456"/>
<item chance="73781" max="1" min="1" id="5524"/>
<item chance="115718" max="1" min="1" id="5525"/>
<item chance="3729" max="1" min="1" id="5542"/>
<item chance="2457" max="1" min="1" id="8730"/>
<item chance="614" max="1" min="1" id="8740"/>
<item chance="61" max="1" min="1" id="8750"/>
<item chance="13" max="1" min="1" id="8760"/>
<item chance="304" max="1" min="1" id="11960"/>
</droplist>
</npc>

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21504" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>20719</experience>
<sp>2027</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="800" max="1" min="1" id="729"/>
<item chance="84415" max="90" min="30" id="1343"/>
<item chance="177272" max="3" min="1" id="1868"/>
<item chance="70909" max="1" min="1" id="1873"/>
<item chance="11818" max="1" min="1" id="1889"/>
<item chance="5909" max="1" min="1" id="4044"/>
<item chance="671" max="1" min="1" id="5432"/>
<item chance="2667" max="1" min="1" id="5448"/>
<item chance="66" max="1" min="1" id="5462"/>
<item chance="111326" max="1" min="1" id="5526"/>
<item chance="3629" max="1" min="1" id="5535"/>
<item chance="17727" max="1" min="1" id="5549"/>
<item chance="1970" max="1" min="1" id="8730"/>
<item chance="492" max="1" min="1" id="8740"/>
<item chance="49" max="1" min="1" id="8750"/>
<item chance="10" max="1" min="1" id="8760"/>
<item chance="293" max="1" min="1" id="11955"/>
</droplist>
</npc>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21505" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="175.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>19926</experience>
<sp>1950</sp>
<collision heigth="17.2" radius="16.0"/>
</info>
<droplist>
<item chance="185986" max="3" min="1" id="1864"/>
<item chance="185986" max="1" min="1" id="1869"/>
<item chance="18598" max="1" min="1" id="1880"/>
<item chance="230869" max="1" min="1" id="4043"/>
<item chance="6199" max="1" min="1" id="4043"/>
<item chance="37438" max="1" min="1" id="5366"/>
<item chance="705" max="1" min="1" id="5430"/>
<item chance="69" max="1" min="1" id="5464"/>
<item chance="23356" max="1" min="1" id="5532"/>
<item chance="3480" max="1" min="1" id="5536"/>
<item chance="2480" max="1" min="1" id="5550"/>
<item chance="2066" max="1" min="1" id="8730"/>
<item chance="517" max="1" min="1" id="8740"/>
<item chance="52" max="1" min="1" id="8750"/>
<item chance="10" max="1" min="1" id="8760"/>
<item chance="282" max="1" min="1" id="11951"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21506" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="200.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>34929</experience>
<sp>3418</sp>
<collision heigth="28.0" radius="34.0"/>
</info>
<droplist>
<item chance="700000" max="7984" min="3943" id="57"/>
<item chance="3673" max="1" min="1" id="5450"/>
<item chance="3673" max="1" min="1" id="5456"/>
<item chance="33842" max="1" min="1" id="5535"/>
</droplist>
</npc>

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21507" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="true" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="200.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>33319</experience>
<sp>3260</sp>
<collision heigth="28.0" radius="34.0"/>
</info>
<droplist>
<item chance="700000" max="7615" min="3762" id="57"/>
<item chance="82270" max="1" min="1" id="4041"/>
<item chance="1946" max="1" min="1" id="5430"/>
<item chance="32189" max="1" min="1" id="5536"/>
</droplist>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21824" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="210.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>30997</experience>
<sp>2880</sp>
<collision heigth="33.0" radius="10.0"/>
</info>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21825" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Kookaburra</name>
<level>65</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2193.43142"/>
<mp regen="2.7" max="1188.8"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="582.81759"/>
<magical speed="333.0" damage="397.98887"/>
</attack>
<defense>
<physical value="271.89033"/>
<magical value="181.02764"/>
</defense>
<move walk="23.0" run="210.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>29568</experience>
<sp>2747</sp>
<collision heigth="33.0" radius="10.0"/>
</info>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21826" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>32934</experience>
<sp>3137</sp>
<collision heigth="31.0" radius="22.0"/>
</info>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21827" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Buffalo</name>
<level>67</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2295.48154"/>
<mp regen="2.7" max="1251.0"/>
<attack critical="1" evasion="0" range="40">
<physical speed="253.0" damage="624.93199"/>
<magical speed="333.0" damage="426.74754"/>
</attack>
<defense>
<physical value="281.55251"/>
<magical value="187.46084"/>
</defense>
<move walk="20.0" run="170.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>31415</experience>
<sp>2992</sp>
<collision heigth="31.0" radius="22.0"/>
</info>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21828" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="200.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>34929</experience>
<sp>3418</sp>
<collision heigth="28.0" radius="34.0"/>
</info>
</npc>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<npc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="FeedableBeast" id="21829" xsi:schemaLocation="npc ../../npc.xsd" xsi:noNamespaceSchemaLocation="npc">
<info aggressive="false" targetable="true" attackable="false">
<name display="true" send="false">Alpine Cougar</name>
<level>69</level>
<sex>MALE</sex>
<stats>
<hp regen="7.5" max="2395.45533"/>
<mp regen="2.7" max="1314.0"/>
<attack critical="4" evasion="0" range="40">
<physical speed="253.0" damage="667.50361"/>
<magical speed="333.0" damage="455.81844"/>
</attack>
<defense>
<physical value="291.15063"/>
<magical value="193.85137"/>
</defense>
<move walk="60.0" run="200.0"/>
<base wit="20" dex="30" men="20" con="43" str="40" int="21"/>
</stats>
<experience>33319</experience>
<sp>3260</sp>
<collision heigth="28.0" radius="34.0"/>
</info>
</npc>