-
Posts
251 -
Joined
-
Last visited
-
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by marialeonmar
-
How I can add java codes to that?
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
But in case I want to use a local SVN, there arent any way? -
How to compile with Eclipse.
marialeonmar replied to ExTrEmEDwarf's topic in Server Development Discussion [L2J]
Not :D Im triying to compile a local source, I mean, I got the source files in my computer in that routes (file:///C:/Users/Usuario/Desktop/Source/L2J_Server/ & file:///C:/Users/Usuario/Desktop/Source/L2J_DataPack/), and when I write one of them I get that error... :-\ -
How to compile with Eclipse.
marialeonmar replied to ExTrEmEDwarf's topic in Server Development Discussion [L2J]
Really nice guide but... Im triying to compile a local source and when I try to add the svn repository appears that: Maybe is related with windows privileges? Dunno... Any help? -
How I can add java codes to that?
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Well nice, in that case maybe you have borned learned or you had so much knowledge before joining this forum, really, gz. But I havent, and since thats my first try on eclipse and I dont know so much, I will probably make stupid questions until I compile succesfully a pack for first time. Returining to the topic ,when I try to put the SVN repository I put file:///C:/Users/Usuario/Desktop/Source/L2J_DataPack/ and file:///C:/Users/Usuario/Desktop/Source/L2J_Server/ but I get this error: Any ideas about that? Thanks -
How I can add java codes to that?
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Oh, I usually forgot that you have born learned :) -
How I can add java codes to that?
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Check my post carefully, I am asking that once I have the source in my computer, how I can add codes on it... Or I have to compile it first ??? -
How I can add java codes to that?
marialeonmar posted a question in Request Server Development Help [L2J]
Hello to all mxc! First of all say that this is my first experience with eclipse. I have downloaded This pack and it has inside a source folder. Well, if I want to add java codes on it, what I have to do exactly? since I know, is not the same as compile a pack. If some could take me some clues... I would be really pleasured! Thanks in advice -
[HACK] Any Lineage ][ server[HACK]
marialeonmar replied to K4rmaArr0ws's topic in General Discussion [English]
A guy with ballz. Davis, this service should be stopped cause you are destroying otherones work, and thats too low. Also, I hope that when you make a server you be hacked and fucked as you do with the other ones. -
[HELP] Error in the gameserver (olympiad related)
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
I dont use eclipse, Its a compiled pack got from here ---> http://maxcheaters.com/forum/index.php?topic=222904.150 -
[HELP] Error in the gameserver (olympiad related)
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Sure, here you got: Hope you know what the f4ck its happening :S -
[HELP] People cant log in
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Nobody? -
[Another way][NO PTC, OR SURVEYS] Make money online!
marialeonmar replied to K4rMa's topic in Monetization General Discussion
Looks nice, hope they are trustable ::) Pw: pm sent! -
[HELP] People cant log in
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Bump! -
[HELP] People cant log in
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Hello again: As I told you, I have made a screen with the error shown when I change what you have told me: Hope someone knows whats fucking is happenin :-[ -
[HELP] People cant log in
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
I have alredy tried that, but gs shows an error. Atm im at work, when I arribe home i will show you it. Relates to firewall, its deactivated and i have even added some exceptions on it for the ports that l2 uses. Thanks -
[HELP] People cant log in
marialeonmar replied to marialeonmar's question in Request Server Development Help [L2J]
Nobody? :-[ -
Good night to all MxC members: I hope someone here can bring me the solution to that problem that I have been triying to fix for almost one week without success. I have created a server in my computer, all succesful. I can enter on it with the local ip in my .ini (127.0.0.1). But when I try people to log in, they cant (I send them the .ini with my external IP). Usually, the basic requirements are open ports and edit server/login.properties and ipconfig.xml and deactivate anti virus and firewall. I called my internet company and they opened the ports for me, so that is done right. I suppost that the problem is in my .properties files or in other thing that I dont know. Does someone know what could be the problem? I share my properties files and ipconfig.xml: Login server properties: # --------------------------------------------------------------------------- # 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 # --------------------------------------------------------------------------- # Bind ip of the LoginServer, use * to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: * (0.0.0.0) LoginserverHostname = * # Default: 2106 LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: * (0.0.0.0) LoginHostname = * # The port on which login will listen for GameServers # Default: 9014 LoginPort = 9014 Game server 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 # --------------------------------------------------------------------------- # Where's the Login server this gameserver should connect to # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # 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 # Bind address for gameserver. You should not need to change it in most cases. # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: * (0.0.0.0) GameserverHostname = * # Default: 7777 GameserverPort = 7777 Ip config.xml: <?xml version="1.0" encoding="UTF-8"?> <!-- Externalhost here (Internet IP) or Localhost IP for local test --> <gameserver address="Here I got my IP" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /> </gameserver> If someone helps me, I will not know how to thanks him the help provided :-[ Thanks to all the future replies!
-
Hello to all MxC! Im fucking nervous: When I got up this morning and logged into my server machine, someone had attacked me. My database and server files were erased. I have and l2j freya server (low rates if thats mind, I dont think so). How this could be!!? How someone has access to my dedicated? Im the only one who knew the machine pwd and the db was protected with a strong pwd. I have the web in the same machine as server, could be for that? Anyway, I would need any typs to prevent that again. Waiting for replies asap :-[
-
Hello to all! I would like to know exactly wich ports does the Lineage II uses. I have seen a lot of them but I have heared that only 2 or 3 are needed... Thats true? Wich are used exactly? Thanks and waiting for reply
-
Char @ LII Toxic x50 (SUPER PRICE)
marialeonmar replied to marialeonmar's topic in Marketplace [Items & Chars]
Bump! -
Lineage II Extensive x3000 PvP Server. Grand Opening : 5/1/2012!
marialeonmar replied to Dulens.'s topic in Private Servers
Oh really? What will you do with maestro in a pvp? Craft them a s grade item and present it to them so they let you win? lol -
Char @ LII Toxic x50 (SUPER PRICE)
marialeonmar replied to marialeonmar's topic in Marketplace [Items & Chars]
Bumpy! -
Server Interlude x3000! +100online Join Us
marialeonmar replied to radu33's topic in Private Servers
They have changed their site in the last hour... Absolutly pathetic... 2 hours before they had same web as l2vitality...
