- 0
-
Activity
-
1
Arrows with another weapons
arrows damage taking from function CalcArrowDamage but if you using sword this should take from function CalcMeleeDamage, i dont think its connected, check and compare calcarrowdamage and calcmeleedamage function This is function arrow iDam = number(pkBow->GetValue(3), pkBow->GetValue(4)) * 2 + pkArrow->GetValue(3); but its only count when you wear bow. -
0
Client afk in background - Effects started to fun faster
Video down below for better understanding. It is normal recording, nothing sped up. https://i.gyazo.com/63e255ae4a989a76941e8fe40be43a4a.mp4 Hello guys: If i leave the game in background even for 30 minutes, all the effects going on in the background are paused and resumed when window is on focus. It is like caching and then running everything afterwards. every effect untill the time i came back that was happening in the surrounded area, are playing all in the same time. Lets say if i have the game in background, the round circle around my character had to fully c -
1
Arrows with another weapons
Hi all, I have a problem in game with arrows.. If I have equiped dagger or sword + arrows, just I have more dmg than without equiped arrows.. How I can change calculation dmg from equiped arrows work only with equiped bow? -
221
WorldEditor ReMIX
V40 is out! New config option LOCALE You can now translate the program UI (and also more in the future) by generating the relative WorldEditorRemix_{}.dll file. To translate the program: https://github.com/martysama0134/WorldEditorRemixTL Editing can be done by either notepad or vs editor: Result:- 5
-
-
-
31
-
31
-
31
[FIX] Fixing Metin2 memory leaks
JA JA JA... WHAT A JOKE THIS SHIT IS... I BELIEVED IT , BASTARDS!!- 1
-
-
1
Starting a metin2 server on a VPS ?
Login putty (FreeBSD 11.3) Write this: portsnap fetch update and portsnap fetch extract - wait 2 minutes. If you need mysql write this code: pkg install mysql56-server or you need MariaDB write this: pkg install mariadb103-server Write this code: ee /etc/rc.conf and put this code somewhere: mysql_enable="YES" Run mysql: service mysql-server start download this lib and put /usr/lib32 OR upload lib32.tar.gz to /usr/lib32 and write this: cd /usr/lib32 and tar zxf lib32.tar.gz Now upload your SF and unpack. Rewrite the con -
1
Starting a metin2 server on a VPS ?
Hey guys, i bought a VPS and i also have the server files and sources (40k). But i have no idea how to start those things, how can i do that ? thank you!!
-
-
Recently Browsing
No registered users viewing this page.
Question
Sneaky Sneaky 1
hi,
i was trying to add some weapon animated effects but i get this type of error
0222 10:02:22945 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=236) - Strange Skill Need Weapon(pp_palbang)
0222 10:02:34219 ::
playerSettingModule.py(line:1713) LoadGameData
playerSettingModule.py(line:523) __LoadGameEffect
LoadGameData - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EFFECT_SWORD_REFINED_NEW1'
0222 10:02:34219 :: ============================================================================================================
0222 10:02:34219 :: Abort!!!!
0222 10:02:34219 :: !!! Failed to load game data : STEP [40]
my code
InstanceBase.cpp
#ifdef ENABLE_ARMAS_EFFECT_MOVIMIENTO
if (pItem->GetSubType() == CItemData::WEAPON_SWORD)
{
DWORD vnum = pItem->GetIndex();
if (vnum >= 69910 && vnum <= 69919) // Cambiar "ID" por el ID (vnum) de tu arma
{
__ClearWeaponRefineEffect(); // Clear the previous effect
m_swordRefineEffectRight = EFFECT_REFINED + EFFECT_SWORD_REFINED_NEW1; // NEW EFFECT (AQUI CAMBIAS EL NOMBRE SEGUN EL SET)
}
}
#endif
InstanceBase.h
#ifdef ENABLE_ARMAS_EFFECT_MOVIMIENTO
EFFECT_SWORD_REFINED_NEW1 = 60,
#endif
i tried also
#ifdef ENABLE_ARMAS_EFFECT_MOVIMIENTO
EFFECT_SWORD_REFINED_NEW1,
#endif
my playersettingmode:
chrmgr.RegisterEffect(chrmgr.EFFECT_SWORD_REFINED_NEW1+60, "PART_WEAPON", "D:/ymir work/item/weapon/Effect/9/sword.mse")
do you know what may be the problem?
Link to post
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.