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
сборк ПВ