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

xVorD

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

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

  • Посещение

  • Отзывы

    0%

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

  1. xVorD

    Добавление Гмшопа

    Блин, до этого сначала все в гугле и искал, а сейчас не подумал))
  2. xVorD

    Добавление Гмшопа

    Такой вопрос: как сделать что бы вещь которую я добавил можно было точить? то есть дать ей грейд какой нибудь?
  3. xVorD

    Добавление Гмшопа

    Разобрался я с заточенными вещами! # Продавать заточенные вещи через мультиселлы? # По умолчанию: False. (продавать - True, не продавать - False) # В мультиселе после "<list>" добавить <config keepenchanted="true" /> EnableModifyEnchantMultisell = True # Номера мультиселлов в которых будут затачиваться вещи при продаже # Например: EnchantMultisellList=1001,10;1002,5 # Означает что в мультиселле 1001.xml все вещи при продаже будут точиться на 10 # и в мультиселле 1002.xml соответственно точиться на 5 # Внимание! Не ставьте точку с запятой в самом конце и пишите все без пробелов! EnchantMultisellList = 400145,45;400245,45;400345,45 Именно эту ключевую строчку я пропустил, кому надо, все написано) P.S..Конфиг mods.ini В принципе правильно что сам с этим разобрался, впредь буду внимательным)
  4. В конфиге altsettings.ini ищите: # Ограничение на заточку на олимпиаде. # По умолчанию: отключено (-1) # Пример: OlyMaxEnchant = 5 если у игрока есть итем заточенный выше 5, # он не сможет участвовать в Олимпиаде. OlyMaxEnchant = 4
  5. xVorD

    Добавление Гмшопа

    еще проблема, настраивал дроп с рб и вдруг у меня перестала работать кнопка Add Droplist(ну вроде как то так) что делать, не могу поменять дроп?
  6. xVorD

    Добавление Гмшопа

    Все нашел, в mods.ini, спасибо) кому надо вот найдете # Продавать заточенные вещи через мультиселлы? # По умолчанию: False. (продавать - True, не продавать - False) # В мультиселе после "<list>" добавить <config keepenchanted="true" /> EnableModifyEnchantMultisell = True Еще есть вопрос такой: есть команда UPDATE `raidboss_spawnlist` SET `respawn_min_delay` = '3600'; UPDATE `raidboss_spawnlist` SET `respawn_max_delay` = '7200'; для изменения респавна обычных рб а для ЕПИК рб есть такая команда?(в конфигах ничего не понял, какие то странные числа)
  7. xVorD

    Добавление Гмшопа

    нет,нету сборка l2j-x
  8. xVorD

    Добавление Гмшопа

    название конфига какое?
  9. xVorD

    Добавление Гмшопа

    up, подскажите плз
  10. xVorD

    Добавление Гмшопа

    добавил строчку <list maintainEnchantment="true"> , но оружие все равно продается незаточенным, в конфигах что то я не нашел запрет продавать заточенныое оружее, не подскажете, что делаь, мб я не увидел где то?
  11. xVorD

    Добавление Гмшопа

    черт вот я тупанул)) я не xml файл создал а txt)))
  12. xVorD

    Добавление Гмшопа

    У меня проблема с добавлением вещей в гм шоп, вроде бы все правильно делаю вот например то что я хочу( это просто строчки, не весь гмшоп) <td align=center><button value="Династия +45" action="bypass -h npc_%objectId%_multisell 400145" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td> <td align=center><button value="Фрея +45" action="bypass -h npc_%objectId%_multisell 400245" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td> <td align=center><button value="ГоД +45" action="bypass -h npc_%objectId%_multisell 400345" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td> мультиселлы эти у меня в папке с мультиселлами есть, вещи прописаны, цена прописана, заточка тоже вот посмотрите: Династия +45: <?xml version='1.0' encoding='utf-8'?> <list> <item id="1"> <ingredient id="9536" count="500"/> <production id="10600" count="1" enchant="45"/> </item> <item id="2"> <ingredient id="9536" count="500"/> <production id="10601" count="1" enchant="45"/> </item> <item id="3"> <ingredient id="9536" count="500"/> <production id="10602" count="1" enchant="45"/> </item> <item id="4"> <ingredient id="9536" count="500"/> <production id="10603" count="1" enchant="45"/> </item> <item id="5"> <ingredient id="9536" count="500"/> <production id="10604" count="1" enchant="45"/> </item> <item id="6"> <ingredient id="9536" count="500"/> <production id="10605" count="1" enchant="45"/> </item> <item id="7"> <ingredient id="9536" count="500"/> <production id="10606" count="1" enchant="45"/> </item> <item id="8"> <ingredient id="9536" count="500"/> <production id="10607" count="1" enchant="45"/> </item> <item id="9"> <ingredient id="9536" count="500"/> <production id="10608" count="1" enchant="45"/> </item> <item id="10"> <ingredient id="9536" count="500"/> <production id="10609" count="1" enchant="45"/> </item> </list> Фрея +45: <?xml version='1.0' encoding='utf-8'?> <list> <item id="1"> <ingredient id="9536" count="2500"/> <production id="9526" count="1" enchant="45"/> </item> <item id="2"> <ingredient id="9536" count="2500"/> <production id="9527" count="1" enchant="45"/> </item> <item id="3"> <ingredient id="9536" count="2500"/> <production id="9528" count="1" enchant="45"/> </item> <item id="4"> <ingredient id="9536" count="2500"/> <production id="9529" count="1" enchant="45"/> </item> <item id="5"> <ingredient id="9536" count="2500"/> <production id="9530" count="1" enchant="45"/> </item> <item id="6"> <ingredient id="9536" count="2500"/> <production id="9531" count="1" enchant="45"/> </item> <item id="7"> <ingredient id="9536" count="2500"/> <production id="9532" count="1" enchant="45"/> </item> <item id="8"> <ingredient id="9536" count="2500"/> <production id="9533" count="1" enchant="45"/> </item> <item id="9"> <ingredient id="9536" count="2500"/> <production id="9534" count="1" enchant="45"/> </item> <item id="10"> <ingredient id="9536" count="2500"/> <production id="9535" count="1" enchant="45"/> </item> </list> и ГоД +45 <?xml version='1.0' encoding='utf-8'?> <list> <item id="1"> <ingredient id="9541" count="10"/> <production id="9500" count="1" enchant="45"/> </item> <item id="2"> <ingredient id="9541" count="10"/> <production id="9501" count="1" enchant="45"/> </item> <item id="3"> <ingredient id="9541" count="10"/> <production id="9502" count="1" enchant="45"/> </item> <item id="4"> <ingredient id="9541" count="10"/> <production id="9503" count="1" enchant="45"/> </item> <item id="5"> <ingredient id="9542" count="20"/> <ingredient id="9540" count="50"/> <ingredient id="9541" count="200"/> <production id="9504" count="1" enchant="45"/> </item> <item id="6"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9505" count="1" enchant="45"/> </item> <item id="7"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9506" count="1" enchant="45"/> </item> <item id="8"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9507" count="1" enchant="45"/> </item> <item id="9"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9508" count="1" enchant="45"/> </item> <item id="10"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9509" count="1" enchant="45"/> </item> <item id="11"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9510" count="1" enchant="45"/> </item> <item id="12"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9511" count="1" enchant="45"/> </item> <item id="13"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9512" count="1" enchant="45"/> </item> <item id="14"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9513" count="1" enchant="45"/> </item> <item id="15"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9514" count="1" enchant="45"/> </item> <item id="16"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9515" count="1" enchant="45"/> </item> <item id="17"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9516" count="1" enchant="45"/> </item> <item id="18"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9517" count="1" enchant="45"/> </item> <item id="19"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9518" count="1" enchant="45"/> </item> <item id="20"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9519" count="1" enchant="45"/> </item> <item id="21"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9520" count="1" enchant="45"/> </item> <item id="22"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9521" count="1" enchant="45"/> </item> <item id="23"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9522" count="1" enchant="45"/> </item> <item id="24"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9523" count="1" enchant="45"/> </item> <item id="25"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9524" count="1" enchant="45"/> </item> <item id="26"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9525" count="1" enchant="45"/> </item> <item id="27"> <ingredient id="9540" count="5"/> <ingredient id="9542" count="20"/> <ingredient id="9541" count="200"/> <production id="9916" count="1" enchant="45"/> </item> </list> НО, в гм шопе когда я нажимаю кнопку например Династия +45, в окне нет вещей, что я не так делаю?
  13. xVorD

    Добавление Гмшопа

    буду знать)
  14. xVorD

    Добавление Гмшопа

    cпасибо за ссылку)
  15. xVorD

    Добавление Гмшопа

    Помогите пожалуйста подстроить этот ГмШоп под этот сервер, сам пробовал, ничего не получилось( Помогите пожалуйста Вот sql ГмШопа INSERT INTO `npc` VALUES ('999111', '21587', 'Gm Shop', '0', 'by ~[S][D][V]~', '1', 'Monster2.vampire_soldier_20_bi', '15', '29', '80', 'male', 'L2Merchant', '40', '4013', '1565', '13', '3', '40', '43', '30', '21', '20', '10', '0', '0', '1710', '406', '849', '399', '278', '0', '333', '234', '0', '0', '0', '209', '(Null)', '300', '0', '0', 'LAST_HIT');
  16. xVorD

    Помощь

    на счет сосок и веса разобрался а вот с бафами никак не могу найти
  17. xVorD

    Помощь

    L2jx 17.07.2011 и еще как сделать бесконечные соски и убрать вес
  18. xVorD

    Помощь

    Помогите пожалуйста, как настроить время баффов, сонги и дансы у меня по 1 минуте, надо на 1 час, как сделать так что было автоизучение скиллов и как переделывать дополнения под свой сервер?
×
×
  • Создать...