Jump to content

Metin2Learning

Member
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

About Metin2Learning

Recent Profile Visitors

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

Metin2Learning's Achievements

Explorer

Explorer (4/16)

  • Reacting Well
  • One Year In
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

1

Reputation

  1. Well, what could I say... I was lucky enough to work with him for 2 days. His system is coded rarely high level, also his working speed crazy as hell. Really friendly, patient and considerate. Highly recommended!
  2. Well, what could I say... I was lucky enough to work with him for 2 days. His system is coded rarely high level, also his working speed crazy as hell. Really friendly, patient and considerate. Highly recommended!
  3. First of all, I would say thank you on behalf of the whole community. I testing for 20-25 mins, for being sure, but seems everything okay for me. Ingame pic: Thanks for the release. HNY
  4. Hello community! I am looking for developer. I have a small list what things should to do. <The list> - Full notice system The system enable bigfont function for the notice. The server is crash if I start guild wars. /- Should figured ouut why the server is crash and solve -/ - Search System multilanguage importation My shop search have function for search by item name. This search function is returning in item_proto.locale_name cloumn. In the locale_name cloumn I have only english names, so the search function always looking for english names matching. /- Shoulc create function for returning the seach locale_name_en or locale_name_de -/ /- Should create function for item_proto use new locale_name cloumns and get the data from item_names.txt -/ - Mouse wheel function The function enable move your scrollbars with mouse wheel. The problem how my system is no check the position. Always scrolling that bar which one opened/used last time. /- Shoulc create check function how the mouse is in/out the windows and scrolling that bar, which one in the window where the mouse is -/ If you're interested about any work of them please contact me in private messages. PS: If you, dear Reader, could recommend any developer do not hesitate and leave a comment. Have nice day, ED.
  5. Hello everyone! I am looking for developer. Some example what should do. Costum system create (from zero) Multilanguage implementation into shop search System function changes Example : Offline shop money take out Contact me in private message. Payhood : PayPal
  6. Hello everyone! I start solve all warnings in my sources and the last one would be this : ClientManager.cpp: In member function 'void CClientManager::MainLoop()': ClientManager.cpp:353:10: warning: deleting object of polymorphic class type 'CItemPriceListTableCache' which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor] delete pCache; My code looks like this : for (itertype(m_mapItemPriceListCache) itPriceList = m_mapItemPriceListCache.begin(); itPriceList != m_mapItemPriceListCache.end(); ++itPriceList) { CItemPriceListTableCache* pCache = itPriceList->second; pCache->Flush(); delete pCache; } I already try change like this : for (TItemPriceListCacheMap::const_iterator itPriceList = m_mapItemPriceListCache.begin(); itPriceList != m_mapItemPriceListCache.end(); ++itPriceList) { CItemPriceListTableCache* pCache = itPriceList->second; pCache->Flush(); delete pCache; } But not solve the problem. Maybe anybody have idea what could be the problem? Screen : Best wishes : ED.
  7. Hello everyone! I am looking for developer. Some instructions from the works : - Source Warning Clearing (Client + DB) - Costum system Creating - Syserr messages Clearing (Client & Server(Channels)) Payment : Paypal For more information send me private message. Ed.
  8. You're so clever. The problem was how I cannot get it by pkg install openssl. But already solved. Close it please.
  9. Hi everyone! I reinstalled my VPS for upadte the freeBSD version on it from 10.4 to 12.1. The installion went succesfully, but when I try start my server the autorun.log give this error message. ld-elf32.so.1: Shared object "libssl.so.9" not found, required by "game" Someone could help how can I solve this?
  10. Hello everyone! Today I updated my source c++ version. Right now I use gcc7. At the complie everysthing complied and seems fine. The problem at the game file linking. Pictures about the problem: [Hidden Content] [Hidden Content] I have libssl.so link in usr/locale/lib folder and the link actually is libssl.so.9 file from same folder. Someone know any solution for this? If you have any question can contact me via discord for fastest reply. My discord : Metin2 Learning#9479 Thanks for everyone!
  11. Hello everyone! Someone could help for me any ideas or solution? My problem how the client do not play the action sounds. The syserr says, how the files are not a valud WAV files. I tried replace these files from the unpacked metin2_de files, but the problem not solved. Heres the picture from the syserr:
  12. Please close it. The problems are solved. Thank you!
  13. Hi everyone! Few days ago I start work on a new system. The create is went well, but some functions no work. I can't logiced out how these functions why no work. With the system I added one unique bug into Render target system (by Volvox). I am looking for someone who could help to make workfully the system missing functions and solve the render target problem. Please send me direct message or leave comment below. For the fastest communication I recommend use discord. My discord is : Metin2 Learning#9479 PS : If you, dear Reader could recommend any guy please do not hesitate. Thank you!
  14. Hi everyone. Someone could tell me where can I find in source the lines where character get bonuses by items? (Value0-Value5, Addontype+addonvalue0 - Addontype2+addonvalue2, Attrtype0+attrvalue0 - Attrtype6+attrvalue6) If you know the solution please leave a comment or send me private message with the information. Thank you all!
×
×
  • 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.