Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by Justei

  1. Justei

    Bango Server Emulator for Linux [C++]

    I have worked with servers quite a bit for the last couple of years, and I agree with the previous poster that async sockets are definitely the go-to solution pretty much everyone uses. Threads could work, but I think it's a risky thing to rely on :). But then again, unless you plan on this...
  2. Justei

    Bango Server Emulator for Linux [C++]

    While documentation is great and all, this project isn't really that complex, it's actually quite straightforward. Took me (and I'm not even that experienced) maybe 20 minutes to go through the whole thing and start adding stuff...
  3. Justei

    Bango Server Emulator for Linux [C++]

    Makes sense, I've just been sniffing instead but I guess that's not as efficient :P. I'll await your list then :).
  4. Justei

    Bango Server Emulator for Linux [C++]

    I actually did a clean pull this morning and it still segfaults on that line :), at least it does for me! Try summoning mob id 250 and dying, that crashes it for me at least. With my fix it doesn't crash anymore. Haha yeah I figured as much, looking over your code it's pretty similar to mine...
  5. Justei

    Bango Server Emulator for Linux [C++]

    It definitely looks like you just opened Nano and not a specific file with nano. Nano is just a editor, like notepad. You need to specify what file you want it to open. BTW: @You must be registered for see element. you should make a list of things you would like added, but aren't working on...
  6. Justei

    Bango Server Emulator for Linux [C++]

    Alright I'll revert my changes then :). It's a nice framework tho, good job so far! Really easy to add stuff :).
  7. Justei

    Bango Server Emulator for Linux [C++]

    So I added so you can kill mobs, however I don't have the packets for behead anim etc. So I won't commit it, lol. Also, the tick with the mobs is quite slow. So sometimes the mobs can just stand there for a long time and not react to you.
  8. Justei

    Bango Server Emulator for Linux [C++]

    This has nothing to do with the actual emulator, I would say google will have your answer :). On another note: Started to mess around with the code, it's quite fun to add stuff :)!.
  9. Justei

    Bango Server Emulator for Linux [C++]

    That did it! :) I'll mess around with it more tomorrow once I have more free time after work. Looks great so far!
  10. Justei

    Bango Server Emulator for Linux [C++]

    Just to make sure I'm not messing something up. Can you upload your client? I am running 64 bit win 7 tho, so that could be why I guess. I'm also downloading Windows 10 to verify it's not my emulator setup, but considering how extremely simple it is, and the fact that it does connect I don't...
  11. Justei

    Bango Server Emulator for Linux [C++]

    I'll try to test the client fix this week :) maybe tomorrow. Edit: Tried it today after work and it's still not working 100%, basically it lets me start the game but once I get into the login screen and try to login it just doesn't do much more after that :). It does establish a connection with...
  12. Justei

    Bango Server Emulator for Linux [C++]

    Whenever you get it running on Windows 7 I'll muck around with it as well :). Could be a fun sideproject.
  13. Justei

    Bango Server Emulator for Linux [C++]

    Haha well at least on the Steam version I wasn't able to disable XTrap (and still play) that way, however I was able to bypass it and still play in other ways (I wont post it here since well, the less people that know the better, but if you're interested I can tell you in private). I guess...
  14. Justei

    Bango Server Emulator for Linux [C++]

    Since it's XTrap is it just to disable xtrap? Memory patterns should be quite simple if it's needed. But if it's just 6 addresses... I'm kind of curious once the new class hits to mess around with that :).
  15. Justei

    Bango Server Emulator for Linux [C++]

    That's what I thought (regarding the dll). That's exactly right, I'm on Win 7 :). Maybe the new client will work, since it does when I played on Steam etc :). How new is the client?
Back
Top