Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/01/21 in all areas

  1. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) I would not recommend using this as it's missing many features, head over to Mali's release for an updated version. [Hidden Content]
    4 points
  2. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content]
    2 points
  3. M2 Download Center Download Here ( Internal ) Download: [Hidden Content]
    2 points
  4. When you reset your skill group more then once in a row, you will get this weird bug when you cant see the real skill level + cant use the skills until you relog. With this fix you dont need to relog anymore. Video explaining the bug: [Hidden Content] To fix that, we need to change just 1 line - in file ClientSRC/UserInterface/PythonNetworkStreamPhaseGame.cpp in the function bool CPythonNetworkStream::RecvChangeSkillGroupPacket() change the line CPythonPlayer::Instance().NEW_ClearSkillData(); to CPythonPlayer::Instance().NEW_ClearSkillData(true); This bug happened because old skill data were not removed from m_skillSlotDict. With passing parameter "true" to function NEW_ClearSkillData, everything (including old bugged skill data) will be removed from m_skillSlotDict. Then function RefreshCharacter from uiCharacter.py will automatically insert correct data to the m_skillSlotDict.
    1 point
  5. M2 Download Center Download Here ( Internal ) 3dsMax 2011 + Activator: Here Plugins GR2 for 3dsmax 2011: Here
    1 point
  6. M2 Download Center Download Here ( Internal ) Introduction Hey, since I'm often asked if I can make an example for this or that in Python, I just post some of these examples in this thread from time to time. Usually they just end up in my trash (that's why the collection is small for now) but maybe it will help some of you to learn something. You are also welcome to post examples here and I will add them to the startpost. You have a wish for a certain example? Then write it in here. PS: These examples are designed very simple, so that they can be understood. Examples ui.ComoBox() ui.ScrollBar() with text ui.AniImageBox() as loading bar ui.ListBox() ui.ToggleButton() ui.RadioButtonGroup() ui.DragButton() ui.Bar(), ui.Box(), ui.Line() ui.Gauge(), ui.SliderBar() ui.TextLine(), ui.EditLine() Pagination Tabs DropDown Tree Category Navigation ListBox Search TextLineScrollable Class Collapsible window
    1 point
  7. M2 Download Center Download Here ( Internal ) As you might know I was working on a Reworked version of the character window for a long time. I shared some of my progress on Discord and today I am relasing it to public. I am not gonna write any detailed guide here on how to implement it as there is enough information written in the file itself both on how to install and how to configure it. All you need to know is there are two different versions: base version is the first video I shared and the equipment set version is the second video. To implement equipment set version you need to make some changes in the server source. Base version can be implemented without doing any changes in the server source. Hope you all like it! [Hidden Content]
    1 point
  8. 1 point
  9. 1 point
  10. That's because your client have directx8 (it's an entire explanation somewhere on stackoverflow). That server you saw that run directly on GPU have directx9 (you talking about wom probably). I tried to force the metin on GPU some time ago but you simply can't do it without upgrading to directx9.
    1 point
  11. 1 point
  12. 1 point
  13. The winking warrior (face texture). Maybe someone will be able to use it. Download: https://mega.nz/file/PhNymZBL#TVQiiLMjSR624tXhMgesgnvsl9EwXR3T0B8q-ZkCZG8
    1 point
  14. You can use Epack32 to pack/unpack your protos(assuming you know the keys). Or just download dump_proto source and compile it..
    1 point
  15. As it's a dotnet application, it's about a few clicks to reflect, but I have no intentions releasing it or I would of uploaded them.
    1 point
  16. Also instead of that, you can simplify it: #ifdef ENABLE_GHOST_MODE STATEMANAGER.SaveRenderState(D3DRS_ALPHABLENDENABLE, IsGhostWeapon()); #else STATEMANAGER.SaveRenderState(D3DRS_ALPHABLENDENABLE, FALSE); #endif
    1 point
  17. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) VT: [Hidden Content]
    1 point
  18. 1 point
  19. Recently there was a crash in the forum and some things were missing. I re-insert the hallowen image and a few images with some small edits.
    1 point
  20. Solution : there was define DISABLE_STOP_RIDING_WHEN_DIE i just comment // so that solved my problem
    1 point
  21. M2 Download Center Download Here ( Internal ) Hi everyone! I recently saw that some people who create something in 3ds max use very old solutions like bones from 3ds max 7 or 3ds max 7 program. So i give u full UNBUGED bones for 2014 max. (exporter from 2013 version works on 2014 version of max, granny version 2.9.12.0) (for rig armors / costumes i prefer modifier SKIN) Have FUN!
    1 point
  22. Thanks for release, already i did something like this in a topic from 2019, so here's: locale/en/locale_game.txt ATTR_6TH_7TH_POSSIBILITY You can add an additional bonus. root/uiToolTip.py [Hidden Content]
    1 point
  23. You're right, but if you really want to use something like this, you should do a customizable class, like: [Hidden Content]
    1 point
  24. 0 points
  25. I think you are talking about your brain, because what you can find in the `guide` is pretty self explanatory
    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.