Jump to content

Morya

Inactive Member
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Morya

  1. 20 hours ago, BeHappy4Ever said:

    Hello Morya,

    For this issue you should run a G(OLD) command on PuTTy(Freebsd).

    Type:
    cd /var

    rm -rf db

    cd /usr/home

    rm -rf game

    If you have any issues feel free to ask me :)

    Sincerely,

    Behappy4ever

    :facepalm: This command use for delete game - db even this the problem in the client not in the server,

    and you know you are funny when you do this:facepalm:

  2. Hello there 

    When I translate any client there is problem that always make me...

    when I change the language all  coordinates got overlap,

    the same file have the same coordinates  as original local file(that have the same language)

    so where is the problem? I think there is something need to change 

    so all coordinates going to be write cause all coordinates  same as the original server 

    If any body can solve this I will be thankful

  3. 21 hours ago, Rosalia said:

    Can you tell me what client you use and if you are working on 40k sf?

    40k client but which file name I dont know...

    21 hours ago, Hik said:

    then... open "desc_client.cpp" and search:

     

    
    if (!bSentBoot)
    {
    bSentBoot = true;
    TPacketGDBoot p;
    p.dwItemIDRange[0] = 0;
    p.dwItemIDRange[1] = 0;
    memcpy(p.szIP, g_szPublicIP, 16);
    DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p));
    }
    }
    
    TEMP_BUFFER buf;
    
    TPacketGDSetup p;
    
    memset(&p, 0, sizeof(p));
    strlcpy(p.szPublicIP, g_szPublicIP, sizeof(p.szPublicIP));

     

    and change like this:

     

    
    if (!bSentBoot)
    {
    bSentBoot = true;
    TPacketGDBoot p;
    p.dwItemIDRange[0] = 0;
    p.dwItemIDRange[1] = 0;
    memcpy(p.szIP, "HAMACHI IP(NO .100)", 16);
    DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p));
    }
    }
    
    TEMP_BUFFER buf;
    
    TPacketGDSetup p;
    
    memset(&p, 0, sizeof(p));
    strlcpy(p.szPublicIP, "HAMACHI IP(NO .100)", sizeof(p.szPublicIP));

    ....recompile

     

    After a couple of minutes, channel 1 will crash, restart the whit this commnd:

     

    
    cd /root_game/channel1 && ./game

    I do not remember the procedure well, more than I can do :/

    The problem teleport from me to her :(

    she say "now I cant enter the game I choose my char then the game kick me back to the login part"

    "./game the bsd say there is no command name like this"

     

  4. 3 hours ago, Rosalia said:

    Hello Morya!

    If you want to open a server with hamachi you need portmaps too.

     

    Already did this..

    The server already avaliable to me, I enter the server and enter my acount the problem is when I choose my char the game return me to login page,

    Already install port map, turn off fire wall, in the same hamachi room

    My partner have no problem with the server she enter the game play...

    But the problem come to me

    *Im helper in her server so all thing port map... In her pc

  5. Hello there

     

    one of my friend >Sonya make Hamachi server she need me to enter the server

    I enter her Hamachi server and turn off the firewall, she give me the client 

    and here the problem she give me lexico starter(sura launcher)

    when I try to enter the server from the launcher, the server show the channel is open I enter my account, and I choose my character then the client return me to the login page 

    the sysser show no thing, the launcher when I make him ("run as administrator"),

    the game open and close in 1 second, we dont know where is the problem when we  try to open the client without launcher  I already told what already happen,

    so where is the problem here and the  fix

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.