Jump to content

Naminator_X_

Members
  • Posts

    7
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Naminator_X_

Profile Information

  • Gender
    Not Telling

Naminator_X_'s Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hey there guys! Lately I decided to train my C++ skills and see what's new in the language (C++11) so I tasked myself with a simple project. L2 Authentication server which would work with the L2J Gameserver. It is personal project, I won't be releasing any sources or anything or claim that what I'm doing is better than its Java counterpart - no. It's personal project out of curiousity, that's about it. Now onto the problem :< So I decided that my targetted expansion would be High Five, I downloaded the client and since L2World was on first place at hopzone I downloaded their system folder, then I downloaded L2FileEdit (OP program, beats manually typign l2encdec anyday :P), opened their L2.ini and the "ServerAddr" says "localhost", now ... if that was true, the game would connect to my auth server on port 2106, but it doesn't, instead it goes to L2World's login server. Then I thought to myself, okay, maybe these guys are actually skilled and modded the client so it would connect only to their server regardless of what is written in L2.ini. I decided to save the headache and went on with another server's system folder. Same thing, but this time the ServerAddr directive was saying the default L2 ServerAddr, that "l2authd....." so I editted my HOSTS file for this address to point to my local IP, same shit, the client went on to connect with the actual server. I got a little bit pissed at this point, sooo I went on and downloaded RaidFight's system folder, knowing that they have a clean L2.ini and require hosts manipulation, but this way the game crashes >.> Soo ... is there any new trick in routing the game servers beside the L2.ini manipulation, or I'm doing something wrong :< How can I make my High Five client to connect locally at 127.0.0.1/localhost x.x
  2. Thank you ! Already extracted the TGAs and batched the dedicated server to convert them into PNG :P Man you are a life savier
  3. Hello there guys. I'm making a clan website warehouse. In this website everyone can claim an item from the warehouse etc etc. As I am a webdev for a living i decided to make it more ... intuitive ! Soo I wrote a mini jQuery plugin that looks as if you are taking the item out of clan warehouse to your invertory. It's pretty cool effect I really like it ... yet I'm missing item icons xD I looked all around google I found plenty of programs ... for interlude. Yet i need the new icons like new r grade lifestones armors materials etc etc. And i need that for goddess of destruction. Thanks in advance
  4. FFS learn to write better php scripts. If you are lucky to have 200k registrations (doesn't matter fake or not) this PHP script will lag you so god damn much. You never close to sockets either you just keep them open until the script executes which lags the server even more because it's expecting packets from incoming connection. For the sake of your server - do not use such scripts without at least a file cache with file locks until it refreshes. I felt like this is a script from a guy that is doing php for less than a week. It would be sad if you are using PHP for more than a week :X As dreigon said ... i could easily use my linux machine's ab to send 1000 simultaneous requests and your server will be down :X Generally it's a bad idea to have a running website on the same machine. Websites and webservers are not to be toyed with. They eat resources too and they eat them a lot. There's more to that topic but i'm lazy to write how the http protocol works what APIs you could write and etc. Please don't use scripts without at least a simple cache :X
  5. Paladin +8 dex ? yeah sure :o ;D You know that the maximum addition of an attribute is 5 ... right ?
×
×
  • Create New...