L2JMobius

npc 23435

behelf · 4 · 7142

Offline behelf

  • Elder
  • ****
    • Posts: 135
NPC 23435 Leopard Dragon is not social with same NPC 23435 Leopard Dragons

Database: http://l2i-ertheia.gaikotsu.ru/?show=npc_info&id=23435
This is not a critical problem, but let it be here.




Original code from stats/nps
Code: [Select]
<npc id="23435" level="83" type="L2Monster" name="Leopard Dragon" title="">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<race>DRAGON</race>
<sex>FEMALE</sex>
<acquire exp="410401" sp="98" />
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="11506" hpRegen="9.5" mp="1777" mpRegen="3.3" />
<speed>
<walk ground="57" />
<run ground="170" />
</speed>
<attack physical="1099.4362749323" magical="750.95869354616" critical="4" attackSpeed="253" range="40" />
<defence physical="354.06976744186" magical="259.03753166014" />
<attribute>
<defence fire="100" water="50" wind="100" earth="100" holy="100" dark="100" />
<attack type="FIRE" value="100" />
</attribute>
</stats>
<status attackable="false" />
<skill_list>
<skill id="5462" level="1" /> <!-- Fire Attack -->
<skill id="4416" level="10" /> <!-- Dragons -->
</skill_list>
<drop_lists>
<death>
<group chance="70">
<item id="57" min="18" max="42" chance="100" /> <!-- Adena -->
</group>
<group chance="0.0412">
<item id="10483" min="1" max="1" chance="72.815533980583" /> <!-- Life Stone - Lv. 82 -->
<item id="9547" min="1" max="1" chance="7.2815533980583" /> <!-- Water Stone -->
<item id="10484" min="1" max="1" chance="13.349514563107" /> <!-- Mid-grade Life Stone - Lv. 82 -->
<item id="9553" min="1" max="1" chance="2.1844660194175" /> <!-- Water Crystal -->
<item id="10485" min="1" max="1" chance="2.1844660194175" /> <!-- High-grade Life Stone - Lv. 82 -->
<item id="17248" min="1" max="1" chance="2.1844660194175" /> <!-- Large Dragon Bone -->
</group>
</death>
<corpse>
<item id="36532" min="1" max="1" chance="0.75" /> <!-- Thin Braid -->
</corpse>
<lucky_corpse>
<item id="39629" min="1" max="1" chance="100" /> <!-- Fortune Pocket - Stage 1 -->
</lucky_corpse>
</drop_lists>
<collision>
<radius normal="18" />
<height normal="20" />
</collision>
</npc>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16461

Online gigilo1968

  • Black Sheep
  • Elder
  • ****
    • Posts: 188
    • Hi5
add in NPC xml
Code: [Select]
               <ai aggroRange="300" isAggressive="true" clanHelpRange="300">
<clan_list>
<clan>LEOPARD_DRAGON</clan>
</clan_list>
</ai>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16461