Skip to content

Commit 41b39e7

Browse files
committed
1.0.1
- 숙련 스텟 체력 증가 오류 수정
1 parent 896fccc commit 41b39e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stat-exp.sk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function rpp_GetVar_ExpSystem() :: numbers:
44
set {_id} to rpp_GetID_S() # 변수 DB 저장 경로 로드
55
return {%{_id}%.LevelUpExp::*}
66

7-
#특정 레벨 레벨압 요구 경험치 반환
7+
#특정 레벨 레벨업 요구 경험치 반환
88
function rpp_GetNextLevelRequiredExp(level:number) :: number:
99
set {_id} to rpp_GetID_S() # 변수 DB 저장 경로 로드
1010
add 1 to {_level}

stat-statpoint.sk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ function rpp_GetPlayerStat_Ptn_DePI(p:offlineplayer) :: number:
874874
function rpp_SetPlayerStat_Skl_Hp(p:offlineplayer):
875875
set {_id} to rpp_GetID()
876876
set {_uuid} to uuid of {_p}
877-
if rpp_GetState_Skl_HpR() is true:
877+
if rpp_GetState_Skl_Hp() is true:
878878
set {_sft} to rpp_GetPlayerStat_Skl({_p}) # 숙련 스텟 값 로드
879879
set {_eff} to rpp_GetEff_Skl_Hp() # 숙련 스텟 1당 올라가는 체력 로드
880880
set {%{_id}%.PlayerStat_Skl_Hp::%{_uuid}%} to {_sft} * {_eff} # 숙련 스텟으로 증가하는 체력 설정

0 commit comments

Comments
 (0)