-
Posts
64 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by DrHouse__
-
[Help] 2 different servers in same server machine.
DrHouse__ replied to MeVsYou's question in Request Server Development Help [L2J]
Have you changed port on client side or are you using a port forwarding service from no-ip? -
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
-
[Help] 2 different servers in same server machine.
DrHouse__ replied to MeVsYou's question in Request Server Development Help [L2J]
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. -
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
-
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
-
[Help] Dragon Hunter packet fix
DrHouse__ replied to ExTrEmEDwarf's question in Request Server Development Help [L2J]
Well, with connection I mean connection between sockets, just basic network connection -
[Help] Dragon Hunter packet fix
DrHouse__ replied to ExTrEmEDwarf's question in Request Server Development Help [L2J]
mm? getting problems really? Just disable unk packet log or filter out ips requesting new connection to loginserver/gameserver too fastly -
How can i execute many sqls together???
DrHouse__ replied to -Mr.CuTe-'s question in Request Server Development Help [L2J]
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 -
Cant remember, try following givebuffs bypass
-
yep
-
[HELP] DEVS LOOK
DrHouse__ replied to ●яєαℓѕтуℓє●'s question in Request Server Development Help [L2J]
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 -
[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
-
[Help]How to sync your own svn with original
DrHouse__ replied to notfound's question in Request Server Development Help [L2J]
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 ;) -
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
-
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
-
[PREVIEW] L2J Server Attacker Version 2
DrHouse__ replied to DragonHunter's topic in Hacks & Cheats [English]
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. -
[PREVIEW] L2J Server Attacker Version 2
DrHouse__ replied to DragonHunter's topic in Hacks & Cheats [English]
Script kiddy -
NCSoft Message: L2J is Illegal as L2OFF !
DrHouse__ replied to Huntєr's topic in Server Development Discussion [L2J]
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 -
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, ...
-
[Help]How to add Akamanah - Zariche to my server (drops)
DrHouse__ replied to Traffic*'s question in Request Server Development Help [L2J]
: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)