mevacrana
Members-
Posts
43 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by mevacrana
-
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
yes ! that was it! Thank u a lot dude ! -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
AND THIS IS THE LOGIN : # --------------------------------------------------------------------------- # Login Server Settings # --------------------------------------------------------------------------- # This is the server configuration file. Here you can set up the connection information for your server. # This was written with the assumption that you are behind a router. # Dumbed Down Definitions... # LAN (LOCAL area network) - typically consists of computers connected to the same router as you. # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet). # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers. # --------------------------------------------------------------------------- # Networking # --------------------------------------------------------------------------- # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname # Common settings... # 127.0.0.1 - If you are playing alone on a test server # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server. # --------------------------------------------------------------------------- # Default: 127.0.0.1 ExternalHostname = 91.132.98.167 # --------------------------------------------------------------------------- # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname. # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x. # --------------------------------------------------------------------------- # Default: 127.0.0.1 InternalHostname = 127.0.0.1 # --------------------------------------------------------------------------- # If you are behind a router which using its own local IP for Port Forwarding then set this to the routers # local IP if you want people outside your internal network to be able to connect to your server. # --------------------------------------------------------------------------- # RouterHostname = # Bind ip of the LoginServer, use * to bind on all available IPs # Default: * LoginserverHostname = * # Default: 2106 LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs # Default: * LoginHostname = * # The port on which login will listen for GameServers # Default: 9014 LoginPort = 9014 -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
HERE IS THE GAMESERVER PROPERTIES: # --------------------------------------------------------------------------- # Game Server Settings # --------------------------------------------------------------------------- # This is the server configuration file. Here you can set up the connection information for your server. # This was written with the assumption that you are behind a router. # Dumbed Down Definitions... # LAN (LOCAL area network) - typically consists of computers connected to the same router as you. # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet). # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers. # --------------------------------------------------------------------------- # Networking # --------------------------------------------------------------------------- # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname # Common settings... # 127.0.0.1 - If you are playing alone on a test server # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server. # If this IP is resolvable by the Login Server, just leave *. # --------------------------------------------------------------------------- # Default: * ExternalHostname = 91.132.98.167 # --------------------------------------------------------------------------- # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname. # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x. # If this IP is resolvable by the Login Server, just leave *. # --------------------------------------------------------------------------- # Default: * InternalHostname = * # Where's the Login server this gameserver should connect to # Default: 127.0.0.1 LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests # Default: 9014 LoginPort = 9014 # Default: * GameserverHostname = 127.0.0.1 # Default: 7777 GameserverPort = 7777 # --------------------------------------------------------------------------- # Database # --------------------------------------------------------------------------- # Specify the appropriate driver and url for the database you're using. # Examples: # Driver = com.mysql.jdbc.Driver (default) # Driver = org.hsqldb.jdbcDriver # Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver Driver = com.mysql.jdbc.Driver # Database URL # URL = jdbc:mysql://localhost/l2jdb (default) # URL = jdbc:hsqldb:hsql://localhost/l2jdb # URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password = URL = jdbc:mysql://localhost/l2jdb # Database user info (default is "root" but it's not recommended) Login = root # Database connection password Password = root # Default: 100 MaximumDbConnections = 100 # Default: 0 MaximumDbIdleTime = 0 # --------------------------------------------------------------------------- # Misc Server Settings # --------------------------------------------------------------------------- # This is the server ID that the Game Server will request. # Example: 1 = Bartz # Default: 1 RequestServerID = 1 # True = The Login Server will give an other ID to the server if the requested ID is already reserved. # Default: True AcceptAlternateID = True # Datapack root directory. # Defaults to current directory from which the server is started unless the below line is uncommented. #DatapackRoot = C:/Work/tmp/DataPack # Define how many players are allowed to play simultaneously on your server. # Default: 100 MaximumOnlineUsers = 100 # Minimum and maximum protocol revision that server allow to connect. # Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision. # Default: 83 MinProtocolRevision = 1 # Default: 87 MaxProtocolRevision = 999 # --------------------------------------------------------------------------- # Misc Player Settings # --------------------------------------------------------------------------- # Character name template. # Examples: # CnameTemplate = [A-Z][a-z]{3,3}[A-Za-z0-9]* # The above setting will allow names with first capital letter, next three small letters, # and any letter (case insensitive) or number, like OmfgWTF1 # CnameTemplate = [A-Z][a-z]* # The above setting will allow names only of letters with first one capital, like Omfgwtf # Default .* (allows any symbol) CnameTemplate = .* # This setting restricts names players can give to their pets. # See CnameTemplate for details PetNameTemplate = .* # Maximum number of characters per account. # Default: 7 (client limit) CharMaxNumber = 7 -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
I also tried changing the RequestServerID. It was 1 And the server i launched is named Sieghardt So i guess the RequestServerID should be RequestServerID = 2. I tried with 2 but still nothing. -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
Nope... i tried it it still doesnt work. the ping tho isnt 9999. Any other ideas ? -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
Well finally after all i think i managed to get the right IP's. My friend can go through the logic window succesfully but he cant get through the Server window. Any ideas ? -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
nope.. i dont stuck there... it just doesnt go through the login at all -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
Well... it still doesnt wanna go through the login screen. i guess i need to modify some more IP's... If anyone can be a bit more specific it could help. -
About IP's in login/server properties.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
So i replace just the external IP, the internall stays as it is right ? -
About IP's in login/server properties.
mevacrana posted a question in Request Server Development Help [L2J]
Im trying to let other ppl log into my server but i keep messing the IP's that i have to insert. Id appreciate a lil help here. Thank u. -
Error on the gameserver launcher.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
nope... I still get the same thing. The gameserver launcher skips a lot of items for some reason. -
Error on the gameserver launcher.
mevacrana posted a question in Request Server Development Help [L2J]
Hello everyone, Ive been trying to launch the gameserver and this is what shows up: Any ideas? :-\ Thank you. -
Issue with the database installer.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
Sure go ahead ! -
Issue with the database installer.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
Ye this is it...: After the 1st F that i take as an option it goes right here: And this is not what the guide says. -
Issue with the database installer.
mevacrana replied to mevacrana's question in Request Server Development Help [L2J]
Ur right my bad.. i think the problem was a bit later on. Ill continue with it and tell u. -
Issue with the database installer.
mevacrana posted a question in Request Server Development Help [L2J]
Well here it is... I tried to launch a server using the guide : http://www.maxcheaters.com/forum/index.php?topic=50068.0 I followed it step by step and when it come to the part of the database installer i dont get what i am supposed to get as the guide mentions. this is what i get : . I am sure i followed i right and carefully. Any suggestions? Thank u. -
the reasons are that the server had 3 clans on its launch that left soon after due to it being a "inbetween" server for them the server is only 1 month old ish the Gms are not on a lot at the moment as they are all busy doing the coding for the epilogue. they were on a reasnoble ammount before - however they simply blank QQers . All i am saying is this is the best maintained server for its rates around. but without commitment from you the players this server is struggling.
-
quick note - im a player and not the owners of these servers - however from what i have seen the guys running the servers are some of the best ive seen at fixing bugs and coding that i have seen in a long time. edit # i have removed the l2j - as i believe they are doing their own coding a combination between l2j and official. #edit removed rates from title >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> GAME-LS has 3 Servers to present to you All 3 will very shortly be upgrading to epilogue final. links Main Site - http://www.game-ls.com/ Phoenix - http://phoenix.game-ls.com/ Luna - http://luna.game-ls.com/luna/ Desparion - http://desperion.game-ls.com/ Forums - http://www.forum-ls.com/ ////////////////////////////////////////////// Phoenix 20x Server Here are the Server settings. These configurations are intended to make the gameplay stable and equal to every player. Please don't ask to change these attributes. Server Rates: - 20x >> XP, SP - 15x >> Adena, Drop, Spoil - 10x >> Raid Drop (except Boss Jewels), Fishing, Quest Drop and Reward MP regeneration bonus +50% Clan Hall Buff Duration: 40 minutes Dances and Songs last for 10 minutes Custom Shop at Giran sells: Soul/Spirit shots till grade B Crystals till grade B DualCraft Stamp Elixir of Mental Strength (all grades) wiht 10 minutes of reuse time Common Exchanger at Giran for A grade Common Items Delevel NPC for Pg and Pets in Giran Wedding Manager in Giran Permanent Events: Medal Collector (rewards: Potions, Blessed Scrolls) Trick or Transmutation (retail like event with Alchemist Chest prizes) Master of Enchanting (only drop from Mobs) Hearts Collecting (for minigame and Formal Wear) All other parameters are retail like. MultiBoxing allowed - however this may be subject to change. //////////////////////////////////////////////// Luna 3x Server Rate: XP: 3x (+ Vitality bonus) SP: 3x (+ Vitality bonus) Adena: 1x Drop: 3x Raid Drop: 3x Spoil: 3x Manor: 1x Quests : 1x Vitality rates: (retail like) Drop system: - items (retail) - adena (autoloot) Class Quest : retail Subclass Quest: retail Noblesse Quest :retail Excellent fixes ( just try the server and you'll see) Offline mode for private sell & craft Full Geodata & PathFinder International community, English speaking server //////////////////////////////////// Desparion Faction Server Free Subclass (3 total) Rebirth System weapons/armour free up to A grade Constantly running events - Olympiad: - Every Monday at 7:00 am oly will ends and new heroes will be done. Golem War Gold of Einhasad nb. cant tell you much about it in terms of rates etc as i havent played on this one.
