well now after doing that i get an error when i start my gameserver i changed every word that said cool or noob to good and evil i even modified the characters table on navicat and changed it to good and evil... but when i load the gameserver i get this:
==================================================
Iniciando L2JDAG GameServer By Team L2J DAG.
Forum: L2J Brazil www.artsgames.com.br/forum
Thank for you using our Rev.
==================================================
Loading GameServer Configuration Files...
Loading mmo.properties
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 [ acquireInc
rement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnCl
ose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailu
re -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connec
tionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSou
rceName -> 1hge15x8312o8h1lrxmn19|7bc9a690, debugUnreturnedConnectionStackTraces
-> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryCla
ssLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken ->
1hge15x8312o8h1lrxmn19|7bc9a690, idleConnectionTestPeriod -> 3600, initialPoolS
ize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdag, maxAdministrativeTaskTime -
> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0,
maxPoolSize -> 100, maxStatements -> 0, maxStatementsPerConnection -> 100, minP
oolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0
, preferredTestQuery -> null, properties -> {user=******, password=******}, prop
ertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> fa
lse, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false
]
L2JDAG Server Version: 11:22M
L2JDAG Datapack Version: 14:21M
Updated characters online status.
Cleaned 0 elements from database.
IDFactory: 102912 id's available.
Initializing Script Engine Manager
*sys-package-mgr*: processing modified jar, 'D:\Program Files (x86)\Lineage II S
erver\gameserver\l2jserver.jar'
Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.
0b5
Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Ver
sion: 1.6
Script Engine: java 1.6 - Language: java - Language Version: 1.6
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/sf/l2j/ga
meserver/model/actor/instance/L2PcInstance : Unsupported major.minor version 824
2.8224
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getConstructor(Unknown Source)
at net.sf.l2j.gameserver.templates.skills.L2SkillType.makeSkill(L2SkillT
ype.java:190)
at net.sf.l2j.gameserver.skills.DocumentSkill.makeSkills(DocumentSkill.j
ava:769)
at net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.j
ava:393)
at net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(DocumentSkil
l.java:121)
at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:93)
at net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.jav
a:89)
at net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.
java:98)
at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:42
)
at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:29
)
at net.sf.l2j.gameserver.datatables.SkillTable$SingletonHolder.<clinit>(
SkillTable.java:130)
at net.sf.l2j.gameserver.datatables.SkillTable.getInstance(SkillTable.ja
va:37)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:211)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:551)
as you can see it says :
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/sf/l2j/ga
meserver/model/actor/instance/L2PcInstance : Unsupported major.minor version 824
2.8224
that's the file i modified so what should i do now?