Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/20/19 in all areas

  1. wtf? it turns out instead of the standard mobs it allows you to make all the mobs visually dogs. Who the hell needs it? do you consider this optimization in its purest form? Anyway thanks for the release.
    3 points
  2. Hello again dear community, I've seen in many hosters for doing reset mysql need money ,so I'll release a way how to do it easy by your self. Here are the commands: /usr/local/etc/rc.d/mysql-server stop mysqld_safe --skip-grant-tables & mysql -u root use mysql update user set password=PASSWORD('yourpassword') where user='root'; flush privileges; quit service mysql-server restart Note:Replace the password that you want with the text yourpassword and if you're using another user replace root. Hope I've helped you , if you have any problems please let me know. Sincerely, Crystal
    1 point
  3. Here is the right way print ('Error occured on compile %s' % line)
    1 point
  4. OFF: This thing is available in polish servers since 2012, their idea was: "Let's say that we're in Devil's Catacomb and i want my client to be optimized, i enabled this option and all bosses/mobs become a dog, now everything is perfect, no lag anymore, WTF, we did metin2 great again, we're genius." ON: Instead of this non-logic thing, you can enable/disable effects from mobs with game option, that's all what you need. Inside of Area.cpp -> RenderEffect you could do a simple check for ignore specific type of effects for being rendered, also this change will be in real time, you don't need to close/open client. I don't think is so hard, inside of loop function related about rendering effects you could do a check if your client is minimized to stop rendering them. You could add this before __UpdateEffectList(), inside of void CArea::RenderEffect(). (i didn't test it) [hide] // Stop rendering effects while window is minimized. const HWND hWnd = CPythonApplication::Instance().GetWindowHandle(); const bool isMinimized = static_cast<bool>(IsIconic(hWnd)); if (isMinimized) return; [/hide]
    1 point
  5. @Kori Just add the PASS: above this line: STATEMANAGER.RestoreRenderState(D3DRS_SRCBLEND);
    1 point
  6. Update: deleted py side
    1 point
  7. good @VegaS™ @VegasForPresident @Helia01 nice work!! @Syriza bae
    1 point
  8. v19.6.7 Includes(all last modified files): New map New pet New boss New minigame gui elements New effects for the elemental refined weapons Locales(protos below) v19.6.7 Protos: Download v19.6.8 Locale w/ protos: Download 19.6.7 : Metin2 Download 19.6.8 : Metin2 Download
    1 point
  9. Npclist based dog mode made some years ago. For other mobs, no science, just swap folder in front of the mob vnum into "stray_dog" and voilá. Dropbox
    0 points
×
×
  • 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.