ANybody can help me check this error

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

ANybody can help me check this error

Post by icemanrj »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

NpcTable: (Re)Loaded 9802 NPC template(s).
NPCTable: Error creating custom NPC table.
java.lang.IllegalArgumentException: String value required, but not specified
at com.l2jserver.gameserver.templates.StatsSet.getString(StatsSet.java:375)
at com.l2jserver.gameserver.templates.chars.L2NpcTemplate.<init>(L2NpcTemplate.java:201)
at com.l2jserver.gameserver.datatables.NpcTable.fillNpcTable(NpcTable.java:547)
at com.l2jserver.gameserver.datatables.NpcTable.restoreNpcData(NpcTable.java:110)
at com.l2jserver.gameserver.datatables.NpcTable.<init>(NpcTable.java:66)
at com.l2jserver.gameserver.datatables.NpcTable.<init>(NpcTable.java:51)
at com.l2jserver.gameserver.datatables.NpcTable$SingletonHolder.<clinit>(NpcTable.java:813)
at com.l2jserver.gameserver.datatables.NpcTable.getInstance(NpcTable.java:59)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.init(GrandBossManager.java:145)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.<init>(GrandBossManager.java:107)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.<init>(GrandBossManager.java:46)
at com.l2jserver.gameserver.instancemanager.GrandBossManager$SingletonHolder.<clinit>(GrandBossManager.java:507)
at com.l2jserver.gameserver.instancemanager.GrandBossManager.getInstance(GrandBossManager.java:101)
at com.l2jserver.gameserver.instancemanager.ZoneManager.load(ZoneManager.java:364)
at com.l2jserver.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:69)
at com.l2jserver.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:51)
at com.l2jserver.gameserver.instancemanager.ZoneManager$SingletonHolder.<clinit>(ZoneManager.java:521)
at com.l2jserver.gameserver.instancemanager.ZoneManager.getInstance(ZoneManager.java:59)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:222)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:500)

other

1. ERROR in Server/gameserver/data/scripts/handlers/admincommandhandlers/AdminTownWar.java (at line 108)
Announcements.getInstance().announceToAll(TownManager.getTown(Config.TW_TOWN_ID).getName() + " has been set war zone by " + activeChar.getName() + ".");
^^^^^^^
The method getName() is undefined for the type L2TownZone
----------
2. ERROR in /Server/gameserver/data/scripts/handlers/admincommandhandlers/AdminTownWar.java (at line 178)
Announcements.getInstance().announceToAll(TownManager.getTown(Config.TW_TOWN_ID).getName() + " has been set back to normal by " + activeChar.getName() + ".");
^^^^^^^
The method getName() is undefined for the type L2TownZone

anybody can help me please
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: ANybody can help me check this error

Post by janiii »

1) you didnt set a title for a custom npc (at least it must be an empty string)
2) zones dont have names anymore
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

Re: ANybody can help me check this error

Post by icemanrj »

let me check

look now

Server/gameserver/data/scripts/handlers/MasterHandler.java. See MasterHandler.java.error.log for details.



Failed executing script: Server/gameserver/data/scripts/handlers/MasterHandler.java.error.log
Line: -1 - Column: -1

compilation failed
icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

Re: ANybody can help me check this error

Post by icemanrj »

now i got the other problem i can't target or to like //admin

they problem on top i fixed with the janni help

how about nwo the target like //admin say the command don't ex
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: ANybody can help me check this error

Post by janiii »

yeah, because your MasterHandler had an error, so it did not load the handlers at all. you need to fix that error with town war.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

Re: ANybody can help me check this error

Post by icemanrj »

Roger that deleted for now i'm tired lol

works done thank you
Post Reply