Jump to content
Sign in to follow this  
Hobbit86

Сборка сервера Lineage 2 High Five L2-scripts выдаёт кучу ошибок при компиляции скриптов

Recommended Posts

Сборка сервера Lineage 2 High Five L2-scripts выдаёт кучу ошибок при компиляции скриптов, непонятно в чём суть проблемы.

Цитата

[20.09.20 00:22:00:842]  INFO scripts.Scripts: Scripts: Loading...
[20.09.20 00:22:02:479] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\actions\OnActionShift.java:1,1: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
[20.09.20 00:22:02:510] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\actions\OnActionShift.java:39,14: The hierarchy of the type OnActionShift is inconsistent
[20.09.20 00:22:02:523] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\Adept.java:12,14: The hierarchy of the type Adept is inconsistent
[20.09.20 00:22:02:524] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptAden.java:6,14: The hierarchy of the type AdeptAden is inconsistent
[20.09.20 00:22:02:525] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptGiran.java:6,14: The hierarchy of the type AdeptGiran is inconsistent
[20.09.20 00:22:02:525] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptGiran1.java:6,14: The hierarchy of the type AdeptGiran1 is inconsistent
[20.09.20 00:22:02:526] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptGiran2.java:6,14: The hierarchy of the type AdeptGiran2 is inconsistent
[20.09.20 00:22:02:526] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptGiran3.java:6,14: The hierarchy of the type AdeptGiran3 is inconsistent
[20.09.20 00:22:02:527] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptGiran4.java:6,14: The hierarchy of the type AdeptGiran4 is inconsistent
[20.09.20 00:22:02:527] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptGludio.java:6,14: The hierarchy of the type AdeptGludio is inconsistent
[20.09.20 00:22:02:527] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\adept\AdeptRune.java:6,14: The hierarchy of the type AdeptRune is inconsistent
[20.09.20 00:22:02:529] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\Aenkinel.java:12,14: The hierarchy of the type Aenkinel is inconsistent
[20.09.20 00:22:02:530] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\AirshipGuard1.java:9,14: The hierarchy of the type AirshipGuard1 is inconsistent
[20.09.20 00:22:02:531] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\AirshipGuard2.java:9,14: The hierarchy of the type AirshipGuard2 is inconsistent
[20.09.20 00:22:02:533] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\Alhena.java:11,14: The hierarchy of the type Alhena is inconsistent
[20.09.20 00:22:02:535] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\Anais.java:10,14: The hierarchy of the type Anais is inconsistent
[20.09.20 00:22:02:535] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\AngerOfSplendor.java:12,14: The hierarchy of the type AngerOfSplendor is inconsistent
[20.09.20 00:22:02:536] ERROR compiler.Compiler: C:\Server\gameserver\data\scripts\ai\Antharas.java:27,14: The hierarchy of the type Antharas is inconsistent

.......................................

 

Share this post


Link to post
Реклама

Отличный ответ)) Подскажи мне Hongar . Какой бубен использовать в ГК чтобы можно было менять название итемов. Как я понимаю должна  

 быть папка  C:\Server\game\data\stats\items\custom  .Во всех серверах от мобиуса этой папки нету. Hongar может подскажешь что и как надо прописать в папке custom .И что  интересно на форуме многие ковыряют от мобиуса сервера.А тему с custom никто не поднимал.

Share this post


Link to post

Думаю что найдутся умники не разобравшись в вопросе писать что не внимательный итд.

Дл справки поясню.В NPC  в паке Custom  

<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/npcs.xsd">
    <npc id="900100" displayId="22228" level="1" usingServerSideName="true" name="Elpy" type="L2EventMonster">
        <race>ANIMAL</race>
        <sex>MALE</sex>
        <stats>
            <vitals hp="39.74519" hpRegen="2" mp="40.0" mpRegen="0.9" />
            <attack physical="8.47458" magical="5.78704" random="30" critical="4" accuracy="95.25" attackSpeed="253" type="SWORD" range="40" distance="80" width="120" />
            <defence physical="44.44444" magical="32.52252" />
            <speed>
                <walk ground="50" />
                <run ground="80" />
            </speed>
        </stats>
        <status attackable="true" />
        <collision>
            <radius normal="5" />
            <height normal="4.5" />
        </collision>
    </npc>
    <npc id="900101" displayId="32365" name="Snowden" usingServerSideName="true" title="Event Manager">
        <race>HUMANOID</race>
        <sex>MALE</sex>
        <stats>
            <vitals hp="2444.46819" hpRegen="7.5" mp="1345.8" mpRegen="2.7" />
            <attack physical="688.86373" magical="470.40463" random="10" critical="4" accuracy="95" attackSpeed="253" type="FIST" range="40" distance="80" width="120" />
            <defence physical="295.91597" magical="216.53847" />
            <speed>
                <walk ground="75" />
                <run ground="120" />
            </speed>
        </stats>
        <status attackable="false" />
        <collision>
            <radius normal="5" />
            <height normal="12.5" />
        </collision>
    </npc>

Вот здесь можно давать одному и тому же нпц разные функции. Вопрос.В папке Items /сcustm что и как прописать?????????

Share this post


Link to post
5 часов назад, Granddat сказал:

Подскажи мне Hongar . Какой бубен использовать в ГК чтобы можно было менять название итемов. Как я понимаю должна  

оО тут по сложнее.. тут нужен бубен дешифратор:

 

буб.jpg

  • Дякую 1

Share this post


Link to post

А вообще пол делу, нужен хороший DatEditor. По крайне мере у меня был который изменял ГК, но у меня их столько что нужно смотреть который их них)

Share this post


Link to post
10 часов назад, Granddat сказал:

название итемов

Как я знаю, название предметов это клиентская часть.

Share this post


Link to post

Так точно.Название предметов меняем в клиенте. Но это работает на всех серверах кроме мобиусов. Открывает клиент  без проблем DatEditor

Меняем название и получаем корябрики.

 

оО тут по сложнее.. тут нужен бубен дешифратор:

А выписать такой бубен только с Китая? 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  
×
×
  • Create New...