Advertisement
SGERfjs

npc

May 13th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.81 KB | None | 0 0
  1. <npc id="32213" level="70" type="L2VillageMasterKamael" name="Vitus" title="Grand Master">
  2.         <!-- Confirmed CT2.5 -->
  3.         <parameters>
  4.             <param name="MoveAroundSocial" value="0" />
  5.             <param name="MoveAroundSocial1" value="125" />
  6.             <param name="chk_my_cat" value="SUB_GROUP_KAMAEL" />
  7.         </parameters>
  8.         <race>KAMAEL</race>
  9.         <sex>MALE</sex>
  10.         <equipment rhand="9646" /> <!-- rhand: For NPC (Rapier) -->
  11.         <stats str="40" int="21" dex="30" wit="20" con="43" men="20">
  12.             <vitals hp="2444.46819" hpRegen="7.5" mp="1345.8" mpRegen="2.7" />
  13.             <attack physical="688.86373" magical="470.40463" random="10" critical="4" accuracy="5" attackSpeed="253" type="FIST" range="40" distance="80" width="120" />
  14.             <defence physical="295.91597" magical="216.53847" />
  15.             <attribute>
  16.                 <defence fire="150" water="150" wind="150" earth="150" holy="150" dark="150" default="150" />
  17.             </attribute>
  18.             <speed>
  19.                 <walk ground="28" />
  20.                 <run ground="120" />
  21.             </speed>
  22.         </stats>
  23.         <status attackable="false" canMove="false" />
  24.         <skillList>
  25.             <skill id="4045" level="1" /> <!-- Resist Full Magic Attack -->
  26.             <skill id="4408" level="1" /> <!-- HP Increase (1x) -->
  27.             <skill id="4409" level="1" /> <!-- MP Increase (1x) -->
  28.             <skill id="4410" level="11" /> <!-- Average P. Atk. -->
  29.             <skill id="4411" level="11" /> <!-- Average M. Atk. -->
  30.             <skill id="4412" level="11" /> <!-- Average P. Def. -->
  31.             <skill id="4413" level="11" /> <!-- Average M. Def. -->
  32.             <skill id="4414" level="2" /> <!-- Standard Type -->
  33.             <skill id="4415" level="1" /> <!-- Bare Hands -->
  34.             <skill id="4416" level="25" /> <!-- Kamael -->
  35.         </skillList>
  36.         <exCrtEffect>true</exCrtEffect>
  37.         <ai type="BALANCED" clanHelpRange="300" isAggressive="false" />
  38.         <collision>
  39.             <radius normal="13" />
  40.             <height normal="25" />
  41.         </collision>
  42.     </npc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement