Jump to content

Volkan

Member
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Volkan

  1. Soon I want to release another version of myslq8 and directx9 files with fixes and additions. Should I add some systems too? I'm mainly thinking about the now rather basic systems such as mounts, cheque, etc. I'm thinking about talismans and the elemental system, but for now I just fixed type 33 and use these slots for experience rings, etc.
  2. Little update - the belt inventory button looked weird, now it's fine [Hidden Content]
  3. 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
  4. change this in the auth and channels config BIND_IP: hamachi ip .100 PROXY_IP: normal hamachi ip remove # from the beginning
  5. desc_client.cpp is in source winscp - /usr/metin2/server/src/game/src/ in default Reference src
  6. 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
  7. 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"
  8. 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
  9. Server source - mysql8 i use it on freebsd 13.2 amd64 [Hidden Content] i can upload client source with directx9 if anyone wants
  10. 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.