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 liurui

  1. liurui

    [Release] Iris 1.18 Single IP Setup

    Never mind~~ I think i'll figure it out soon~
  2. liurui

    Iris PServer Problem

    u can use the IP Convert tool: You must be registered for see element.
  3. liurui

    [Release] Iris 1.18 Single IP Setup

    I compile the server use my source code,but i cannot enter tutorial mode~~ i receive some MEMBER_CHECK error~~~
  4. liurui

    Iris Autopatcher

    ah~~i cannot open the link~~~
  5. liurui

    IRIS Online IP Converter Tool

    ah~~you are right~ in client,iris use constant 14400 as port unsigned long uIP = strtoul( cmdline, NULL, 10 ); unsigned long reverseIP = ntohl( uIP ); unsigned long reversePort = htonl( 14400 ); char* loginIP = NULL; in_addr addr; reverseIP ^= reversePort; addr.s_addr = reverseIP; loginIP =...
  6. liurui

    IRIS Online IP Converter Tool

    Okey~i must post mort posts to send pm~~
  7. liurui

    IRIS Online IP Converter Tool

    ~you can see that in client source code~
  8. liurui

    What do you want to know?

    yeah,but i have another problem...now when i select tutorial mode in client,after create character,connot connect to server.. i 'll figure it out tonight~
  9. liurui

    What do you want to know?

    okey~~i see~~~
  10. liurui

    What do you want to know?

    Hi,i have a question~ how to enable tutorial mode? i cannot config a gameserver run as tutorial server.
  11. liurui

    IRIS Online IP Converter Tool

    IRIS Online IP Converter Tool this tool can convert iris login ip and port to encrypt code. and resume a code to original ip and port. you can use the code to start your irisclient connect to specified ip and port. just put the code into irisclient.exe shortcut target box,like...
Back
Top