Jump to content

DrHouse__

Members
  • Posts

    64
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DrHouse__

  1. Have you changed port on client side or are you using a port forwarding service from no-ip?
  2. Completly agree. Please, try to be more sensible when starting a new project and going public. Many people can wrongly trust you and ruin their servers. I'm sure you'll become a good dev after studying hard sun java tutorial and getting familiar with l2j source code but, for now, I would just work privately or place a huge warning like "we dont certainly know what we are doing" in your main page
  3. Imho this can be done with simple shell script, no need to go visual here
  4. You can run as many loginservers and gameservers that your machine physically allows. However, l2 client always connects to same port (2106) so your machine needs 'n' different ip addresses in which the 'n' loginservers can bind in that port. You can also mod the client (which is illegal) so it connects to other port different from 2106. This way you dont need different ip addresses, just make each loginserver to bind on different port with same ip address.
  5. It is funny how guys with poor knowledge like you laugh at guys with just a little less knowledge (well... I dont really know if you can code a "hello world" in vb). You just cannot afford laughing at this guy
  6. I recommend you to use ti.ttle as a summary of the topic. Such kind of titles make everyone evade your thread due to "noob alert", so less chance for you to be helped
  7. Just add to it a little svn client to check out sources instead of external download and your program will go further than kingstyle knowledge
  8. Well... no need to use l2phx, you can use any sniffer and then decode the data or code your own sniffer to automatically decode the data
  9. Well, with connection I mean connection between sockets, just basic network connection
  10. mm? getting problems really? Just disable unk packet log or filter out ips requesting new connection to loginserver/gameserver too fastly
  11. That's why you should not use navicat =) It saves you some work but also it prevents you to know how things really work. So when a problem comes up, like this, you have 0 experience to work it out. I recommend you to read mysql user guide easy fix: do what Nik said good fix: use a shell script to do it
  12. Cant remember, try following givebuffs bypass
  13. Omg... some piece of the code is trying to register a shutdown hook when shutdown is already in progress. Bad design, programmer fault and you'll need to edit your sources to fix it almost 100% sure
  14. [spanish] Te han bajado el karma por spamear y por hablar inglés incomprensible. Intenta buscar un traductor mejor o sencillamente dedícate a leer hasta que logres hablar inglés mejor. Contacta por PM si tienes más dudas[/spanish] You got your karma points down due to bad english and spam. Try to find a better translater or just read until your english becomes clear enough to be human readable. Use pm message for further information
  15. If you are synchronizing daily you can do it as Matim said although you'll get bored of it quite soon ;D You can do this, for instance, using eclipse: 1) Check out both projects you want to synchronize 2) Highlight them using ctrl+leftclick in the name of the project 3) Right click in any of them and choose Compare with -> Each other 4) Merge all differences into your project using eclipse comparing tool This is just a way ;)
  16. uhmm sorry I missunderstood your problem ;) So you forgot root password right? Ok, here is a little trick: 1) Stop your mysql service 2) Start the server with --skip-grant-tables 3) now you can log in without password (user root and no pass). Set new root password 4) you are done =) EDIT: Just in case you dont understand my explanation, I found a (actually tons of them) tutorial(s) for you in google (keywords = "mysql forgotten root password") http://www.howtoforge.com/reset-forgotten-mysql-root-password
  17. Check my last post in this thread http://www.maxcheaters.com/forum/index.php?topic=78827.0 There are problems in mysql win installer, paths are wrong
  18. Imho he felt so much shame when he published the other non working program that he is trying to clean his "honor", somehow trying to fix the huge disappointment he caused in the past.
  19. omg... Hey, think about this: Imagine I completly remove all HTMLs and Quests from DP. Also I rename all skills and everything which can be considered as a "copy" of what NcSoft developed. In my web I remove all images/sounds/texts/names which could be copyrighted by Ncsoft. Finally, in my web I publish the network protocol (just a link to l2jserver web site :P) of how my server works and also I publish a list of programs that "seems to be working". L2Walker, L2Net and L2 NcSfot official client. Is there anything illegal here? ... no ... Where is the illegal side? Only players can be illegal here, but only depending on their country and respect of EULA. L2J server is a program written from scratch, totally original. Actually with few changes any team could turn it into an abstract mmo gamming framework... If NcSfot could shut us down (L2JServer.com) they would have already done it. Conclusion: L2J core - 100% legal L2J datapack - ;D depends Using client in other server than official/modding client - depending on the country Hosting L2JServer - Depends on who stupid you are modding the client or using copyrighted stuff
  20. I really dont understand what "preconfigured pack" means, since almost all projects includes a basic default configuration, which makes binaries almost ready for plug-and-play. Maybe some npcs? faction based? some events? Imho any server whose admin/developer needs a "preconfigured pack" to implement npcs, to create a faction engine, etc... has very poor chances to succeed and become important. Running a server and make it really worth to play is a difficult task which requieres experience and lot of additional knowledge: programming, management, ...
  21. :S I dont remember if in interlude ncz0ft had already implememted akamanah. If they hadn't you'll have to mod the client to add weapon texture and index it into weapon list Server side look for any config about cursed weapons (maybe is a matter of chance). Also, I dont know if L2 Dot project has them implemented so maybe you'll have to code support form them (not difficult though)
×
×
  • Create New...