Перейти к содержанию

sasamba

Пользователи
  • Публикаций

    63
  • Зарегистрирован

  • Посещение

  • Отзывы

    0%

Сообщения, опубликованные sasamba


  1. Приветствую , где лежит отображения не достающих айтемов при обмене в МС ? Проблема в том что FAME и RB Points не видит количество и всегда рисует что их якобы нету.  Код , Пакеты , или всё таки Клиент ? Пример добавлю скрин. Буду благодарен любой информации )  http://joxi.ru/J2bp4QyCgeYB9r  ссылка не реклама , для удобства залива скрина ))


  2. 17 минут назад, Gaikotsu сказал:

    В MagicSkillUse слать actionId соответствующий для заюзанного скилла

    структура из крусейда, для других хроник думаю по аналогии не проблема сделать

    
    	@Override
    	protected final void writeImpl()
    	{
    		writeC(0x48);
    		writeD(_castType);
    		writeD(_casterId);
    		writeD(_targetId);
    		writeD(_skillId);
    		writeD(_skillLevel);
    		writeD(_hitTime);
    		writeD(_reuseGroupId);
    		writeD(_reuseDelay);
    		writeD(_casterX);
    		writeD(_casterY);
    		writeD(_casterZ);
    		writeH(0x00);
    
    		writeH(_groundLoc.size());
    
    		for (Location loc : _groundLoc)
    			writeLoc(loc, false);
    
    		writeD(_targetX);
    		writeD(_targetY);
    		writeD(_targetZ);
    		writeD(_actionId > 0 ? 1 : 0);
    		writeD(_actionId);
    	}

     

    Спасибо , пошёл копать код :D


  3. Добрый вечер/ночь/утро/день. Кто сталкивался подскажите , после юза скилла  откат сопровождается анимацией отката на иконке скилла . Вопрос каким образом эту анимацию  перенести и для сумоннов и пэтов ? Я понимаю что они используют скиллы через Action команды , датник нашел .Вопрос что в нём надо прикруть и копаю ли я в нужном направлении ? 


  4. При любом действии на сайте , где нужно отправлять Письмо (Активация аккаунта , Восстановление пароля) вылетает ошибка  "HELO" . Подскажи знатоки либо люди которые сталкивались с такой проблемой , в каком php файле искать описание этой ошибки "HELO" . Благодарю заранее )


  5. При нажатию на кнопку смены языка (EN) клиент закрывается , в чем может быть беда ? 

    Еще вопрос имеются ли тут знающие люди чтоб адаптировать клиент под Английский язык ? Предложения и цену в ЛС )


  6. 5 часов назад, Akumu сказал:

    В чем заключается это сакральное "не работают" ?

    Ошибки в ГС , ругаеться на ошибки в строчках кода !на 8 яве , на 6 яве всё окей ))))

     

    Прикепляю что пишет гс :

    GameServer: Loading Server Scripts
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    ----------
    1. ERROR in \Noble.java (at line 37)
            int id = Integer.valueOf(event.replace("adena_", ""));
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
    ----------
    2. ERROR in \Noble.java (at line 37)
            int id = Integer.valueOf(event.replace("adena_", ""));
                                           ^^^^^^^
    The method replace(char, char) in the type String is not applicable for the arguments (String, String)
    ----------
    3. ERROR in \Noble.java (at line 48)
            int id = Integer.valueOf(event.replace("gatepass_", ""));
                                           ^^^^^^^
    The method replace(char, char) in the type String is not applicable for the arguments (String, String)
    ----------
    3 problems (3 errors)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
    The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
    The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String)
    Failed executing script: D:\server_07.09.2015\gameserver\data\scripts\teleports\noble\Noble.java. See Noble.java.error.log for details.
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    ----------
    1. ERROR in \ClanBonus.java (at line 1)
            package quests.ClanBonus;
            ^
    The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
    ----------
    1 problem (1 error)The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files
    Failed executing script: D:\server_07.09.2015\gameserver\data\scripts\quests\ClanBonus\ClanBonus.java. See ClanBonus.java.error.log for details.
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    ----------
    1. ERROR in \GM.java (at line 313)
            build.append("<center><font color=\"LEVEL\">я┐╜я┐╜я┐╜я┐╜я┐╜я┐╜</font></center><br><br>");
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
    ----------
    1 problem (1 error)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
    Failed executing script: D:\server_07.09.2015\gameserver\data\scripts\commands\voice\GM.java. See GM.java.error.log for details.
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    GameServer: Compiled Scripts Cache is disabled.


  7. Скрипты от старой сборки которые работают на 6 яве , не работают на 8 !Ядро с точностью на оборот !

    Суть вопроса : Есть ли возможность полатать старые скрипты под 8 яву ? если да , то в какую сторону копать или "не копать" ?)


  8. Приветствую , открывает МС которых нету вообще в сборке . Допустим ид МС 1111 открывает пустое окно покупки итемов , а когда вписываю ид МС 11111111 не открываеться МС , Этих ид МС вообще нету в сборке  ! Сборка ПВ ! 

×
×
  • Создать...