Jump to content

Night

Inactive Member
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Posts posted by Night

  1. This realy depend :

    If its your complied core then you did something wrong

    Or :

    >gmake clean // delete the old game - obj files

    >gmake -j20 // complie the src again

    If its someone complied core then change then the only thing that i have in mind is that :

    While decomprsing / downloading or something like this something was wrong

    Or filezilla/winscp/freebsd/something in your pc , is changing something on this game core

     

    Well good luck from here on out i dont have a real solution for this.

  2. do this :

    first open the config file on the db (or any ch) :

    you will find a line like this :

    PLAYER_SQL: localhost metin2 password player
    

    open mysql one ssh :

    mysql -p
    

    write the password :

    then

    GRANT ALL PRIVILEGES ON *.* TO 'metin2'@'localhost'
    IDENTIFIED BY 'password' WITH GRANT OPTION;
    

    change 'password' with the password you have on the config file thats all.

    it should work

    info :

    to exit mysql on ssh use :

    quit
    
    • Metin2 Dev 1
    • Love 2
×
×
  • 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.