Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Lineage 2 > Lin2 Private Server
You last visited: Today at 02:41

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



New L2J Server Emulator C3 Guide-German

Discussion on New L2J Server Emulator C3 Guide-German within the Lin2 Private Server forum part of the Lineage 2 category.

Reply
 
Old 12/17/2005, 20:49   #46
 
elite*gold: 0
Join Date: Sep 2005
Posts: 112
Received Thanks: 0
mit dem ganz normalen c3 client??? seh ich die c4 items da???
Neonamek is offline  
Old 12/17/2005, 20:57   #47
 
elite*gold: 0
Join Date: Nov 2004
Posts: 2,018
Received Thanks: 126
ja mit dem ganz normalen C3 client, die C4 items siehst du nur mit dem koreanischen C4 client, dafür ist das game aber dann hammer buggy und stürtzt andauernd ab...
Makaveli is offline  
Old 12/17/2005, 20:59   #48
 
elite*gold: 0
Join Date: Sep 2005
Posts: 112
Received Thanks: 0
ich hab den c4 clienten der is auf englisch und nciht buggy und stürtzt nicht ab hmm kannst du trotsdem mal den system ordner uppen bitte weil die fehler meldung kommt beim c4 clienten und der geht irgendwie nciht zu updaten bitte bitte
Neonamek is offline  
Old 12/17/2005, 21:03   #49
 
elite*gold: 0
Join Date: Nov 2004
Posts: 2,018
Received Thanks: 126
das was du hast ist einfach nur der koreanische mit nem english patch

ich kann leider keinen system ordner hochladen, da ich keinen originalen mehr habe, ich habe nur meinen eigenen, den ich selber auf meinen server modifiziert habe.

Sprich andere WeaponGlows, meine ip in der l2.ini und noch nen paar änderungen ^^
Makaveli is offline  
Old 12/17/2005, 22:07   #50
 
elite*gold: 0
Join Date: May 2005
Posts: 67
Received Thanks: 0
Großen dank an dich Makaveli es funktioniert fast alles


aber wenn alle spielen steht das in der console


Code:
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'field list'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'field list'
Could not restore character skills: java.sql.SQLException: Unknown column 'class
_index' in 'where clause'
Could not restore character shortcuts: java.sql.SQLException: Unknown column 'cl
ass_index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'field list'

wie kann ich eine InGame nachicht schreiben wenn ich nicht aufen server bin also z.b. das ich denn server jetzt aus mache
Hitman is offline  
Old 12/17/2005, 23:22   #51
 
elite*gold: 0
Join Date: Nov 2004
Posts: 2,018
Received Thanks: 126
die fehler in der console sagen das du noch nen paar updates ausführen musst

Code:
ALTER TABLE `character_hennas` ADD `class_index` int(1) NOT NULL default '0', DROP PRIMARY KEY, ADD PRIMARY KEY (`char_obj_id`,`slot`,`class_index`);

ALTER TABLE `character_quests` ADD `class_index` int(1) NOT NULL default '0', DROP PRIMARY KEY, ADD PRIMARY KEY (`char_id`,`name`,`var`,`class_index`);

ALTER TABLE `character_shortcuts` CHANGE `unknown` `class_index` int(1) NOT NULL default '0', DROP PRIMARY KEY, ADD PRIMARY KEY (`char_obj_id`,`slot`,`page`,`class_index`);

ALTER TABLE `character_skills` ADD `class_index` int(1) NOT NULL default '0', DROP PRIMARY KEY, ADD PRIMARY KEY (`char_obj_id`,`skill_id`,`class_index`);

ALTER TABLE `character_skills_save` ADD `class_index` int(1) NOT NULL default '0', DROP PRIMARY KEY, ADD PRIMARY KEY (`char_obj_id`,`skill_id`,`class_index`);
du weisst ja was du damit machen musst :P

um eine Ingame nachricht zu senden aktivierst du einfach telnet, über telnet kannst du auch einen restart/reboot countdown machen der dann automatisch ein announcement sendet und ankündigt wann der server restarted/rebooted

Um telnet zu aktivieren machst du folgendes
1. geh in den gameserver > config ordner
2. dort solltest du eine telnet.properties haben
3. öffne diese mit dem editor und kopier das hier rein (einfach den alten text überschreiben)

Code:
#Telnet is disabled by default.
EnableTelnet = true

#This is the port telnet server will bind to
StatusPort = 12345

#If the following is not set, a random password is generated on server startup.
StatusPW = somePass

#This list can contain IPs or Hosts of clients you wish to allow.
#Hosts must be resolvable to an IP.
#The format is as follows:
#ListOfHosts = 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
#Make sure there are no spaces between hosts/ips
ListOfHosts = 127.0.0.1,localhost
Wenn du das gemacht hast drückst du auf die windows start button > ausführen > "telnet" reinschreiben und auf ok drücken, nun schreibst du "open 127.0.0.1 12345" und als password somePass, jetzt schreibst du einfach "help" rein und dann siehst du die ganzen funktionen vom l2j-telnet :P
Makaveli is offline  
Old 12/17/2005, 23:27   #52
 
