-
Content Count
133 -
Joined
-
Last visited
-
Days Won
14
-
Check GameLib/ActorInstanceMotion.cpp function : void CActorInstance::__MotionEventProcess(BOOL isPC) On else it shoud not be a loop.
-
Edit
-
// SoundManager.cpp // Search: void CSoundManager::StopAllSound3D() { for (int i = 0; i < CSoundManager3D::INSTANCE_MAX_COUNT; ++i) { StopSound3D(i); } } // Replace with: void CSoundManager::StopAllSound3D() { for (int i = 0; i < CSoundManager3D::INSTANCE_MAX_COUNT; ++i) { StopSound3D(i); } m_PlaySoundHistoryMap.clear(); } // Search: ms_SoundManager2D.Destroy(); // Add after: m_PlaySoundHistoryMap.clear();
-
solved Switch statement ?
Abel(Tiger) replied to WLsj24's question in Questions & Answers
No need for { }. Case actually tell the program where to start code execution and is executed until the end of the switch or break; If you make a new case and place all the code you want inside { } and in the end you don't write break, the code will be executed after { } even if it is another case. -
APPLY_MALL_ATTBONUS
- 1 reply
-
- 1
-
-
open [LUA] Character ; not appearing in dialog choice
Abel(Tiger) replied to Mind Rapist's question in Questions & Answers
// uiQuest.py def AppendQuestion(self, name, idx): if not self.btnAnswer: return # This if: if name.find("#SC#") != -1: name = name.replace("#SC#", ";") In your quest just use #SC#. Hardcoded but is just a if ... -
solved ani_image it doesn't work, pls help
Abel(Tiger) replied to colcrt's question in Questions & Answers
When you use "version 2.0" in .sub the image must be in the same folder like the sub . When you use "version 1.0" in .sub the image must be in d:/ymir work/ui . -
Nice ideea. If I have time I will do it and send to you.
- 1 reply
-
- 1
-
-
open Channels doesn't start achievement shop metin2
Abel(Tiger) replied to sprited's question in Questions & Answers
Which part is not clear ? -
#include "service.h" in tables.h
-
open Dump_proto For Official Metin2
Abel(Tiger) replied to Traceur3RUN's question in Questions & Answers
https://mega.nz/#!AoMgyYII!OflSJrfVAnMqT7aTt2On_rFtPPAdF6_RLp8S4z0ehug -
open serverinfo.py how i can achieve it?
Abel(Tiger) replied to Traceur3RUN's question in Questions & Answers
Here =: https://metin2dev.org/board/index.php?/topic/17948-py-root-02022018/&page=3&tab=comments#comment-99775 -
open Dump_proto For Official Metin2
Abel(Tiger) replied to Traceur3RUN's question in Questions & Answers
Never work when you upload here. https://s26.postimg.cc/yzsfte2jt/screenshot_217.png -
open Small Problem Sash System item_scale.txt
Abel(Tiger) replied to Marchewa™'s question in Questions & Answers
Problem from position. (SetScalePosition)