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

xINVIZIBLx

Постоялец
  • Публикаций

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

  • Посещение

  • Победитель дней

    1
  • Отзывы

    0%

Весь контент xINVIZIBLx

  1. xINVIZIBLx

    10% От Неадеквата Akumu

    Ну давайте тогда создавать по 100500 одинковых тем. Везде должен быть порядок.
  2. Это реализуется через ядро. Без основ Java не обойтись.
  3. RequestBypassToServer.java следующий код else if(_command.startsWith("muzon_")) { PlaySound muzon = new PlaySound(1, "название трека в клиенте", 0, 0, 0, 0, 0); sendPacket(muzon) }
  4. Вроде 604800000/4= недельный период
  5. Сними видео и на форум разработчика.
  6. xINVIZIBLx

    La2onix

    Автор заднюю включил.
  7. xINVIZIBLx

    La2onix

    Что вы на автора напали? Пускай запустит тест сервер и все покажит.
  8. Я уже думал Администрация забыла.
  9. xINVIZIBLx

    Ddos

    Каждый вкладывает как может.
  10. Сделайте Внешний Геодвиг А также отдельно CommunityServer. И все это конечно на l2jFrozen
  11. Сделай что бы у пользователя был выбор. Либо играть, либо перейти на сайт.
  12. xINVIZIBLx

    Transformation

    Пускай полней излогают свои мысли.
  13. xINVIZIBLx

    Transformation

    Если шарите, то можно передалать и на скилл. /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package net.sf.l2j.gameserver.handler.voicedcommandhandlers; import net.sf.l2j.Config; import net.sf.l2j.gameserver.handler.IVoicedCommandHandler; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; /** *@author SkyLanceR */ public class Transformation implements IVoicedCommandHandler { private static final String[] VOICED_COMMANDS = {"transform", "untransform"}; public boolean useVoicedCommand(String command, L2PcInstance activeChar, String target) { if (command.equalsIgnoreCase("transform")) { if(activeChar.getInventory().getItemByItemId(Config.TRANAFORM_ITEM_ID) != null && activeChar.getInventory().getItemByItemId(Config.TRANAFORM_ITEM_ID).getCount() >= Config.TRANSFORM_PRICE) { activeChar.getInventory().destroyItemByItemId("Transformation", Config.TRANAFORM_ITEM_ID, Config.TRANSFORM_PRICE, activeChar, activeChar.getTarget()); String id = Config.TRANSFORM_NPC_ID; activeChar.getPoly().setPolyInfo("npc", id); activeChar.teleToLocation(activeChar.getX(), activeChar.getY(), activeChar.getZ(), false); activeChar.sendMessage("You Have Been Transformed To "+Config.TRANSFORM_NPC_NAME+"."); activeChar.broadcastUserInfo(); } else { activeChar.sendMessage("You Don't Have Enought Items."); } } if (command.equalsIgnoreCase("untransform")) { activeChar.getPoly().setPolyInfo(null, "1"); activeChar.decayMe(); activeChar.spawnMe(activeChar.getX(),activeChar.getY(),activeChar.getZ()); activeChar.sendMessage("You Have Been Unransformed."); activeChar.broadcastUserInfo(); } return false; } public String[] getVoicedCommandList() { return VOICED_COMMANDS; } }
  14. xINVIZIBLx

    Transformation

    Для Interlude возможно реалезовать Transformation, но с одни минусом. Transformation будет видна только другим игрокам, но владельцу трансформации. Вся проблема в клиенте. У вас будет обычный герой, а у других вы будите в Transformation.
  15. xINVIZIBLx

    Xinviziblx 10%

    вы дату первого поста видели?
  16. xINVIZIBLx

    Xinviziblx 10%

    1)Дата поощрения/наказания Сегодня, 14:44 2)Оскорбление участника форума. Прошу снять. Осознал. PS
  17. RT много рекламы. Одни слова, вы смотрите кто теперь занимается RT и какие у них фиксы. PS Мое мнение RT Не очем. Много пафоса
  18. Ты выложи на форум. Посмотрим, что можно сделать.
  19. xINVIZIBLx

    Мужики Выручайте!

    Debian лучше. Из личного опыта.
  20. xINVIZIBLx

    Шара Rt

    Я её вдоль и поперёк излазил, но ничего не нашел
×
×
  • Создать...