elite*gold: 0
Join Date: May 2005
Posts: 67
Received Thanks: 0
danke


leider kommen die fehler immer noch -.-


Code:
Could not restore character skills: java.sql.SQLException: Unknown column 'class
_index' in 'where clause'
Could not restore character shortcuts: java.sql.SQLException: Unknown column 'cl
ass_index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'field list'
Restored clan data for "GM" from database.
Could not restore character skills: java.sql.SQLException: Unknown column 'class
_index' in 'where clause'
Could not restore character shortcuts: java.sql.SQLException: Unknown column 'cl
ass_index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'field list'
Hitman is offline  
Old 12/17/2005, 23:34   #53
 
elite*gold: 0
Join Date: Nov 2004
Posts: 2,018
Received Thanks: 126
hattest du den server aus wärend du das gemacht hast oder war er an? wenn er an war dann starte ihn mal neu
Makaveli is offline  
Old 12/17/2005, 23:37   #54
 
elite*gold: 0
Join Date: May 2005
Posts: 67
Received Thanks: 0
natürlisch war er aus -.-
Hitman is offline  
Old 12/17/2005, 23:37   #55
 
elite*gold: 0
Join Date: May 2005
Posts: 67
Received Thanks: 0
Code:
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'where clause'
Hitman is offline  
Old 12/17/2005, 23:44   #56
 
elite*gold: 0
Join Date: Nov 2004
Posts: 2,018
Received Thanks: 126
hmm das ist komisch, naja machen wir besser morgen weiter, hab grad keinen kopf mehr dafür sry ^^
Makaveli is offline  
Old 12/18/2005, 02:07   #57
 
elite*gold: 0
Join Date: May 2005
Posts: 67
Received Thanks: 0
Code:
java.lang.NullPointerException
    at net.sf.l2j.gameserver.model.L2PcInstance.deleteMe(L2PcInstance.java:3
367)
    at net.sf.l2j.gameserver.clientpackets.Logout.runImpl(Logout.java:86)
    at net.sf.l2j.gameserver.clientpackets.ClientBasePacket.run(ClientBasePa
cket.java:56)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

deletedMe()
Code:
java.lang.NullPointerException
    at net.sf.l2j.gameserver.model.L2PcInstance.deleteMe(L2PcInstance.java:3
367)
    at net.sf.l2j.gameserver.ClientThread.onDisconnect(ClientThread.java:115
)
    at net.sf.l2j.gameserver.Connection.close(Connection.java:187)
    at net.sf.l2j.gameserver.SelectorThread.closeClient(SelectorThread.java:
673)
    at net.sf.l2j.gameserver.SelectorThread.readData(SelectorThread.java:442
)
    at net.sf.l2j.gameserver.SelectorThread.run(SelectorThread.java:271)

Could not restore character skills: java.sql.SQLException: Unknown column 'class
_index' in 'where clause'
Could not restore character shortcuts: java.sql.SQLException: Unknown column 'cl
ass_index' in 'where clause'
Error could not store char skills: java.sql.SQLException: Unknown column 'class_
index' in 'field list'
Could not store character shortcut: java.sql.SQLException: Unknown column 'class
_index' in 'field list'
Hitman is offline  
Old 12/18/2005, 11:47   #58
 
elite*gold: 0
Join Date: Dec 2005
Posts: 5
Received Thanks: 0
Wollte mich nochmal bedanken bei mir geht jetzt alles problemlos!

Habe aber noch ein paar fragen zu den raidbosses und allgemein zu den mobs. Die raidbosse scheinen unbesiegbar zu sein und die mobs sind irgendwie auch alle zu stark.

Wo kann ich das ändern bzw. einstellen? Und vielleicht könnte ich noch paar tipps zu den einstellungen von dir erfahren. Und was ich noch festgestellt habe, dass die hatchlings keine rüstungen etc. tragen können ... verbuggt ?



Gangstaaa
Gangstaaa is offline  
Old 12/18/2005, 12:22   #59
 
elite*gold: 0
Join Date: Nov 2004
Posts: 2,018
Received Thanks: 126
jo die pets sind noch nicht fertig, l2j arbeitet schon hard daran die fertig zu bekommen ^^

Um die raidbosse und alle anderen monster leichter zu machen gehst du in den gameserver > config ordner und öffnest die altsettings.properties, dort änderst du das hier:

# EnableMuliplierHp of mobs HP by skills
EnableRateHp = True <--- das hier auf False

speichern/schliessen und server starten, nun sollten die Raidbosse und alle monster viel leichter sein

ps: check mal bitte deine pm ^^
Makaveli is offline  
Old 12/18/2005, 14:50   #60
 
elite*gold: 0
Join Date: May 2005
Posts: 67
Received Thanks: 0
1
Code:
Bad RequestBypassToServer&#58;
java.lang.NullPointerException
    at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminEnchant.setTa
rgetEL&#40;AdminEnchant.java&#58;563&#41;
    at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminEnchant.useAd
minCommand&#40;AdminEnchant.java&#58;134&#41;
    at net.sf.l2j.gameserver.clientpackets.RequestBypassToServer.runImpl&#40;Req
