Jump to content

Kori

Inactive Member
  • Posts

    284
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kori

  1. You can delete the lod data and works too but with source its a good solution
  2. This attachment is not available. It may have been removed or the person who shared it may not have permission to share it to this location. Error code: 2C171/1
  3. What is that? I can understand the text
  4. Webp is not compatible with your browser version
  5. Google : M2 patch generator Or use here https://www.google.com/search?q=patch+generator+m2&oq=patch+generator+m2&aqs=chrome..69i57j69i60.7071j0j7&client=ms-android-huawei-rev1&sourceid=chrome-mobile&ie=UTF-8 Idk I can post the link
  6. You can try to add a bypass for log this with regex Here is a example [Hidden Content] // URL that generated this code: // [Hidden Content] #include <stdlib.h> #include <string> #include <iostream> #include <pme.h> int main() { std::string txt="|?whisper_renewal<|"; std::string re1=".*?"; // Non-greedy match on filler std::string re2="(whisper_renewal)"; // Variable Name 1 PME re(re1+re2,"gims"); int n; if ((n=re.match(txt))>0) { std::string var1=re[1].c_str(); std::cout << "("<<var1<<")"<< std::endl; } } //----- // C++ does not provide a regular expression feature as standard. // // To run this code you will need to first download and install // the PCRE library from [Hidden Content] and // the PME library from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Contrib/ // // Note that on Linux systems PCRE is often already installed in /usr/lib/libpcre* or /usr/local/lib/libpcre*. // // Compile and run on Unix using // # c++ x.cpp -lpme -lpcre // # ./a.out With c++11 is easy with std::regex
  7. And what is the difference between the two versions? I know the 11 is newer then 7 but is this the fix for load newer pages?
  8. Nice Thanks @Koray Please contact me thanks
  9. DragonFlyBSD is a good os for run Metin2 FREEBSD is a good compile OS ( performance little bit better then dragon)
  10. Really nice work now the armor then is perfectly
  11. Can you make a new function for render armors and weapons? I mean without a character
  12. Nice thanks I will try next time when I can go online with laptop
  13. I have 2 questions The system works really good but: first can i add here hair or armor ? [Hidden Content] secound can i make this for armors and weapons too not only for mobs ?
  14. Thats right but we know all the new users cant make this and i cant post im online with my phone now xD
  15. a_dict = { 1 : 'hello', 2 : 'im', 3 : 'kori', 4 : 'from', 5 : 'm2dev' } for i in xrange(a_dict[0]): print i Here a example for a keyerror : 0 The problem is you have missed a code snipped to handle the 6th key from the dictionary ( I think the result_slot_count) Im on mobile sorry for the bad support
  16. Informations about your system and other settings in vs?
  17. You can edit the code for the privat Chat The idea is : Hello friend :) To Hello friend You can make a replace or a find script for this I mean Find in text : ) -> replace to the emoji
×
×
  • 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.