Can anyone guide me with my l2 server with setting up my ips i can connect on the internal ip but no one else can connect on the external ip and my internet provider says that they dont block any of there ports.
Game Server
# Enter here (ip) address of your game server, or use the symbol *
GameserverHostname = *
GameserverPort = 7777
# Configure your external ip
ExternalHostname = 108.60.233.51
# Configure your internal ip
InternalHostname = 192.168.1.4
# Bunch ID and game server. It is better not to change.
LoginPort = 9014
LoginHost = 192.168.1.4
Login Server
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 108.60.233.51
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.1.4
# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = 108.60.233.51
LoginserverPort = 2106
# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 20
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600
GMMinLevel = 100
# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname = 192.168.1.4
# The port on which login will listen for GameServers
Can someone help me disable the following emitters?
I managed to disable emitter181 but I can't find the emitter for the rest of the effect.
Information:
I use the Client: 273 Freya High Five
I view the map with Unreal Editor
Sample MAP 24_18.unr
L2PE to disable the emitter
L2SMR to get the emitter location and compare
The effects I want to disable are related to the structure of the kamael that are usually in most cities.
I only managed to disable emitter181, which corresponds to the eye and its effect:
when disable emitter181 It looks like this to me:
i need to remove the rest of the effect but I don't know how to find the number of the corresponding emitter
I hope you can help me
Thanks
I apologize for my incompetence. The ability to trade is limited only for builder 1. Ordinary characters can trade with each other, and this has nothing to do with auto loot.)
Question
HollowTips
Can anyone guide me with my l2 server with setting up my ips i can connect on the internal ip but no one else can connect on the external ip and my internet provider says that they dont block any of there ports.
Game Server
# Enter here (ip) address of your game server, or use the symbol *
GameserverHostname = *
GameserverPort = 7777
# Configure your external ip
ExternalHostname = 108.60.233.51
# Configure your internal ip
InternalHostname = 192.168.1.4
# Bunch ID and game server. It is better not to change.
LoginPort = 9014
LoginHost = 192.168.1.4
Login Server
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 108.60.233.51
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 192.168.1.4
# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = 108.60.233.51
LoginserverPort = 2106
# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 20
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600
GMMinLevel = 100
# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname = 192.168.1.4
# The port on which login will listen for GameServers
LoginPort = 9014
This is how its set up anything wrong
3 answers to this question
Recommended Posts