Jump to content

tierrilopes

Premium
  • Posts

    666
  • Joined

  • Days Won

    31
  • Feedback

    0%

Everything posted by tierrilopes

  1. Just lock the accounts. 3k account, thats less then 2 seconds to update all to lock the account in database and done. No need to make shitty systems or quests for something that simple.
  2. I make you responsible for future hate i will receive and i will forward my hospital bill to you. _____________________ Copy-pasted: Open EterLib/ResourceManager.cpp and edit those: int g_iLoadingDelayTime = 1; const long c_Deleting_Wait_Time = 3600000*4; // 3600000 = 1 h const long c_DeletingCountPerFrame = 1; const long c_Reference_Decrease_Wait_Time = 3600000*4; // 3600000 = 1 h Search void CResourceManager::__DestroyCacheMap() and inside of it comment this //m_pCacheMap.clear(); Search in UserInterface\PythonCharacterManagerModule.cpp PyObject * chrmgrRegisterMotionData(PyObject* poSelf, PyObject* poArgs) Under CGraphicThing* pkMotionThing = pRaceData->RegisterMotionData(iMode, iMotion, c_szFullFileName, iWeight); Add if (pkMotionThing) { CResourceManager::Instance().LoadStaticCache(pkMotionThing->GetFileName()); //TraceError(pkMotionThing->GetFileName()); } Search for from GameLib\RaceData.cpp void CRaceData::RegisterMotionMode(WORD wMotionModeIndex) Comment this //pMotionModeData->MotionVectorMap.clear();
  3. Notepad, settings, preferences, others, disable auto encoding detection.
  4. Small but good improvements, that once you see them they are a "must have". This is what i call improving the game.
  5. The fact you see most of stuff made with freebsd 9.3 its because it was the newest version at the time. amd64 requires a bit more work, i suggest you go with default i386. You can compile and use it in newest freebsd versions aswell, and that will probably keep being true. Software for source + test server: gmake makedepend gcc/clang python mysqlXX-server Depending on what source you use, you may also need to install: libjpeg boost-libs python google-test
  6. Sent you discord, i will explain better there with screens
  7. Things didnt changed, they are the same as they have always been. Everything related to private servers is illegal, be it metin2 or any other game.
  8. working_directory must the "pack" folder of your client, for example: D:\Metin2\pack unpack_directory must be any empty folder, its where the program will keep the unpacked files (and where you go to edit stuff) D:\Metin2_unpacked\ When packing, select all and change "packing filter" to lzo Was this your doubt?
  9. Didnt understood what you writing about Can you show me a print pls?
  10. dp.settings should be created when opening LzoModule.dll should also be in source, inside Libs folder Bellow i sent the core files just in case something is missing (without the defaut profile.xml) [Hidden Content]
  11. Hi there, This are the core files, the ones needed for it to work (.pdb appeared in print by mistake): Inside AppData: And in profiles you will have the "Default Profile.xml" and others you create. And this the program GUI (version may differ, its an older print):
  12. Take a look at EterManager. Its source was also published by the creator. (google) Way better then Eternexus.
  13. « // [mob -> PC] Element property defense applied // 2013/01/17 // Monster Attributes Resistance only applies to 30% of attack damage. » Calculation on the code above is more accurate then original on (/10000), yet still the same thing as original function, so i wouldnt call this a release or a leak.
  14. Too much stress. Private servers are illegal. One pserver get closed, 3 more appear to replace it. Always been and always will be this way. Also, dont host specially on Germany illegal stuff, BSI scans hetzner and other companies servers regularly, so it should be clear as water. About content creators and "metin2 videos", most of them were crap anyway, so thanks for cleaning YouTube i guess.
  15. Rubinum...hum. Did it not leak or something some time ago?
  16. You could had explained it before. To protect im sure everyone would have helped
  17. Show output of: ping 8.8.8.8 ping google.com ifconfig
  18. Randomly saw 'offline shop' there. I guess its offline shop with duplicated functions (because pro developers copypaste instead of using builtin stuff) and without cache like the two main ones that are used. ? P.S: always ask for sauce with the kebab, tastes better
  19. How i did it: The questions on the oxquix at serverfiles are in english; When the client is in a language other then english (i got PT and DE besides english), it uses a file inside the locale (translate_ox.txt) to match the incoming question and display the translated one instead. Example: Ox selects the following question: Is the sky blue? People with the client in english will see: Is the sky blue? People with the client in PT will see (client checks the translate file) O céu é azul? People with the client in DE will see (client checks the translate file) Ist der himmel blau? Probably it would be simpler and faster to translate with multiple oxquiz like you do with multilanguage quests, but i did it that way. _____ For the random, you got your answers above already
  20. i dont have that installed, but did you try to revert the alteration for non-c11 given and re-implement the code as it is on the tutorial?
  21. service ipfw stop or service pf stop PM if still unsolved by the time you read this
  22. Never saw that one before actually Already defined or declared, perhaps some old code in your source that now exists in windows libraries already? I guess that pythoncore is for static python, try compiling it outside of your binary solution (no references to it or custom build steps), then place the lib in your lib folder and compile your binary source normally.
  23. Make a test account and connect to it on your pc. If your pc connects to it, then your site is misconfigured (most likely) OR host of website is blocking port 3306 (unlikely) ___________________________________________________________________ If your pc can not connect to it, the user you're using doesnt have permission to access remotly ( % ) OR Your ipfw / pf of the database host is blocking the port. I assume (by the remote in your first comment) website is hosted somewhere else then the database, if thats not the case write it here.
×
×
  • 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.