Jump to content

HFWhite

Active+ Member
  • Posts

    204
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HFWhite

  1. Hello, I had an idea and maybe someone thought about it too and did it somehow, or started working on it. We all know the obnoxious red quests arrows, and the flashing points of the quests on the minimap/big map. Not everyone likes doing quests and unfortunately if you don't do them, they remain there reminding you how lazy you are. And on top of that, if you have a server with lots and lots of quests.. eventually, your minimap will look like a christmas tree. Well... wouldn't it be marvelous if we had an option in System Settings where we could hide all these? No more annoying quests arrows and flashing points. Does anybody know how to make this? Or where I should begin.. because I have no idea.
  2. optimize it yourself, it's not that hard.
  3. There's a problem with the system. If you have more than 10 items(skills,potions,etc) in 'quickslots' the items from inventory will be highlighted everytime you login, how do we solve this @ Mali ? Edit: This fixed my problem
  4. Why would you do that? You can't.. I mean even if you want to 'ctrl + x to open window' you have to first assign the 'useitem function' to control key. so when you press CTRL you actually 'right click'. I don't see why you'd do that. It's just "click + x" with extra steps..
  5. use your brain dude. Is it that hard to add an 'and' tot he function I gave you above?
  6. use brain.exe if app.IsPressed(app.DIK_X): ............ ..... ..
  7. PythonMiniMap.cpp --> #include "PythonSystem.h"
  8. for me, if the model file has the extension with CAPS LETTERS it won't load the model, I don't know why. But if I change .GR2 to .gr2 it works. check the msm files also, make sure to have .gr2 with small letters there as well.
  9. That's actually really cool. You should keep that. Anyway, in mob_proto set NOMOVE to AiFlags to the npcs
  10. This is a normal bug on all servers. I fixed it some time ago but I don't remember how honestly All I know it's from binary source: [Hidden Content]
  11. Yay, the latest update fixed my problem.
  12. thank you, all's working fine now
  13. The metin attach part is broken for me I did everything like the tutorial. it looks like this:
  14. No viruses (only on 3 useless anti-virus programs that nobody use) You have 2 video tutorials: one for installing it and one for updating the files on the autopatcher. https://mega.nz/folder/Hg8iDLKB#5zV4oXdbXBTfVTwH3doOgg Compile on Debug!
  15. Question: How did you make the Refine window to take 2 diamonds at a time when refining? Because I see when you click on a diamond it puts 2 in the refine window. ([Hidden Content]) I'd like to add this too in my system Fix for your problem: DragonSoul.cpp ---> Search: DWORD DSManager::MakeDragonSoulVnum(BYTE bType, BYTE grade, BYTE step, BYTE refine) replace the function with * 1000 or whatever, with: return bType * 10000 + grade * 1000 + step * 100 + refine * 11;
  16. There's a small bug, if you change the cursor to an item you don't have equipped, it will be like in the gif below. How can we refresh the compare tooltip in real time so it would hide when the cursor moves to an item you don;t have equipped? [Hidden Content]
  17. Another common bug, the tooltip of the objects sometimes stick to the cursor. https://metin2.download/picture/2UWntujr827gvqVERGcI9cE5ZiRc43kj/.gif
  18. To further clarify this issue (because I spent 1 hour to find out the cause of this): This "client crashes when opening the second client" issue happens because you ran out of GPU/CPU Memory on your PC, so when another process starts (opening of a new app, for example a second metin2 client), the current one (in your case the first metin2 client) will crash because there's not enough memory for the new one. I encountered this issue after I left my pc with 1000 apps opened (photoshop, virtual box, chrome, messenger, metin2 client, etc etc) so when I opened a new client the other one crashed (not every time!) and I did not know why. So don't worry guys! There are no problems with your client, it's just your GPU/CPU memory running low. Restart your PC and clean your files by deleting the junk you don't need, close some apps..
×
×
  • 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.