Hi, I'm fighting for a few days with the problem of combining login <=> game server.
Potential testers reach only a selection of server, referred to as the game gets stuck. the whole is mounted on 2 "home made" Servers. by the lack of permanent IP using the no ip address without - because it kind of makes problems. servie at No. 1 is the SQL database and Login to 2 GS is faster machine. within the network you can log in without a problem and even play. all is possible without using ipconfig.xml.
short info
ipserv wen ip4 192.168.1.6 - login and sql (with it do not have any problems so you can get around)
Router funbox .... Orange. UPUP off. assigned fixed IP addresses. open ports 7777,9014,2106,80. as the main serv gracefully from the network (this option in the router) and serv with sql login and for it installed no-ip. every servie in the internal firewall enabled required ports
MainGS serv is 192.168.1.10 and it is GS
Sample no-ip name servah5.ddns.net
could someone explain to me here or at what anything else communicator how to eliminate my problem, how to properly fill ipconfig.xml because editing 2 files in the login and GS is unnecessary, according to the new settings l2j only now that I can play and test yourself ..
so sorry for txt i use dam google translator . pls help
You always find a way to lower the bar.
Consistency matters.
I admire your dedication to being completely unaware of how little you matter.
at least you are not entirely useless you can always serve as a bad example
I already finished my panel for change name and gender, anyway need restart, im used schema
$stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?");
for change name... also for change gender i used
if ($race == 5) // Kamael race ID; modify this value as per your database
{
$error = "Gender change is not allowed for Kamael race characters.";
}
else
{
$stmt = $conn->prepare("
UPDATE user_data
SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0
WHERE char_id = ? AND account_name = ?
");
Sorry no idea how to add cached update in myext64 about, not have any solution for this yet compatible to myext64 code.
This is my panel make in php http://177.73.143.43:8080/account/
Cool panel for me, without experience in any code. Without help from any people here 🙄
Question
Dreyko
Hi, I'm fighting for a few days with the problem of combining login <=> game server.
Potential testers reach only a selection of server, referred to as the game gets stuck. the whole is mounted on 2 "home made" Servers. by the lack of permanent IP using the no ip address without - because it kind of makes problems. servie at No. 1 is the SQL database and Login to 2 GS is faster machine. within the network you can log in without a problem and even play. all is possible without using ipconfig.xml.
short info
ipserv wen ip4 192.168.1.6 - login and sql (with it do not have any problems so you can get around)
Router funbox .... Orange. UPUP off. assigned fixed IP addresses. open ports 7777,9014,2106,80. as the main serv gracefully from the network (this option in the router) and serv with sql login and for it installed no-ip. every servie in the internal firewall enabled required ports
MainGS serv is 192.168.1.10 and it is GS
Sample no-ip name servah5.ddns.net
could someone explain to me here or at what anything else communicator how to eliminate my problem, how to properly fill ipconfig.xml because editing 2 files in the login and GS is unnecessary, according to the new settings l2j only now that I can play and test yourself ..
so sorry for txt i use dam google translator . pls help
15 answers to this question
Recommended Posts