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 Milice

  1. Milice

    Is there still interest in Gunz 2 emulation?

    For real? Got a link for it? I'd love to check it out. That pretty much sounds like the perfect scenario.
  2. Milice

    Is there still interest in Gunz 2 emulation?

    You mean the alpha source code? As nice as it is to have the code available i feel like it's such an old version of the game that to get to its current state you'll probably be better off modifying the current client and writing a server from scratch
  3. Milice

    Is there still interest in Gunz 2 emulation?

    Hi there fellow ragezoners! From as far as i can tell, Gunz 2 never really took off and the original Gunz is the most active, especially when looking at server emulation. This is probably at least partially due to the fact that there are no public Gunz 2 leaks newer than the alpha version. I...
  4. Milice

    Wine compatible EME launcher

    The other day i tried playing TERA on Linux only to notice that the launcher will not work so i wrote my own little launcher, it does not update the game yet but it authenticates your en masse account and launches the game so you can play. Launcher for anyone wanting to get TERA to work in wine...
  5. Milice

    shop tera

    Well, i'm writing a server emulator in C++ that is going to be cross-platform compatible (hostable on both windows and unix systems). It's still in very early stages and the code is messy but will most likely be publicly available when i find the time to finish it, currently using EU 80.04 client ;)
  6. Milice

    shop tera

    Well, my example is from my own project and not any publically available source (yet) so you can't jusr copy-paste it. If you provide more information of what software you're using it's easier for anyone to help you. Cheers
  7. Milice

    shop tera

    Here's a snippet from my server i'm working on as an example: void Protocol::openShopWindow(std::string link) { Packet outPacket; outPacket.add<uint16_t>(S_SHOW_AWESOMIUMWEB_SHOP); outPacket.add<uint16_t>(6); outPacket.addStringLong(link); sendPacket(outPacket); } On...
  8. Milice

    GunZ 2 Alpha Source Code

    Anyone still have the files?
  9. Milice

    GunZ 2 Rendezvous Server Files

    No way we could maybe get the sources and continue with the development? Cheers.
  10. Milice

    [Release] GunZ 2 Standalone Edition - Play Local!

    Thanks a lot. does this include everything needed?
  11. Milice

    [Release] GunZ 2 Standalone Edition - Play Local!

    Well, i would like this cuz sometimes my internet connection is simply sheit and it would be an amazing way to practice moves without all the lag.
  12. Milice

    ZPostShot

    #define ZGetGameAddr 0x4B9730 #define ZBypassAddr 0x5A1817 #define ZNewCmdAddr 0x4D1D60 #define ZPostCommandAddr 0x4D1E20 #define ZUnknownOneAddr 0x5A2CA0 #define ZUnknownTwoAddr 0x63C5F2 #define ZUnknownThreeAddr 0x517110 #define ZUnknownFourAddr 0x5195B0 void __declspec(naked) ZPostShot(float...
  13. Milice

    need image editor

    you can always try gimp, its photoshop-like free program
  14. Milice

    Ascent [Release] Ascent Simple Cms V2

    Dude. nice ;D but Rapidshare sux.. Rapidsux ;p
  15. Milice

    L2J [Help] Loginserver Port in Client

    i can't connect by my self ;p i made it one time but its wrong client checksum it says.. but try look after 7777 :2gunsfiring_v1:
Back
Top