fix: Sync to server's fix for Strong Body MOV_SPEED value (locale/en only)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,3 +4,7 @@ ErrorLog.txt
|
||||
*.eix
|
||||
*.epk
|
||||
*.pck
|
||||
/*.cfg
|
||||
/*.exe
|
||||
!/config.exe
|
||||
!/Metin2.exe
|
||||
|
||||
18
README.md
18
README.md
@@ -1 +1,17 @@
|
||||
# m2dev-client
|
||||
# Client
|
||||
|
||||
This repository contains all client-side data, including locale files, configurations, and descriptive text used by the game client.
|
||||
|
||||
## ✨ Critical Fix: Skill 19 Speed Sync
|
||||
|
||||
Sync with the fix in the server's `skill_proto` to resolve an issue where characters became unable to move after being affected by Strong Body (due to an incorrect `MOV_SPEED` value).
|
||||
|
||||
This client repository contains the necessary sync fix:
|
||||
|
||||
* **Fixed `MOV_SPEED` value for Skill 19** in `locale/en/skilldesc.txt` and `locale/en/skilltable.txt`.
|
||||
|
||||
### ⚠️ IMPORTANT: Locale Synchronization
|
||||
|
||||
The fix listed above has **only been applied to the `locale/en` (English) files.**
|
||||
|
||||
**If you use any other locale (e.g., German, French, etc.), you must manually update the `MOV_SPEED` value for Skill 19 in your respective `skilldesc.txt` and `skilltable.txt` files to match the change.**
|
||||
Binary file not shown.
@@ -30,7 +30,7 @@
|
||||
16 WARRIOR Spirit Strike (W) Shockwave Tsunami Attack Attack enemies directly. Frontal Splash Attack ATTACK_SKILL|CAN_CHANGE_DIRECTION|NEED_TARGET|WEAPON_LIMITATION SWORD|TWO_HANDED gigongcham 16 4 Attack Power %.0f-%.0f 2.3*MinATK + (MinATK*4 + 4*STR + CON)*SkillPoint 2.3*MaxATK + (MaxATK*4 + 4*STR + CON)*SkillPoint
|
||||
17 WARRIOR Bash Tiger Bash Dragon Bash Attack enemies directly. Straight Splash Attack Attack on Multiple Targets ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED gyeoksan 17 4 Attack Power %.0f-%.0f 2.3*MinATK + (3*MinATK + 4*STR + 3*CON)*SkillPoint 2.3*MaxATK + (3*MaxATK + 4*STR + 3*CON)*SkillPoint
|
||||
18 WARRIOR Stump Lion Stump Rhino Stump Knock over several enemies. Straight Splash Attack Fainting Effect Chance ATTACK_SKILL|STANDING_SKILL daejin 18 4 Attack Power %.0f-%.0f 2*MinATK + (2*MinATK + 2*DEX + 2*CON + 4*STR)*SkillPoint 2*MaxATK + (2*MaxATK + 2*DEX + 2*CON + 4*STR)*SkillPoint Faint Chance %.0f%% (100 + 1000*SkillPoint/6)/10
|
||||
19 WARRIOR Strong Body Iron Body Steel Body Increases defence and you won't fall on the ground. Increases defence Decreases Moving Speed. You won't fall over STANDING_SKILL cheongeun 19 4 Defence: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Moving Speed: -%.0f 1 + 9*SkillPoint
|
||||
19 WARRIOR Strong Body Iron Body Steel Body Increases defence and you won't fall on the ground. Increases defence Decreases Moving Speed. You won't fall over STANDING_SKILL cheongeun 19 4 Defence: +%.0f 7+(40 + 0.2*str + 0.4*con)*k Moving Speed: -%.0f -(0.375*SkillPoint)
|
||||
2 WARRIOR Sword Spin Sword Dance Cyclone Spin the sword to attack several enemies. Frontal Slash Attack Attack on Multiple Targets ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED palbang 2 4 Attack Power %.0f-%.0f 3*MinATK + (0.8*MinATK + STR*6 + DEX*2 + CON) * SkillPoint 3*MaxATK + (0.8*MaxATK + STR*6 + DEX*2 + CON) * SkillPoint
|
||||
20 WARRIOR Sword Strike Sword Bolt Sword Hurl Attack enemies directly. Long-Range Attack Attack on multiple targets Fainting Effect Throws the target on the ground ATTACK_SKILL|CAN_CHANGE_DIRECTION|WEAPON_LIMITATION SWORD|TWO_HANDED geompung 20 4 Attack Power %.0f-%.0f 2*minatk + (minatk + dex*3 + str*5 + con)*k 2*maxatk + (maxatk + dex*3 + str*5 + con)*k Faint Chance %.0f%% (100+k*1000/6)/10
|
||||
3 WARRIOR Berserk Fury Frenzy Only concentrate on attacking. Increases Attack Speed Increases Moving Speed Increases Received Damage STANDING_SKILL jeongwi 3 4 Attack Speed +%.0f%% 50 * SkillPoint Moving Speed +%.0f%% 20 * SkillPoint
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
16 기공참 1 1 1 0 HP -(2.3*atk+(4*atk+str*4+con)*k) 60+120*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 4 1 0 100
|
||||
17 격산타우 1 1 1 0 HP -(2.3*atk+(3*atk+str*4+con*3)*k) 60+150*k 15 ATTACK,USE_MELEE_DAMAGE NONE 0 0 MELEE 8 1 0 200
|
||||
18 대진각 1 1 1 0 HP -(2*atk+(2*atk+2*dex+2*con+str*4)*k) 50+140*k 25 ATTACK,USE_MELEE_DAMAGE,SELFONLY,SPLASH,ATTACK_STUN NONE 100+k*1000/6 2 0 0 MELEE 10 1 0 400
|
||||
19 천근추 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(1+9*k) 60+90*k 16 0 0 NORMAL 1 1 0 0
|
||||
19 천근추 1 1 1 0 DEF_GRADE (200+str*0.2+con*0.5)*k 80+220*k 60+90*k 63+90*k SELFONLY 16 MOV_SPEED -(0.375*k) 60+90*k 16 0 0 NORMAL 1 1 0 0
|
||||
47 관격술 2 1 1 0 HP -(atk+(1.7*atk+dex*2+str*2)*k)*0.8 30+130*k 18 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 8 1 2500 0
|
||||
48 화조파 2 1 1 0 HP -(1.5*atk+(2.6*atk+number(100,300))*k) 50+130*k 25 ATTACK,SPLASH,USE_ARROW_DAMAGE NONE 0 0 RANGE 12 0.6 2500 300
|
||||
46 연사 2 1 1 0 HP -(atk+0.2*atk*floor(2+k*6)+(0.8*atk+dex*8*ar)*k) 40+130*k 15 ATTACK,USE_ARROW_DAMAGE NONE 0 0 RANGE 1 1 2500 0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SERVER_NAME = "Metin2"
|
||||
SERVER_NAME_TEST = "Test"
|
||||
SERVER_IP = "192.168.0.122"
|
||||
SERVER_IP = "10.246.140.76"
|
||||
SERVER_IP_TEST = "127.0.0.1"
|
||||
CH1_NAME = "CH1"
|
||||
CH2_NAME = "CH2"
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
WIDTH 1470
|
||||
HEIGHT 841
|
||||
WIDTH 1024
|
||||
HEIGHT 768
|
||||
BPP 32
|
||||
FREQUENCY 50
|
||||
SOFTWARE_CURSOR 0
|
||||
OBJECT_CULLING 1
|
||||
VISIBILITY 3
|
||||
MUSIC_VOLUME 0.205
|
||||
VOICE_VOLUME 1
|
||||
MUSIC_VOLUME 0.000
|
||||
VOICE_VOLUME 0
|
||||
GAMMA 1
|
||||
IS_SAVE_ID 0
|
||||
SAVE_ID 0
|
||||
|
||||
Reference in New Issue
Block a user