Jump to content
  • 0

Sos Walkers Root Tables


DennisGR

Question

i need help...i add a npc at my server and after that i delete it...the npc was a guard who walks around giran and screaming for vote...now i have an error at console

 

i had kept backup from clear cvn files..i paste it at my server but the problem remains..also i delete npc from navicat and html for merchant...what happened?? 

itializing Walkers Routes Table.
Exception in thread "main" java.util.NoSuchElementException
	at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)
	at com.l2jfrozen.gameserver.datatables.csv.NpcWalkerRoutesTable.load(NpcWalkerRoutesTable.java:99)
	at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:284)
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

i use l2j frozen compile pack interlude server... i open the csv file and after that i open "walker_routes".csv ..the first time i try this npc its all ok...then i saw that npc is not moving...i add TRUE to RUNNING and now server is not opening.. i remove the coordnares**

Link to comment
Share on other sites

  • 0

and now my server is down...login is succesful but when i choose server it show it DOWN ping 9999

======================================================================-[ Team ]
                                                                            
         #     #####          ##### ##### ##### ##### ##### ##    #         
         #         #          #     #   # #   #     # #     # #   #         
         #      ###    ####   ###   #   # #   #   #   ###   #  #  #         
         #     #              #     ###   #   # #     #     #   # #         
         ##### #####          #     #  ## ##### ##### ##### #    ##         
                                                                            
invalid config property
invalid config property
invalid config property
==================================================================-[ Database ]
MLog clients using java 1.4+ standard logging.
Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> cvlj4i8xxjdnw84anf5m|622b104, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> cvlj4i8xxjdnw84anf5m|622b104, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
L2DatabaseFactory: loaded.
===================================================================-[ Threads ]
Cache[HTML]: Running lazy cache
Cache[Crest]: 0.000MB on 0 files loaded. (Forget Time: 300s , Capacity: 50)
Initializing Script Engine Manager
Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.0b5
Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
Script Engine: java 1.6 - Language: java - Language Version: 1.6
Script Engine: Mozilla Rhino 1.7 release 3 PRERELEASE - Language: ECMAScript - Language Version: 1.8
=====================================================================-[ World ]
L2World: Setting up World Regions
L2World: (87x128) World Region Grid set up.
Announcements: Loaded 3 Announcements.
GameServer: Loaded 2 Auto Announcements.
Updated characters online status.
IDFactory: 102912 id's available.
StaticObject: Loaded 30 StaticObject Templates.
ExperienceData: Loaded 87 levels
ExperienceData: Max Player Level is: 80
ExperienceData: Max Pet Level is: 80
Initializing DuelManager
Loaded 31 classes Damages configurations
Initializing AutoSaveManager
====================================================================-[ Skills ]
Skills: All skills loaded.
=====================================================================-[ Items ]
Extractable items data: Loaded 333 extractable items!
Summon items data: Loaded 12 summon items.
FishTable: Loaded 270 Fishes.
=======================================================================-[ Npc ]
Initializing Walkers Routes Table.
Exception in thread "main" java.util.NoSuchElementException
	at java.util.StringTokenizer.nextToken(StringTokenizer.java:349)
	at com.l2jfrozen.gameserver.datatables.csv.NpcWalkerRoutesTable.load(NpcWalkerRoutesTable.java:99)
	at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:284)
AutoSaveManager: saving players data..
AutoSaveManager: players data saved..

Edited by DennisGR
Link to comment
Share on other sites

  • 0

i remove the coordnares**

Just coords, or you removed the whole new line for this npc ? Tro to replace walker_routes.csv with original one.

 

 

looool Wyatt, I hate you :rage:

Edited by SweeTs
Link to comment
Share on other sites

  • 0

but i have already untouched walker_routes.csv

take a look 

1)http://prntscr.com/1uv9oi

2)http://prntscr.com/1uv9rt                 <--------the name of npc was Vote!

Edited by DennisGR
Link to comment
Share on other sites

  • 0

Looks like you still have the road id registered, but not road elements anymore. So it tries to read, but don't find any element.

 

What's the NPC you added ? You probably forget to cleanup one thing.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...