Jump to content

Night

Inactive Member
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Everything posted by Night

  1. i try many scripts same proplem do you know how the script work?
  2. good question , maybe he means that if he can complie source or use a own complied core on hamchi server?
  3. well normaly the script just insert into the mall the item + the bonus that you want ; anyway look at your web mall script maybe there is a bug there.
  4. normaly edit : translate.lua or oxevent.lua ; you will find one of them on /locale/germany/ or both
  5. vanilla used a token/config option to define wether you will use the packge fature or not
  6. the client can not read a packet sent by the game
  7. it says 6 to 14 char if i try and it does not work then i wont even waste my time asking
  8. this mean that you have a bin or a game that does not support the other
  9. 1-change your lib folder + python27.dll with gf ones 2-your unpacking tool is one hell of an old one just too old use a new one and chose metin2dev archiver and pack them as raw or with type 1
  10. metin2 dev archiver works so far for me (however i didnt test it on gf beta client yet)
  11. take a look here : [Hidden Content] Maybe something went wrong while you were installing you freebsd vm. xlocale is not something that was made by ymir so you can find it if you search on google. for ex. : [Hidden Content]
  12. 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.
  13. most of this are warnings consider looking for a real error info : the same should be on vs or way more warnings sense there are some deprecated function (most of them are from stdio.h)
  14. 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
  15. you can even start from 0 you know. well download anything that look easy to use
  16. oh. im very sorry . well its just that the include folder are not correctly set just set them (same goes for the libs)
  17. why impossible ? but its kind of a pain just do it on freebsd
  18. maybe wrong pass or the user mt2 does not have enought rights
×
×
  • 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.