Jump to content

Volkan

Member
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About Volkan

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

Collaborator

Collaborator (7/16)

  • Very Popular Rare
  • Collaborator Rare
  • First Post
  • One Year In
  • One Month Later

Recent Badges

121

Reputation

  1. Do you want files compiled for amd64 without extern? "64 bit on 64 bit"?
  2. For now, I can share files with fixes, but they are not finished, almost without systems. I don't have much time now, so I'd have to wait quite a long time to finish it. Share these? But there are 100+ fixes added
  3. 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.
  4. Little update - the belt inventory button looked weird, now it's fine [Hidden Content]
  5. 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
  6. change this in the auth and channels config BIND_IP: hamachi ip .100 PROXY_IP: normal hamachi ip remove # from the beginning
  7. I completely forgot about it ?
  8. desc_client.cpp is in source winscp - /usr/metin2/server/src/game/src/ in default Reference src
  9. 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
  10. Do you have your hamachi ip in desc client.cpp?
  11. 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"
  12. 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
  13. client source - directx9 [Hidden Content]
  14. Server source - mysql8 i use it on freebsd 13.2 amd64 [Hidden Content] i can upload client source with directx9 if anyone wants
  15. 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.