uestBypassToServer.java&#58;72&#41;
    at net.sf.l2j.gameserver.clientpackets.ClientBasePacket.run&#40;ClientBasePa
cket.java&#58;56&#41;
    at java.util.concurrent.Executors&#036;RunnableAdapter.call&#40;Unknown Source&#41;
    at java.util.concurrent.FutureTask&#036;Sync.innerRun&#40;Unknown Source&#41;
    at java.util.concurrent.FutureTask.run&#40;Unknown Source&#41;
    at java.util.concurrent.ScheduledThreadPoolExecutor&#036;ScheduledFutureTask.
access&#036;301&#40;Unknown Source&#41;
    at java.util.concurrent.ScheduledThreadPoolExecutor&#036;ScheduledFutureTask.
run&#40;Unknown Source&#41;
    at java.util.concurrent.ThreadPoolExecutor&#036;Worker.runTask&#40;Unknown Source
&#41;
    at java.util.concurrent.ThreadPoolExecutor&#036;Worker.run&#40;Unknown Source&#41;
    at java.lang.Thread.run&#40;Unknown Source&#41;

Bad RequestBypassToServer&#58;
java.lang.NullPointerException
    at javolution.util.FastCollection&#036;FastIterator.next&#40;FastCollection.java&#58;
547&#41;
    at net.sf.l2j.gameserver.model.L2Character.teleToLocation&#40;L2Character.ja
va&#58;5572&#41;
    at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminTeleport.tele
portTo&#40;AdminTeleport.java&#58;370&#41;
    at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminTeleport.useA
dminCommand&#40;AdminTeleport.java&#58;146&#41;
    at net.sf.l2j.gameserver.clientpackets.RequestBypassToServer.runImpl&#40;Req
uestBypassToServer.java&#58;72&#41;
    at net.sf.l2j.gameserver.clientpackets.ClientBasePacket.run&#40;ClientBasePa
cket.java&#58;56&#41;
    at java.util.concurrent.Executors&#036;RunnableAdapter.call&#40;Unknown Source&#41;
    at java.util.concurrent.FutureTask&#036;Sync.innerRun&#40;Unknown Source&#41;
    at java.util.concurrent.FutureTask.run&#40;Unknown Source&#41;
    at java.util.concurrent.ScheduledThreadPoolExecutor&#036;ScheduledFutureTask.
access&#036;301&#40;Unknown Source&#41;
    at java.util.concurrent.ScheduledThreadPoolExecutor&#036;ScheduledFutureTask.
run&#40;Unknown Source&#41;
    at java.util.concurrent.ThreadPoolExecutor&#036;Worker.runTask&#40;Unknown Source
&#41;
    at java.util.concurrent.ThreadPoolExecutor&#036;Worker.run&#40;Unknown Source&#41;
    at java.lang.Thread.run&#40;Unknown Source&#41;

Error on network read, player disconnected? java.io.IOException&#58; Eine vorhandene
 Verbindung wurde vom Remotehost geschlossen
wie mach das das man email senden kann und empfangen kann wenn man das macht kommt in console

2
Code:
Unknown Packet&#58;22
0000&#58; 5f 00 6d 00 61 00 69 00 6c 00 73 00 65 00 6e 00  _.m.a.i.l.s.e.n.
0010&#58; 64 00 5f 00 30 00 5f 00 30 00 5f 00 33 00 5f 00  d._.0._.0._.3._.
0020&#58; 31 00 5f 00 30 00 5f 00 5f 00 00 00 30 00 00 00  1._.0._._...0...
0030&#58; 30 00 00 00 41 00 6d 00 6f 00 6e 00 6f 00 00 00  0...A.m.o.n.o...
0040&#58; 54 00 45 00 53 00 54 00 00 00 54 00 45 00 53 00  T.E.S.T...T.E.S.
0050&#58; 54 00 00 00                    T...
3
kannst du mir mal von deinem server die character_skills_save geben
Hitman is offline  
Reply


Similar Threads Similar Threads
L2J Server Emulator C2 Guide-German
12/25/2008 - Lin2 Private Server - 67 Replies
So hier hab ich mal noch ne guide wie man einen L2j C2 server macht, gibt zwar viele guides darüber aber meistens in english, so mach ich mal ne deutsche *g* Ok los gehts Zuerst saugt ihr euch folgende dinge: JAVA 1.4.2 SDK MySQL 4.0 (klickt dort auf » No thanks, just take me to the downloads!) Navicat L2J Server Nightly Build v0.5 L2J Datapack 4
L2J Server Emulator C3 Guide-German
12/31/2007 - Lin2 Private Server - 249 Replies
so nun poste ich meine C3 guide :D Die guide beinhaltet den neusten server und das neuste datapack ;) Downloadet euch folgendes MySQL (hier klickt ihr auf "» No thanks, just take me to the downloads!") JAVA JDK 1.5 Update Navicat 2005 L2j Server C3
L2J Server Emulator C3 Guide-German
08/07/2005 - Lin2 Private Server - 1 Replies
Hi wollt mal fragen obs auch ein Deutschen guid gibt der für Linux root Server is



All times are GMT +1. The time now is 02:41.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.