CommandLogic_Client.OnBeginPlay
여기 들어가니까
if isvalid(_UserService.LocalPlayer.PetOwnerComponent.Pet) then
petRepleteness = _UserService.LocalPlayer.PetOwnerComponent.Pet.PetComponent.Repleteness
if petRepleteness < 60 then
_ItemConsumeLogic:TryConsumeFromFuncKey(2120000)
이거랑
if zz_y7.is_others then
_TimerService:ClearTimer(zz_y7.auto_hit_timer)
_TimerService:ClearTimer(zz_y7.tele_toggle_timer)
_TimerService:ClearTimer(zz_y7.drive_timer)
_TimerService:ClearTimer(zz_y7.user_check_timer)
zz_y7.reset_mob_func()
_ItemConsumeLogic:TryConsumeFromFuncKey(2030000)
이거 두개중에 어떤거 삭제해야돼?
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 공지 | 게시판 이용 안내+156 | 10-20 | 22118 | |
| 61672 | 18:26 | 9 | ||
| 61671 | 18:06 | 8 | ||
| 61670 | 15:13 | 51 | ||
| 61669 | 12:22 | 70 | ||
| 61668 | 12:03 | 91 | ||
| 61667 | 11-11 | 193 | ||
| 61666 | 11-11 | 211 | ||
| 61665 | 11-11 | 218 | ||
| 61664 | 11-11 | 348 | ||
| 61663 | 11-11 | 270 | ||
| 61662 | 11-11 | 401 | ||
| 61661 | 11-10 | 342 | ||
| 61660 | 11-10 | 358 | ||
| 61659 | 11-10 | 348 | ||
| 61658 | 11-10 | 393 | ||
| 61657 | 11-10 | 511 | ||
| 61656 | 11-10 | 493 | ||
| 61655 | 11-09 | 555 | ||
| 61654 | 11-09 | 517 |
댓글2
아래 203
정말 감사합니다 복받으실꺼에요!
if zz_y7.is_others then부터 싹 삭제하면 될까요?>