- Хроники
- Master Class
- Исходники
- Присутствуют
- Сборка
- L2J_Mobius_12.3_Superion
всем привет, подскажите как поправить, при одевании агатиона в ячейку нпс агатион не отображается за спиной. если одевать другой агатион, нпс летает за спиной.
куда копать где смотреть?
сам нпс прописан
скилл прописал
предмет прописан
куда копать где смотреть?
сам нпс прописан
Код:
<npc id="8685" level="99" type="Folk" name="Agathion Meliodas">
<race>CONSTRUCT</race>
<sex>FEMALE</sex>
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="8446" hpRegen="8.5" mp="2355" mpRegen="3" />
<attack physical="1949.95411856464" magical="1331.56588332443" random="5" critical="4" accuracy="5" attackSpeed="253" type="FIST" range="40" distance="80" width="120" />
<defence physical="405.66735" magical="296.84976" />
<speed>
<walk ground="50" />
<run ground="180" />
</speed>
<hitTime>600</hitTime>
<attribute>
<defence fire="20" water="20" wind="20" earth="20" holy="20" dark="20" />
</attribute>
<abnormalResist physical="10" magical="10" />
</stats>
<status attackable="true" />
<collision>
<radius normal="3.5" />
<height normal="4" />
</collision>
<skillList>
<skill id="4416" level="2" /> <!-- Magical Creatures -->
<skill id="4408" level="1" /> <!-- HP Increase (1x) -->
<skill id="4409" level="1" /> <!-- MP Increase (1x) -->
<skill id="4410" level="11" /> <!-- Average Damage Dealer -->
<skill id="4411" level="11" /> <!-- Average M. Atk. -->
<skill id="4412" level="11" /> <!-- Average P. Def. -->
<skill id="4413" level="11" /> <!-- Average M. Def. -->
<skill id="4414" level="2" /> <!-- Standard Type -->
<skill id="4415" level="1" /> <!-- Bare Hands -->
</skillList>
</npc>
скилл прописал
Код:
<skill id="28238" toLevel="1" name="Summon Agathion Meliodas">
<!-- Summons Meliodas agathion. -->
<icon>icon.etc_summon_aga_agit_i00</icon>
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<coolTime>500</coolTime>
<hitTime>3000</hitTime>
<isMagic>2</isMagic>
<magicLevel>85</magicLevel>
<effects>
<effect name="SummonAgathion">
<npcId>8685</npcId> <!-- gathion Meliodas -->
</effect>
</effects>
</skill>
предмет прописан
Код:
<item id="29294" name="Agathion Meliodas Charm" additionalName="Lv. 3" type="Armor">
<!-- Contains the power of Agathion Meliodas. Equipping the charm in the main slot summons the agathion and enables both primary and secondary skills. Equipping in an additional slot enables only secondary skills. Can be enchanted up to +7 with Seven Deadly Sins Agathion's Book of Growth. -->
<set name="icon" val="BranchIcon.icon.g_bm_meliodas_agathion_charm_lv1_jp" />
<set name="default_action" val="EQUIP" />
<set name="bodypart" val="agathion" />
<set name="immediate_effect" val="true" />
<set name="material" val="SILVER" />
<set name="weight" val="5" />
<set name="is_sellable" val="true" />
<set name="enchant_enabled" val="true" />
<skills>
<skill id="35087" level="1" /> <!-- Agathion's Cute Trick -->
<skill id="28238" level="1" /> <!-- Agathion's Meliodas-->
<skill id="28247" level="1" /> <!-- Seven Deadly Sins - Meliodas -->
<skill id="28247" level="2" type="ON_ENCHANT" type_value="1" /> <!-- Seven Deadly Sins - Meliodas -->
<skill id="28247" level="3" type="ON_ENCHANT" type_value="2" /> <!-- Seven Deadly Sins - Meliodas -->
<skill id="28247" level="4" type="ON_ENCHANT" type_value="3" /> <!-- Seven Deadly Sins - Meliodas -->
<skill id="28247" level="5" type="ON_ENCHANT" type_value="4" /> <!-- Seven Deadly Sins - Meliodas -->
<skill id="28247" level="6" type="ON_ENCHANT" type_value="5" /> <!-- Seven Deadly Sins - Meliodas -->
<skill id="28247" level="7" type="ON_ENCHANT" type_value="6" /> <!-- Seven Deadly Sins - Meliodas -->
<skill id="28247" level="8" type="ON_ENCHANT" type_value="7" /> <!-- Seven Deadly Sins - Meliodas -->
</skills>
</item>
Последнее редактирование:






































