File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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+ #특정 레벨 레벨업 요구 경험치 반환
88function rpp_GetNextLevelRequiredExp(level:number) :: number:
99 set {_id} to rpp_GetID_S() # 변수 DB 저장 경로 로드
1010 add 1 to {_level}
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ function rpp_GetPlayerStat_Ptn_DePI(p:offlineplayer) :: number:
874874function 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} # 숙련 스텟으로 증가하는 체력 설정
You can’t perform that action at this time.
0 commit comments