Jump to content

marialeonmar

Members
  • Posts

    251
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by marialeonmar

  1. But in case I want to use a local SVN, there arent any way?
  2. 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... :-\
  3. 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?
  4. 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
  5. Oh, I usually forgot that you have born learned :)
  6. 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 ???
  7. 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
  8. 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.
  9. I dont use eclipse, Its a compiled pack got from here ---> http://maxcheaters.com/forum/index.php?topic=222904.150
  10. Sure, here you got: Hope you know what the f4ck its happening :S
  11. Hello to all! I got an small problem: when I load gameserver, its appears an error related to olympiad. I have checked olympiad_data table but I havent seen anything special. Here is the error: If someone could help me... Thanks! PW: Using L2JServer FREYA
  12. Looks nice, hope they are trustable ::) Pw: pm sent!
  13. Hellop! :D I would like someone to recommend me a good company to get a good&cheap dedicated machine. I dont really need an awesome machine due my idea is to have 100-150 ppl on. waiting for replies, thanks !
  14. 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 :-[
  15. 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
  16. 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!
  17. 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 :-[
  18. 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
  19. 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
  20. They have changed their site in the last hour... Absolutly pathetic... 2 hours before they had same web as l2vitality...
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock