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

Nainer

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

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

  • Посещение

  • Отзывы

    0%

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

  1. Перезалейте, если у когото осталось.
  2. http://l2maxi.ru/java/addons/5281-interlude-oformlenie-donat-magazina.html Скиньте у каво есть
  3. Помогите решить проблему, когда пишу свой ид выдает такую ошибку
  4. с оли разобрался , а как с рб сделать ??
  5. Всем привет, возник вопрос по сборке PW: 1) Как включить оли в сборке PW; 2) Как сделать чтоб после каждого рестарта сервера все Raid Boss были живы . С меня спасибо за каждый правильней вариант.
  6. Слушай у меня чето не получаеться можеш кинуть свой конфиг?
  7. магу тоже ставить такое число как воину????
  8. Шас попробую спасибо
  9. Всем привет у меня кароч такая проблема я делаю серв из доп покачто играю и тест провожу на воинах и у них примерно от 5000-1000к скорость атаки. НО когда я бью мобов или людей там както не бьет очень быстро а все идет перерывчасто както медленно хотя атак спид большой (сборка ПВ) прошу помочь с меня + если что...
  10. # Community board configuration # ================================================================= # Type of the Community board # - Full = new Community Board ( /!\ Experimental) # - Old = old Community Bord # - off = no community Board # - pw = различные сервисы, настройки services.cfg#138 CommunityType = pw ?????????????
  11. package ai; import net.sf.l2j.commons.util.Rnd; import net.sf.l2j.gameserver.ai.Guard; import net.sf.l2j.gameserver.model.Creature; import net.sf.l2j.gameserver.model.Player; import net.sf.l2j.gameserver.model.base.Sex; import net.sf.l2j.gameserver.model.instances.NpcInstance; import net.sf.l2j.gameserver.scripts.Functions; public class ChattyGuard extends Guard непашет ((
  12. GameServer: Loading Server Scripts ---------- 1. ERROR in \ChattyGuard.java (at line 3) import l2p.commons.util.Rnd; ^^^ The import l2p cannot be resolved ---------- 2. ERROR in \ChattyGuard.java (at line 4) import l2p.gameserver.ai.Guard; ^^^ The import l2p cannot be resolved ---------- 3. ERROR in \ChattyGuard.java (at line 5) import l2p.gameserver.model.Creature; ^^^ The import l2p cannot be resolved ---------- 4. ERROR in \ChattyGuard.java (at line 6) import l2p.gameserver.model.Player; ^^^ The import l2p cannot be resolved ---------- 5. ERROR in \ChattyGuard.java (at line 7) import l2p.gameserver.model.base.Sex; ^^^ The import l2p cannot be resolved ---------- 6. ERROR in \ChattyGuard.java (at line import l2p.gameserver.model.instances.NpcInstance; ^^^ The import l2p cannot be resolved ---------- 7. ERROR in \ChattyGuard.java (at line 9) import l2p.gameserver.scripts.Functions; ^^^ The import l2p cannot be resolved ---------- 8. ERROR in \ChattyGuard.java (at line 11) public class ChattyGuard extends Guard ^^^^^ Guard cannot be resolved to a type ---------- 9. ERROR in \ChattyGuard.java (at line 15) private static final long _sayNormalPeriod = 120_000; // ╨Ь╨╕╨╜╨╕╨╝╨░╨╗╤ М╨╜╤Л╨╣ ╨┐╨╡╤А╨╕╨╛╨┤ (╨▓ ╨╝╤Б), ╤Б ╨║╨╛╤В╨╛╤А╤Л╨╝ ╨│╨▓╨░╤А╨┤ ╨┐╤А╨╛╨╕╨╖╨╜╨╛╤Б╨╕╤ В ╤Д╤А╨░╨╖╤Л, ╨░╨┤╤А╨╡╤Б╤Г╨╡╨╝╤Л╨╡ ╨┐╤А╨╛╤Е╨╛╨┤╤П╤Й╨╕╨╝ ╨╝╨╕╨╝╨╛ ╨╕╨│╤А╨╛╨║╨░╨╝ ^^^^ Syntax error on token "_000", delete this token ---------- 10. ERROR in \ChattyGuard.java (at line 16) private static final long _sayAggroPeriod = 10_000; // ╨Ь╨╕╨╜╨╕╨╝╨░╨╗╤М╨ ╜╤Л╨╣ ╨┐╨╡╤А╨╕╨╛╨┤ (╨▓ ╨╝╤Б), ╤Б ╨║╨╛╤В╨╛╤А╤Л╨╝ ╨│╨▓╨░╤А╨┤ ╨┐╤А╨╛╨╕╨╖╨╜╨╛╤Б╨╕╤В ╤Д╤А╨░╨╖╤Л, ╨┐╤А╨╕ ╨╜╨░╤З╨░╨╗╨╡ ╨░╤В╨░╨║╨╕ ╨Я╨Ъ ^^^^ Syntax error on token "_000", delete this token ---------- 11. ERROR in \ChattyGuard.java (at line 76) public ChattyGuard(NpcInstance actor) ^^^^^^^^^^^ NpcInstance cannot be resolved to a type ---------- 12. ERROR in \ChattyGuard.java (at line 86) protected void onEvtSpawn() ^^^^^^^^^^^^ The method onEvtSpawn() of type ChattyGuard must override or implement a superty pe method ---------- 13. ERROR in \ChattyGuard.java (at line 90) _chattyGuard = Rnd.chance(_chattyChance) ? true : false; ^^^ Rnd cannot be resolved ---------- 14. ERROR in \ChattyGuard.java (at line 92) super.onEvtSpawn(); ^^^^^^^^^^ The method onEvtSpawn() is undefined for the type Object ---------- 15. ERROR in \ChattyGuard.java (at line 96) public boolean checkAggression(Creature target) ^^^^^^^^ Creature cannot be resolved to a type ---------- 16. ERROR in \ChattyGuard.java (at line 100) NpcInstance actor = getActor(); ^^^^^^^^^^^ NpcInstance cannot be resolved to a type ---------- 17. ERROR in \ChattyGuard.java (at line 100) NpcInstance actor = getActor(); ^^^^^^^^ The method getActor() is undefined for the type ChattyGuard ---------- 18. ERROR in \ChattyGuard.java (at line 101) Player player = target.getPlayer(); ^^^^^^ Player cannot be resolved to a type ---------- 19. ERROR in \ChattyGuard.java (at line 108) if (Rnd.chance(_sayNormalChance) && _lastNormalSay + _sayNormalPeriod < System.currentTimeMillis() && actor.isInRange(player, 250L)) ^^^ Rnd cannot be resolved ---------- 20. ERROR in \ChattyGuard.java (at line 110) Functions.npcSay(actor, player.getAppearance().getSex() == Sex.MALE ? _n ormalTextM[Rnd.get(_normalTextM.length)].replace("{name}", player.getName()) : _ normalTextF[Rnd.get(_normalTextF.length)].replace("{name}", player.getName())); ^^^^^^^^^ Functions cannot be resolved ---------- 21. ERROR in \ChattyGuard.java (at line 110) Functions.npcSay(actor, player.getAppearance().getSex() == Sex.MALE ? _n ormalTextM[Rnd.get(_normalTextM.length)].replace("{name}", player.getName()) : _ normalTextF[Rnd.get(_normalTextF.length)].replace("{name}", player.getName())); ^^^ Sex cannot be resolved ---------- 22. ERROR in \ChattyGuard.java (at line 110) Functions.npcSay(actor, player.getAppearance().getSex() == Sex.MALE ? _n ormalTextM[Rnd.get(_normalTextM.length)].replace("{name}", player.getName()) : _ normalTextF[Rnd.get(_normalTextF.length)].replace("{name}", player.getName())); ^^^ Rnd cannot be resolved ---------- 23. ERROR in \ChattyGuard.java (at line 110) Functions.npcSay(actor, player.getAppearance().getSex() == Sex.MALE ? _n ormalTextM[Rnd.get(_normalTextM.length)].replace("{name}", player.getName()) : _ normalTextF[Rnd.get(_normalTextF.length)].replace("{name}", player.getName())); ^^^ Rnd cannot be resolved ---------- 24. ERROR in \ChattyGuard.java (at line 118) Functions.npcSay(actor, _aggroText[Rnd.get(_aggroText.length)].replace(" {name}", player.getName())); ^^^^^^^^^ Functions cannot be resolved ---------- 25. ERROR in \ChattyGuard.java (at line 118) Functions.npcSay(actor, _aggroText[Rnd.get(_aggroText.length)].replace(" {name}", player.getName())); ^^^ Rnd cannot be resolved ---------- 25 problems (25 errors)Syntax error on token "_000", delete this token Syntax error on token "_000", delete this token Guard cannot be resolved to a type The import l2p cannot be resolved The import l2p cannot be resolved The import l2p cannot be resolved The import l2p cannot be resolved The import l2p cannot be resolved The import l2p cannot be resolved The import l2p cannot be resolved NpcInstance cannot be resolved to a type Creature cannot be resolved to a type The method onEvtSpawn() of type ai.custom.ChattyGuard must override or implement a supertype method Rnd cannot be resolved The method onEvtSpawn() is undefined for the type java.lang.Object NpcInstance cannot be resolved to a type The method getActor() is undefined for the type ai.custom.ChattyGuard Player cannot be resolved to a type Rnd cannot be resolved Functions cannot be resolved Sex cannot be resolved Rnd cannot be resolved Rnd cannot be resolved Functions cannot be resolved Rnd cannot be resolved Failed executing script: D:\Super_l2j_pw\gameserver\data\scripts\teleports\Chatt yGuard.java. See ChattyGuard.java.error.log for details. GameServer: Compiled Scripts Cache is disabled. SevenSigns: Currently in the Competition (Quest Event) period! SevenSigns: The Seal of Avarice remains unclaimed. SevenSigns: The Seal of Gnosis remains unclaimed. SevenSigns: The Seal of Strife remains unclaimed. SevenSigns: The competition, if the current trend continues, will end in a tie t his week. SevenSigns: Next period begins in 1 days, 8 hours and 30 mins. SevenSignsFestival: The first Festival of Darkness cycle begins in 2 minute(s). FourSepulchersManager: loaded 20 Mysterious-Box spawns. FourSepulchersManager: loaded 716 Physical type monsters spawns. FourSepulchersManager: loaded 716 Magical type monsters spawns. FourSepulchersManager: loaded 92 Church of duke monsters spawns. FourSepulchersManager: loaded 68 Emperor's grave NPC spawns. FourSepulchersManager: spawned Conquerors' Sepulcher Manager FourSepulchersManager: spawned Emperors' Sepulcher Manager FourSepulchersManager: spawned Great Sages' Sepulcher Manager FourSepulchersManager: spawned Judges' Sepulcher Manager FourSepulchersManager: Beginning in Attack time Sun Oct 05 09:29:13 EEST 2014 Atk announce scheduled to 30.0 minute of this hour . AdminCommandHandler: Loaded 383 handlers. Olympiad System: Loading Olympiad System.... Olympiad System: Currently in Olympiad Period Olympiad System: Period Ends.... Olympiad System: In 26 days, 15 hours and 31 mins. Olympiad System: Next Weekly Change is in.... Olympiad System: In 6 days, 23 hours and 59 mins. Olympiad System: Loaded 0 Noblesses Olympiad System: Competition Period Starts in 0 days, 8 hours and 31 mins. Olympiad System: Event starts/started: Sun Oct 05 18:00:36 EEST 2014 Hero System: Loaded 0 Heroes. Hero System: Loaded 0 all time Heroes. Hero System: Loaded 0 Diaries. CursedWeaponsManager: Loaded 2 cursed weapon(s). TownManager: Loaded. AutoChatHandler: Loaded 32 handlers in total. AutoSpawnHandler: Loaded 130 handlers in total. IdFactory: Free ObjectID's remaining: 1879005945 TvTEventEngine[TvTManager.TvTManager()]: Started. Fight Club - loaded 22arenas. GameServer: Started, free memory 514 Mb of 1011 Mb #Connecting to login on 127.0.0.1:9014 GameServer: Telnet server is currently disabled. GameServer: Maximum Numbers of Connected Players: 1500 #Auto Restart: scheduled at 24 hour. (2310 minutes remaining.) CatsGuard CatsGuard: Loaded 0 banned hwid(s) CatsGuard: Ready ##Server Golden ready on 127.0.0.1:7777 сборк ПВ
  13. Nainer

    Geodata Pw

    акуму 34 2011 год
  14. Nainer

    Geodata Pw

    Доброго времени суток, кто может кинуть хорошую геодата на pw
  15. options.cfg # Show L2Monster level and aggro ShowNpcLevel = True
  16. last_2907_jhjf8wje8fjw8efj8wejf8jwe8fj.rar пароль??
  17. куда папки cats_guard на config ????
×
×
  • Создать...