- 0
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Activity
-
3
Syseer Client
Ok for pack, I mean here: RaceManager.cpp void GetRaceResourcePathes(...) -
896
-
3
-
3
Syseer Client
Mount gr2 should be in /npc_mount. Be sure the client i loading correctly (after you are sure about gr2 dir). -
3
Syseer Client
Hello guys What is the problem when I wear mount CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/npc/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/npc2/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/npc_pet/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/monster/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/monster2/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. CRaceManager::RegisterRacePath : RACE[20282] LOAD MSMFILE[d:/ymir work/guild/easter_2022_seahorse/easter_2022_seahorse_1.msm] ERROR. Will Find Another Path. -
7
Mob/Stone attack effect problem (shaking)
void CActorInstance::__ProcessDataAttackSuccess(const NRaceData::TAttackData& c_rAttackData, CActorInstance& rVictim, const D3DXVECTOR3& c_rv3Position, UINT uiSkill, BOOL isSendPacket) else if (rVictim.IsStone() || rVictim.IsDoor()) { __HitStone(rVictim); } void CActorInstance::__HitStone(CActorInstance& rVictim) { if (rVictim.IsStun()) { rVictim.Die(); } else { rVictim.__Shake(100); // This is what triggers the shake, make sure it's there. } } -
0
Repaired version of Scorpion for assassin male
Before and after are on the gif. Download: [Hidden Content] Virustotal: [Hidden Content] -
7
Mob/Stone attack effect problem (shaking)
I have the same problem. Did you find solution? -
5
Metin2 TitleBar Move Frezze
Yeah, no, I know about that (I edited the post later). The real fix is to actually nuke the fly to the moon, but players just got accustomed to that bug, so, here we are.
-
Question
AlexxD 61
Hi Dev's, for three days untill now I've worked to do some options in gamesource for CONFIG's files from server, to make my job for server easier!
Now, first option:
First new option in config is players max status over CONFIG:
1. In cmd_general.cpp, after
add:
2. Also in cmd_general.cpp search
and after
add:
3. Well done, pro metiners.
Now in cmd_gm.cpp after
add:
4. Also in cmd_gm.cpp search
and you'll see something, a little bit down:
change it with:
5. Good. Now in config.cpp we'll need to insert our variables, to be read by rest of files! After
add:
6. After, search
and after it add:
7. The last thing we need to do, is that we'll need to put extern's variables in config.h. Search
and add after it:
8. Well done. Warning. Once you do that, you'll need to put in CONFIG's files from game99 and channels that:
9. After that, if you do like me, you need to change POINT_VT, IQ, ST and DX from some files, to read it from CONFIG. In cmd_gm.cpp search
and change from case POINT_HT untill POINT_DX with:
10. There you go. Enjoy. You're done!
"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"
Link to comment
Share on other sites
Top Posters For This Question
3
2
1
1
Popular Days
May 3
3
May 23
2
May 27
2
Jun 5
1
Top Posters For This Question
AlexxD 3 posts
Alina 2 posts
alin2894 1 post
Finch 1 post
Popular Days
May 3 2015
3 posts
May 23 2015
2 posts
May 27 2015
2 posts
Jun 5 2015
1 post
Popular Posts
AlexxD
Hi Dev's, for three days untill now I've worked to do some options in gamesource for CONFIG's files from server, to make my job for server easier! Now, first option: First new option in config
Alina
I talked at third person to give an example from the perspective of a normal user and.. well, nevermind. then why not at first use short int? If they want to raise the value above 32767 (which in nor
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now