Jump to content

Volkan

Member
  • Posts

    12
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

Informations

  • Gender
    Male
  • Country
    Poland
  • Nationality
    Polish

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Volkan's Achievements

Enthusiast

Enthusiast (6/16)

  • Collaborator
  • First Post
  • One Year In
  • One Month Later
  • Dedicated

Recent Badges

89

Reputation

  1. Little update - the belt inventory button looked weird, now it's fine [Hidden Content]
  2. you can remove - LIBS += -lmysqlclient -lz -lzstd LIBS += /usr/local/lib/mysql/libmysqlclient.a /usr/lib/libz.a /usr/local/lib/libzstd.a # OpenSSL INCDIR += -I/usr/include # Boost INCDIR += -I../../../extern/include/boost # DevIL INCDIR += -I../../../extern/include/devil/IL libzstd.a from extern and i will change libIL later link updated
  3. change this in the auth and channels config BIND_IP: hamachi ip .100 PROXY_IP: normal hamachi ip remove # from the beginning
  4. desc_client.cpp is in source winscp - /usr/metin2/server/src/game/src/ in default Reference src
  5. in src/game - desc_client.cpp find memcpy(p.szIP, g_szPublicIP, 16); and change to memcpy(p.szIP, "hamahi IP", 16); strlcpy(p.szPublicIP, g_szPublicIP, sizeof(p.szPublicIP)); change to strlcpy(p.szPublicIP, "hamahi IP", sizeof(p.szPublicIP)); in serverinfo.py you need normal hamachi ip, without .100 and check in ch1/config e.t.c. whether you have all ports open
  6. in freebsd use the command ee /etc/rc.conf change ifconfig_em0="DHCP" to #ifconfig_em0="DHCP" and add ifconfig_em0="inet hamachi ip.100 netmask 255.0.0.0" defaultrouter="hamachi ip"
  7. extern is in the link with source server but libmysql is for freebsd 13.2, if you are using other version of freebsd, e.g. 13.0 you need libmysql from freebds 13.0 i386
  8. Server source - mysql8 i use it on freebsd 13.2 amd64 [Hidden Content] i can upload client source with directx9 if anyone wants
  9. How can I do something like this with accesory socket?
×
×
  • 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.